Mercurial > repos > vijay > pancancer_targene_summary_figures
comparison targene_summary_figures.xml @ 0:d533f991e22e draft default tip
"planemo upload for repository http://github.com/nvk747/papaa/galaxy/ commit 954b283ef7f82f59f55476a4b3a230d655187ac1"
author | vijay |
---|---|
date | Wed, 16 Dec 2020 23:32:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d533f991e22e |
---|---|
1 <tool id="pancancer_targene_summary_figures" name="PAPAA: PanCancer targene summary figures" version="@VERSION@"> | |
2 <description>Visualize targene summary</description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements"/> | |
7 <expand macro="stdio"/> | |
8 <version_command><![CDATA['papaa_targene_summary_figures.R' --version 2>&1 | grep PAPAA]]></version_command> | |
9 <command><![CDATA[ | |
10 mkdir 'classifier' && | |
11 mkdir -p 'classifier/figures' && | |
12 mkdir -p 'classifier/tables' && | |
13 ln -s '${classifier_summary}' 'classifier/classifier_summary.txt' && | |
14 ln -s '${pancan_classifier_coefficients}' 'classifier/classifier_coefficients.tsv' && | |
15 ln -s '${summary_counts}' 'classifier/summary_counts.csv' && | |
16 ln -s '${mutation_classification_scores}' 'classifier/tables/mutation_classification_scores.tsv' && | |
17 ln -s '${path_events_per_sample}' 'classifier/tables/path_events_per_sample.tsv' && | |
18 ln -s '${all_gene_metric_ranks}' 'classifier/tables/all_gene_metric_ranks.tsv' && | |
19 papaa_targene_summary_figures.R | |
20 --classifier_summary 'classifier' | |
21 #if $seed and $seed is not None: | |
22 --seed '$seed' | |
23 #end if | |
24 > '${log}' | |
25 ]]> | |
26 </command> | |
27 <inputs> | |
28 <param argument="--classifier_summary" label="Classifier data" name="classifier_summary" optional="false" type="data" format="txt" help="classifer_summary.txt"/> | |
29 <param label="pancancer classifier coefficients" name="pancan_classifier_coefficients" optional="false" type="data" format="tabular" help="classifier_coefficients.tsv"/> | |
30 <param argument="--seed" label="option to set seed" name="seed" optional="true" type="integer" value="123"/> | |
31 <param label="summary counts" name="summary_counts" optional="false" type="data" format="csv" help="summary_counts.csv"/> | |
32 <param label="mutation classification scores" name="mutation_classification_scores" optional="false" type="data" format="tabular" help="mutation_classification_scores.tsv"/> | |
33 <param label="path events per sample" name="path_events_per_sample" optional="false" type="data" format="tabular" help="path_events_per_sample.tsv"/> | |
34 <param label="all gene metric ranks" name="all_gene_metric_ranks" optional="false" type="data" format="tabular" help="all_gene_metric_ranks.tsv"/> | |
35 </inputs> | |
36 <outputs> | |
37 <data format="txt" name="log" label="${tool.name} on ${on_string} (Log)"/> | |
38 <data format="pdf" name="targene_heatmap" label="${tool.name} on ${on_string} (targene_heatmap.pdf)" from_work_dir="classifier/figures/targene_heatmap.pdf"/> | |
39 <data format="pdf" name="all_targene_heatmap" label="${tool.name} on ${on_string} (all_targene_heatmap.pdf)" from_work_dir="classifier/figures/all_targene_heatmap.pdf"/> | |
40 <data format="pdf" name="targene_coef_plot" label="${tool.name} on ${on_string} (targene_coef_plot.pdf)" from_work_dir="classifier/figures/targene_coef_plot.pdf"/> | |
41 <data format="pdf" name="variant_OG_fill_map" label="${tool.name} on ${on_string} (variant_OG_fill_map.pdf)" from_work_dir="classifier/figures/variant_OG_fill_map.pdf"/> | |
42 <data format="pdf" name="variant_TSG_fill_map" label="${tool.name} on ${on_string} (variant_TSG_fill_map.pdf)" from_work_dir="classifier/figures/variant_TSG_fill_map.pdf"/> | |
43 <data format="pdf" name="aupr_distribution" label="${tool.name} on ${on_string} (aupr_distribution.pdf)" from_work_dir="classifier/figures/aupr_distribution.pdf"/> | |
44 <data format="pdf" name="auroc_distribution" label="${tool.name} on ${on_string} (auroc_distribution.pdf)" from_work_dir="classifier/figures/auroc_distribution.pdf"/> | |
45 <data format="pdf" name="targene_pathway_events_counts" label="${tool.name} on ${on_string} (targene_pathway_events_counts.pdf)" from_work_dir="classifier/figures/targene_pathway_events_counts.pdf"/> | |
46 <data format="txt" name="targene_pathway_variant_AUPR_ttest" label="${tool.name} on ${on_string} (targene_pathway_variant_AUPR_ttest.txt)" from_work_dir="classifier/tables/targene_pathway_variant_AUPR_ttest.txt"/> | |
47 <data format="tabular" name="amino_acid_mutation_scores" label="${tool.name} on ${on_string} (amino_acid_mutation_scores.tsv)" from_work_dir="classifier/tables/amino_acid_mutation_scores.tsv"/> | |
48 <data format="tabular" name="nucleotide_mutation_scores" label="${tool.name} on ${on_string} (nucleotide_mutation_scores.tsv)" from_work_dir="classifier/tables/nucleotide_mutation_scores.tsv"/> | |
49 </outputs> | |
50 <tests> | |
51 <test> | |
52 <param name="classifier_summary" value="classifier_summary.txt" ftype="txt"/> | |
53 <param name="pancan_classifier_coefficients" value="classifier_coefficients.tsv" ftype="tabular"/> | |
54 <param name="summary_counts" value="summary_counts.csv" ftype="csv"/> | |
55 <param name="all_gene_metric_ranks" value="all_gene_metric_ranks.tsv" ftype="tabular"/> | |
56 <param name="mutation_classification_scores" value="mutation_classification_scores.tsv" ftype="tabular"/> | |
57 <param name="path_events_per_sample" value="path_events_per_sample.tsv" ftype="tabular"/> | |
58 <param name="all_gene_metric_ranks" value="all_gene_metric_ranks.tsv" ftype="tabular"/> | |
59 <output name="log" file="targene_summary_figures_Log.txt"/> | |
60 <output name="targene_heatmap" file="targene_heatmap.pdf" compare="sim_size" delta="50"/> | |
61 <output name="all_targene_heatmap" file="all_targene_heatmap.pdf" compare="sim_size" delta="50"/> | |
62 <output name="targene_coef_plot" file="targene_coef_plot.pdf" compare="sim_size" delta="50"/> | |
63 <output name="variant_OG_fill_map" file="variant_OG_fill_map.pdf" compare="sim_size" delta="50"/> | |
64 <output name="aupr_distribution" file="aupr_distribution.pdf" compare="sim_size" delta="50"/> | |
65 <output name="variant_TSG_fill_map" file="variant_TSG_fill_map.pdf" compare="sim_size" delta="50"/> | |
66 <output name="auroc_distribution" file="auroc_distribution.pdf" compare="sim_size" delta="50"/> | |
67 <output name="targene_pathway_events_counts" file="targene_pathway_events_counts.pdf" compare="sim_size" delta="50"/> | |
68 <output name="targene_pathway_variant_AUPR_ttest" file="targene_pathway_variant_AUPR_ttest.txt" compare="sim_size" delta="50"/> | |
69 <output name="amino_acid_mutation_scores" file="amino_acid_mutation_scores.tsv" compare="sim_size" delta="50"/> | |
70 <output name="nucleotide_mutation_scores" file="nucleotide_mutation_scores.tsv" compare="sim_size" delta="50"/> | |
71 </test> | |
72 </tests> | |
73 <help><![CDATA[ | |
74 **Pancancer_Aberrant_Pathway_Activity_Analysis scripts/papaa_targene_summary_figures.R:** | |
75 | |
76 **Inputs:** | |
77 --classifier_summary String of the location of classifier data | |
78 --seed value specifies the initial value of the random number seed default: 1234 | |
79 | |
80 **Outputs:** | |
81 Heatmap for mutation and gain proportions for the genes used in model across all the TCGA cancer types (all_targene_heatmap.pdf) | |
82 | |
83 Heatmap for total mutation and total gain proportions for the genes used in model across all the TCGA cancer types (targene_heatmap.pdf") | |
84 | |
85 Gene weights/Coefficients contributing to the model (targene_coef_plot.pdf) | |
86 | |
87 Plot distributions of predictions according to variant classification for OG and TSG ("variant_OG_fill_map.pdf" and "variant_TSG_fill_map.pdf") | |
88 | |
89 Targene pathway events counts ("targene_pathway_events_counts.pdf") | |
90 | |
91 Performance Metrics Distribution across pathway members ("aupr_distribution.pdf" and "auroc_distribution.pdf") | |
92 T-Test for AUPR between targene pathway genes and Other genes ("targene_pathway_variant_AUPR_ttest.txt") | |
93 | |
94 Extracting sample classifier scores for nucleotide level alterations in each sample and generate "nucleotide_mutation_scores.tsv" file | |
95 | |
96 Extracting sample classifier scores for amino-acid level alterations in each sample and generate "amino_acid_mutation_scores.tsv" file ]]> | |
97 </help> | |
98 <expand macro="citations" /> | |
99 </tool> |