Mercurial > repos > devteam > cuffnorm
annotate cuffnorm_wrapper.xml @ 6:28b94cfbfdb9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
author | iuc |
---|---|
date | Sat, 05 Oct 2024 11:16:24 +0000 |
parents | 9a854107dbb2 |
children |
rev | line source |
---|---|
6
28b94cfbfdb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
iuc
parents:
5
diff
changeset
|
1 <tool id="cuffnorm" name="Cuffnorm" version="@TOOL_VERSION@.4" profile="@PROFILE@"> |
0 | 2 <description>Create normalized expression levels</description> |
3 <macros> | |
4 <import>cuff_macros.xml</import> | |
5 </macros> | |
2
f8fdf50e0b3b
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit eb18f691975ef9539b5ebd4f118343c8ad967a1f
devteam
parents:
1
diff
changeset
|
6 <expand macro="requirements" /> |
4
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
7 <version_command><![CDATA[cuffnorm 2>&1 | head -n 1]]></version_command> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
0 | 9 cuffnorm |
10 --no-update-check | |
11 --num-threads="\${GALAXY_SLOTS:-4}" | |
12 --library-norm-method=$library_norm_method | |
13 --output-format=$output_format | |
14 | |
15 @CONDITION_LABELS@ | |
16 | |
17 ## Set advanced parameters for cufflinks | |
18 #if $advanced_settings.sAdvanced == "Yes": | |
19 #if str($advanced_settings.library_type) != 'auto': | |
20 --library-type=$advanced_settings.library_type | |
21 #end if | |
22 $advanced_settings.hits_norm | |
23 #end if | |
24 ## Inputs. | |
4
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
25 '$gtf_input' |
0 | 26 |
27 @CONDITION_SAMPLES@ | |
4
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
28 ]]></command> |
0 | 29 <inputs> |
30 <param format="gtf,gff3" name="gtf_input" type="data" label="Transcripts" help="A transcript GFF3 or GTF file produced by cufflinks, cuffcompare, or other source."/> | |
31 <expand macro="condition_inputs" /> | |
32 <param name="library_norm_method" type="select" label="Library normalization method"> | |
33 <option value="geometric" selected="True">geometric</option> | |
34 <option value="classic-fpkm">classic-fpkm</option> | |
35 <option value="quartile">quartile</option> | |
36 </param> | |
37 | |
38 <param name="include_read_group_files" type="select" label="Include Read_Group/Attribute Datasets" | |
39 help="Read group/attribute datasets provide information on replicates. One of both is provided, depending on the output format."> | |
40 <option value="No" selected="true">No</option> | |
41 <option value="Yes">Yes</option> | |
42 </param> | |
43 | |
2
f8fdf50e0b3b
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit eb18f691975ef9539b5ebd4f118343c8ad967a1f
devteam
parents:
1
diff
changeset
|
44 <param name="output_format" type="select" label="Output format" |
0 | 45 help="By default, Cuffnorm reports expression levels in the 'simple-table' tab-delimted text files. The program also reports information about your samples and about the genes, transcripts, TSS groups, and CDS groups as tab delimited text files. Note that these files have a different format than the files used by Cuffdiff. However, you can direct Cuffnorm to report its output in the same format as used by Cuffdiff if you wish" > |
46 <option value="simple-table" selected="True">Simple Table</option> | |
47 <option value="cuffdiff">Cuffdiff format</option> | |
48 </param> | |
49 | |
50 <conditional name="advanced_settings"> | |
51 <param name="sAdvanced" type="select" label="Set Advanced Cuffnorm parameters? "> | |
52 <option value="No" selected="True">No</option> | |
53 <option value="Yes">Yes</option> | |
54 </param> | |
55 <when value="No"></when> | |
56 <when value="Yes"> | |
57 <param type="select" name="library_type" label="Library prep used for input reads" help=""> | |
58 <option value="auto" selected="True">Auto Detect</option> | |
59 <option value="ff-firststrand">ff-firststrand</option> | |
60 <option value="ff-secondstrand">ff-secondstrand</option> | |
61 <option value="ff-unstranded">ff-unstranded</option> | |
62 <option value="fr-firststrand">fr-firststrand</option> | |
63 <option value="fr-secondstrand">fr-secondstrand</option> | |
64 <option value="fr-unstranded" >fr-unstranded</option> | |
65 <option value="transfrags">transfrags</option> | |
66 </param> | |
67 <param name="hits_norm" type="select" label="Hits included in normalization" help="All Hits: With this option, Cufflinks counts all fragments, including those not compatible with any reference transcript, towards the number of mapped fragments used in the FPKM denominator. Compatible Hits: With this option, Cufflinks counts only those fragments compatible with some reference transcript towards the number of mapped fragments used in the FPKM denominator. Using this mode is generally recommended in Cuffdiff to reduce certain types of bias caused by differential amounts of ribosomal reads which can create the impression of falsely differentially expressed genes. It is active by default." > | |
68 <option value="--compatible-hits-norm" selected="True">Compatible Hits</option> | |
69 <option value="--total-hits-norm">All Hits</option> | |
70 </param> | |
71 </when> | |
72 </conditional> | |
73 </inputs> | |
74 | |
75 <outputs> | |
76 <!-- Optional read group / attr datasets. --> | |
77 <!-- cuffdif format --> | |
78 <data format="tabular" name="isoforms_read_group" label="${tool.name} on ${on_string}: isoforms read group tracking" from_work_dir="isoforms.read_group_tracking" > | |
79 <filter>(include_read_group_files == 'Yes')</filter> | |
80 <filter>(output_format == 'cuffdiff')</filter> | |
81 </data> | |
82 <data format="tabular" name="genes_read_group" label="${tool.name} on ${on_string}: genes read group tracking" from_work_dir="genes.read_group_tracking" > | |
83 <filter>(include_read_group_files == 'Yes')</filter> | |
84 <filter>(output_format == 'cuffdiff')</filter> | |
85 </data> | |
86 <data format="tabular" name="cds_read_group" label="${tool.name} on ${on_string}: CDs read group tracking" from_work_dir="cds.read_group_tracking" > | |
87 <filter>(include_read_group_files == 'Yes')</filter> | |
88 <filter>(output_format == 'cuffdiff')</filter> | |
89 </data> | |
90 <data format="tabular" name="tss_groups_read_group" label="${tool.name} on ${on_string}: TSS groups read group tracking" from_work_dir="tss_groups.read_group_tracking" > | |
91 <filter>(include_read_group_files == 'Yes')</filter> | |
92 <filter>(output_format == 'cuffdiff')</filter> | |
93 </data> | |
1
7d4c2097aac5
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
0
diff
changeset
|
94 <data format="txt" name="read_groups_info" label="${tool.name} on ${on_string}: Read Groups" from_work_dir="read_groups.info" > |
0 | 95 <filter>(include_read_group_files == 'Yes')</filter> |
96 <filter>(output_format == 'cuffdiff')</filter> | |
97 </data> | |
98 <!-- simple-table format--> | |
6
28b94cfbfdb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
iuc
parents:
5
diff
changeset
|
99 <data format="tabular" name="isoforms_attr" label="${tool.name} on ${on_string}: isoforms read group tracking" from_work_dir="isoforms.attr_table" > |
0 | 100 <filter>(include_read_group_files == 'Yes')</filter> |
101 <filter>(output_format == 'simple-table')</filter> | |
102 </data> | |
6
28b94cfbfdb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
iuc
parents:
5
diff
changeset
|
103 <data format="tabular" name="genes_attr" label="${tool.name} on ${on_string}: genes read group tracking" from_work_dir="genes.attr_table" > |
0 | 104 <filter>(include_read_group_files == 'Yes')</filter> |
105 <filter>(output_format == 'simple-table')</filter> | |
106 </data> | |
6
28b94cfbfdb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
iuc
parents:
5
diff
changeset
|
107 <data format="tabular" name="cds_attr" label="${tool.name} on ${on_string}: CDs read group tracking" from_work_dir="cds.attr_table" > |
0 | 108 <filter>(include_read_group_files == 'Yes')</filter> |
109 <filter>(output_format == 'simple-table')</filter> | |
110 </data> | |
6
28b94cfbfdb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
iuc
parents:
5
diff
changeset
|
111 <data format="tabular" name="tss_attr" label="${tool.name} on ${on_string}: TSS groups read group tracking" from_work_dir="tss_groups.attr_table" > |
0 | 112 <filter>(include_read_group_files == 'Yes')</filter> |
113 <filter>(output_format == 'simple-table')</filter> | |
114 </data> | |
115 | |
116 <!-- Cuffdiff format datasets. --> | |
117 <data format="tabular" name="cds_fpkm_tracking" label="${tool.name} on ${on_string}: CDS FPKM tracking" from_work_dir="cds.fpkm_tracking" > | |
118 <filter>(output_format == 'cuffdiff')</filter> | |
119 </data> | |
120 <data format="tabular" name="cds_count_tracking" label="${tool.name} on ${on_string}: CDS count tracking" from_work_dir="cds.count_tracking" > | |
121 <filter>(output_format == 'cuffdiff')</filter> | |
122 </data> | |
123 <data format="tabular" name="tss_groups_fpkm_tracking" label="${tool.name} on ${on_string}: TSS groups FPKM tracking" from_work_dir="tss_groups.fpkm_tracking" > | |
124 <filter>(output_format == 'cuffdiff')</filter> | |
125 </data> | |
126 <data format="tabular" name="tss_groups_count_tracking" label="${tool.name} on ${on_string}: TSS groups count tracking" from_work_dir="tss_groups.count_tracking" > | |
127 <filter>(output_format == 'cuffdiff')</filter> | |
128 </data> | |
129 <data format="tabular" name="genes_fpkm_tracking" label="${tool.name} on ${on_string}: gene FPKM tracking" from_work_dir="genes.fpkm_tracking" > | |
130 <filter>(output_format == 'cuffdiff')</filter> | |
131 </data> | |
132 <data format="tabular" name="genes_count_tracking" label="${tool.name} on ${on_string}: gene count tracking" from_work_dir="genes.count_tracking" > | |
133 <filter>(output_format == 'cuffdiff')</filter> | |
134 </data> | |
135 <data format="tabular" name="isoforms_fpkm_tracking" label="${tool.name} on ${on_string}: transcript FPKM tracking" from_work_dir="isoforms.fpkm_tracking" > | |
136 <filter>(output_format == 'cuffdiff')</filter> | |
137 </data> | |
138 <data format="tabular" name="isoforms_count_tracking" label="${tool.name} on ${on_string}: transcript count tracking" from_work_dir="isoforms.count_tracking" > | |
139 <filter>(output_format == 'cuffdiff')</filter> | |
140 </data> | |
141 <!-- Simple-table format datasets. --> | |
142 <data format="tabular" name="cds_fpkm_table" label="${tool.name} on ${on_string}: CDS FPKM table" from_work_dir="cds.fpkm_table" > | |
143 <filter>(output_format == 'simple-table')</filter> | |
144 </data> | |
145 <data format="tabular" name="cds_count_table" label="${tool.name} on ${on_string}: CDS count table" from_work_dir="cds.count_table" > | |
146 <filter>(output_format == 'simple-table')</filter> | |
147 </data> | |
148 <data format="tabular" name="tss_groups_fpkm_table" label="${tool.name} on ${on_string}: TSS groups FPKM table" from_work_dir="tss_groups.fpkm_table" > | |
149 <filter>(output_format == 'simple-table')</filter> | |
150 </data> | |
151 <data format="tabular" name="tss_groups_count_table" label="${tool.name} on ${on_string}: TSS groups count table" from_work_dir="tss_groups.count_table" > | |
152 <filter>(output_format == 'simple-table')</filter> | |
153 </data> | |
154 <data format="tabular" name="genes_fpkm_table" label="${tool.name} on ${on_string}: gene FPKM table" from_work_dir="genes.fpkm_table" > | |
155 <filter>(output_format == 'simple-table')</filter> | |
156 </data> | |
157 <data format="tabular" name="genes_count_table" label="${tool.name} on ${on_string}: gene count table" from_work_dir="genes.count_table" > | |
158 <filter>(output_format == 'simple-table')</filter> | |
159 </data> | |
160 <data format="tabular" name="isoforms_fpkm_table" label="${tool.name} on ${on_string}: transcript FPKM table" from_work_dir="isoforms.fpkm_table" > | |
161 <filter>(output_format == 'simple-table')</filter> | |
162 </data> | |
163 <data format="tabular" name="isoforms_count_table" label="${tool.name} on ${on_string}: transcript count table" from_work_dir="isoforms.count_table" > | |
164 <filter>(output_format == 'simple-table')</filter> | |
165 </data> | |
166 </outputs> | |
167 <tests> | |
4
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
168 <test expect_num_outputs="8"> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
169 <param name="gtf_input" value="cuffcompare_out5.gtf" ftype="gtf"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
170 <conditional name="in_type"> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
171 <param name="set_in_type" value="BAM"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
172 <repeat name="conditions"> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
173 <param name="name" value="in1"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
174 <param name="samples" value="cuffdiff_in1.sam" ftype="sam"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
175 </repeat> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
176 <repeat name="conditions"> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
177 <param name="name" value="in2"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
178 <param name="samples" value="cuffdiff_in2.sam" ftype="sam"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
179 </repeat> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
180 </conditional> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
181 <output ftype="tabular" name="cds_fpkm_table" value="cds.fpkm_table"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
182 <output ftype="tabular" name="cds_count_table" value="cds.count_table"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
183 <output ftype="tabular" name="tss_groups_fpkm_table" value="tss_groups.fpkm_table"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
184 <output ftype="tabular" name="tss_groups_count_table" value="tss_groups.count_table"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
185 <output ftype="tabular" name="genes_fpkm_table" value="genes.fpkm_table"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
186 <output ftype="tabular" name="genes_count_table" value="genes.count_table"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
187 <output ftype="tabular" name="isoforms_fpkm_table" value="isoforms.fpkm_table"/> |
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
188 <output ftype="tabular" name="isoforms_count_table" value="isoforms.count_table"/> |
0 | 189 </test> |
190 </tests> | |
191 | |
192 <help> | |
193 **Cuffnorm Overview** | |
194 | |
195 Cuffnorm is part of Cufflinks_. Running Cuffnorm is very similar to running Cuffdiff. Cuffnorm takes a GTF2/GFF3 file of transcripts as input, along with two or more SAM, BAM, or CXB files for two or more samples. It produces a number of output files that contain expression levels and normalized fragment counts at the level of transcripts, primary transcripts, and genes. It also tracks changes in the relative abundance of transcripts sharing a common transcription start site, and in the relative abundances of the primary transcripts of each gene. Tracking the former allows one to see changes in splicing, and the latter lets one see changes in relative promoter use within a gene.. Please cite: Trapnell C, Williams BA, Pertea G, Mortazavi AM, Kwan G, van Baren MJ, Salzberg SL, Wold B, Pachter L. Transcript assembly and abundance estimation from RNA-Seq reveals thousands of new transcripts and switching among isoforms. Nature Biotechnology doi:10.1038/nbt.1621 | |
196 | |
197 .. _Cufflinks: http://cole-trapnell-lab.github.io/cufflinks/ | |
198 | |
199 ------ | |
200 | |
201 **Know what you are doing** | |
202 | |
203 .. class:: warningmark | |
204 | |
205 There is no such thing (yet) as an automated gearshift in expression analysis. It is all like stick-shift driving in San Francisco. In other words, running this tool with default parameters will probably not give you meaningful results. A way to deal with this is to **understand** the parameters by carefully reading the `documentation`__ and experimenting. Fortunately, Galaxy makes experimenting easy. | |
206 | |
207 .. __: http://cole-trapnell-lab.github.io/cufflinks/cuffnorm/ | |
208 | |
209 ------ | |
210 | |
211 **Input format** | |
212 | |
5
9a854107dbb2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents:
4
diff
changeset
|
213 Cuffnorm takes Cufflinks or Cuffcompare GTF files as input along with two SAM files containing the fragment alignments for two or more samples. |
0 | 214 |
215 ------ | |
216 | |
217 **Outputs** | |
218 | |
219 Cuffnorm outputs a set of files containing normalized expression levels for each gene, transcript, TSS group, and CDS group in the experiment. It does not perform differential expression analysis. To assess the significance of changes in expression for genes and transcripts between conditions, use Cuffdiff. Cuffnorm's output files are useful when you have many samples and you simply want to cluster them or plot expression levels of genes important in your study. | |
220 By default, Cuffnorm reports expression levels in the "simple-table" tab-delimted text files. The program also reports information about your samples and about the genes, transcripts, TSS groups, and CDS groups as tab delimited text files. Note that these files have a different format than the files used by Cuffdiff. However, you can direct Cuffnorm to report its output in the same format as used by Cuffdiff if you wish. Simply supply the option --output-format cuffdiff at the command line. | |
221 Cuffnorm will report both FPKM values and normalized, estimates for the number of fragments that originate from each gene, transcript, TSS group, and CDS group. Note that because these counts are already normalized to account for differences in library size, they should not be used with downstream differential expression tools that require raw counts as input. | |
222 To see the details of the simple table format used by Cuffnorm, refer to the simple table expression format, simple table sample attribute format, and simple table feature (e.g. gene) attribute format sections below. | |
223 | |
224 ------- | |
225 | |
5
9a854107dbb2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents:
4
diff
changeset
|
226 **Parameter list** |
0 | 227 |
5
9a854107dbb2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents:
4
diff
changeset
|
228 This is a list of implemented Cuffnorm options:: |
0 | 229 |
230 --library-norm-method Library Normalization method : Geometric (default), classic-fpkm, quartile | |
231 --library-type ff-firststrand,ff-secondstrand,ff-unstranded,fr-firstrand,fr-secondstrand,fr-unstranded,transfrags | |
232 --compatible-hits-norm With this option, Cufflinks counts only those fragments compatible with some reference transcript towards the number of mapped fragments used in the FPKM denominator. Using this mode is generally recommended in Cuffdiff to reduce certain types of bias caused by differential amounts of ribosomal reads which can create the impression of falsely differentially expressed genes. | |
233 --total-hits-norm With this option, Cufflinks counts all fragments, including those not compatible with any reference transcript, towards the number of mapped fragments used in the FPKM denominator | |
234 </help> | |
4
6cbfede05833
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
3
diff
changeset
|
235 <expand macro="citations"/> |
0 | 236 </tool> |