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.
|
- info:
- name: Correlation Plot
- version: v0.1.0
- 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.
- category: Chart
- home: https://github.com/tservice-plugins/corrplot
- source: PGx
- short_name: corrplot
- icons:
- - src: "http://nordata-cdn.oss-cn-shanghai.aliyuncs.com/biominer/corrplot/corrplot-logo-144x144.png"
- type: image/png
- sizes: 192x192
- author: Jingcheng Yang
- maintainers:
- - Jingcheng Yang
- tags:
- - R
- - Chart
- readme: http://nordata-cdn.oss-cn-shanghai.aliyuncs.com/biominer/corrplot/README.md
- plugin:
- name: corrplot
- display-name: Correlation Plot
- lazy-load: false
- init:
- - step: unpack-env
- envname: corrplot
- envtype: environment
- post-unpack-cmd: chmod a+x {{ ENV_DEST_DIR }}/bin/corrplot.sh
- - step: unpack-env
- envname: templates
- envtype: configuration
- - step: unpack-env
- envname: examples
- envtype: data
- - step: load-namespace
- namespace: tservice.plugins.corrplot
- - step: register-plugin
- entrypoint: tservice.plugins.corrplot/metadata
- - step: init-event
- entrypoint: tservice.plugins.corrplot/events-init
|