-
Notifications
You must be signed in to change notification settings - Fork 16
Data Analysis Modules: panoply_sankey
PANOPLY workflow to compare sample-membership within a given annotation, between 2+ annotation-files. For each pair of annotation-files, a sankey diagram will be created comparing the sample-membership in the first file to those in the second file. If a "primary" annotation file is provided, the module will additionally create 3-way sankey diagrams, with the values from the primary-annotation-value in the center.
-
annot_files
: (Array[File]+) array of sample-annotation files to be compared (accepts multiple file-format, but prefers.tsv
) -
annot_file_labels
: (Array[String]+) array of labels uniquely identifying each annotation file (must match length and order ofannot_files
) -
label
: (String) prefix for naming the output tar file
-
annot_file_primary
: (File) sample-annotation file which should be highlighted/centered in diagrams (accepts multiple file-format, but prefers.tsv
) -
annot_label_primary
: (String) label uniquely identifying the primary annotation file -
id_column
: id column for identifying entries (e.g. "Sample.ID"); uses rownames if not provided -
annot_column
: annotation column for sankey comparisons (e.g. "NMF.consensus") -
annot_prefix
: prefix to prepend to annotation values (e.g. "C" -> C1 C2 C3, instead of 1 2 3) -
color_str
: (String) comma-separated string of colors to use for sankey diagrams (e.g. '#AA0000,#0000AA' will assign annotations-subvalues colors on a gradient from red to blue)
-
tar_out
: (.tar
file) tarball containing HTML and PDF copies of all sankey diagrams
- Home
- PANOPLY Tutorial
- Data Preparation Modules
-
Data Analysis Modules
- panoply_association
- panoply_blacksheep
- panoply_clumps_ptm_diffexp
- panoply_clumps_ptm
- panoply_clumps_ptm_postprocess
- panoply_cmap_analysis
- panoply_cna_correlation
- panoply_cons_clust
- panoply_immune_analysis
- panoply_metaboanalyst
- panoply_mimp
- panoply_nmf
- panoply_nmf_postprocess
- panoply_omicsev
- panoply_quilts
- panoply_rna_protein_correlation
- panoply_sankey
- panoply_ssgsea
-
Report Modules
- panoply_association_report
- panoply_blacksheep_report
- panoply_clumps_ptm_report
- panoply_cna_correlation_report
- panoply_cons_clust_report
- panoply_immune_analysis_report
- panoply_metaboanalyst_report
- panoply_mimp_report
- panoply_nmf_report
- panoply_normalize_ms_data_report
- panoply_rna_protein_correlation_report
- panoply_sampleqc_report
- panoply_sankey_report
- panoply_ssgsea_report
- Support Modules
- Navigating Results
- PANOPLY without Terra
- Customizing PANOPLY
-
Workflows
- panoply_association_workflow
- panoply_blacksheep_workflow
- panoply_clumps_ptm_workflow
- panoply_immune_analysis_workflow
- panoply_metaboanalyst_workflow
- panoply_nmf_workflow
- panoply_nmf_internal_workflow
- panoply_normalize_filter_workflow
- panoply_process_SM_table
- panoply_sankey_workflow
- panoply_ssgsea_workflow
- Pipelines