annotate GetIg.xml @ 45:9bebd9fd9f1b draft default tip

Uploaded
author ning
date Mon, 16 Jun 2014 16:24:58 -0400
parents 95d6a7a59632
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
43
95d6a7a59632 Uploaded
ning
parents:
diff changeset
1 <tool id="Get_Ig" name="Get Ig vector from gene-isoform mapping for isoform level DE analysis">
95d6a7a59632 Uploaded
ning
parents:
diff changeset
2 <description>Get Ig vector from gene-isoform mapping for isoform level DE analysis</description>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
3 <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/GetIg.R --args $input $output</command>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
4 <inputs>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
5 <param name="input" type="data" size="5" value="" label="" help="Input should be no-header, first column is isoform names, second column is gene names. See below for more information."/>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
6 </inputs>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
7 <outputs>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
8 <data format="tabular" name="output" label="Ig vector"/>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
9 </outputs>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
10
95d6a7a59632 Uploaded
ning
parents:
diff changeset
11 <help>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
12
95d6a7a59632 Uploaded
ning
parents:
diff changeset
13 .. class:: warningmark
95d6a7a59632 Uploaded
ning
parents:
diff changeset
14
95d6a7a59632 Uploaded
ning
parents:
diff changeset
15 If you are using the 'RSEM to EBSeq' tool for extracting the correct RSEM output columns to be input directly to EBSeq, your isoforms here must be in alphabetical (A-Z) order, or the Ig vector will not correspond to the correct isoform! If you did NOT use 'RSEM to EBSeq' but did the cuts and joins on RSEM output manually, your genes (rather than isoforms) should be in alphabetical (A-Z) order.
95d6a7a59632 Uploaded
ning
parents:
diff changeset
16
95d6a7a59632 Uploaded
ning
parents:
diff changeset
17 .. class:: informark
95d6a7a59632 Uploaded
ning
parents:
diff changeset
18
95d6a7a59632 Uploaded
ning
parents:
diff changeset
19 **TIP:** To go directly from RSEM output to the input for this tool (does the cuts and sorting in one step), use the Ready_for_Ig_vector Workflow ONLY IF YOU MAKE THE EBSEQ INPUT FILE USING 'RSEM TO EBSE' TOOL. The first column should be isoform names, and the second column should be gene names, such as what one gets from using the 'Text Manipulation: Cut' tool for c1,c2 on RSEM output file isoforms.results. Please make sure there is no header on the input. Header can easily be removed with the 'Text Manipulation: Remove beginning' tool to remove the first line. The aforementioned Workflow does all of the above in one step.
95d6a7a59632 Uploaded
ning
parents:
diff changeset
20
95d6a7a59632 Uploaded
ning
parents:
diff changeset
21 </help>
95d6a7a59632 Uploaded
ning
parents:
diff changeset
22
95d6a7a59632 Uploaded
ning
parents:
diff changeset
23
95d6a7a59632 Uploaded
ning
parents:
diff changeset
24 </tool>