It is used to investigate the dependence between multiple variables at the same time and to highlight the most correlated variables in a data table.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2KB

  1. info:
  2. name: Correlation Plot
  3. version: v0.1.0
  4. description: It is used to investigate the dependence between multiple variables at the same time and to highlight the most correlated variables in a data table.
  5. category: Chart
  6. home: https://github.com/tservice-plugins/corrplot
  7. source: PGx
  8. short_name: corrplot
  9. icons:
  10. - src: "http://nordata-cdn.oss-cn-shanghai.aliyuncs.com/biominer/corrplot/corrplot-logo-144x144.png"
  11. type: image/png
  12. sizes: 192x192
  13. author: Jingcheng Yang
  14. maintainers:
  15. - Jingcheng Yang
  16. tags:
  17. - R
  18. - Chart
  19. readme: http://nordata-cdn.oss-cn-shanghai.aliyuncs.com/biominer/corrplot/README.md
  20. plugin:
  21. name: corrplot
  22. display-name: Correlation Plot
  23. lazy-load: false
  24. init:
  25. - step: unpack-env
  26. envname: corrplot
  27. envtype: environment
  28. post-unpack-cmd: chmod a+x {{ ENV_DEST_DIR }}/bin/corrplot.sh
  29. - step: unpack-env
  30. envname: templates
  31. envtype: configuration
  32. - step: unpack-env
  33. envname: examples
  34. envtype: data
  35. - step: load-namespace
  36. namespace: tservice.plugins.corrplot
  37. - step: register-plugin
  38. entrypoint: tservice.plugins.corrplot/metadata
  39. - step: init-event
  40. entrypoint: tservice.plugins.corrplot/events-init