annotate GetIg.xml @ 0:ddd3dad04441 draft default tip

Uploaded
author yboursin
date Thu, 20 Oct 2016 08:59:24 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
1 <tool id="Get_Ig" name="Get Ig vector from gene-isoform mapping for isoform level DE analysis" version="1.0.1">
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
2 <description>Get Ig vector from gene-isoform mapping for isoform level DE analysis</description>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
3 <macros>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
4 <import>macros.xml</import>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
5 </macros>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
6
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
7 <expand macro="requirements"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
8 <expand macro="stdio"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
9
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
10 <command>R --quiet --slave --file=$__tool_directory__/GetIg.R --args $input $output</command>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
11 <inputs>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
12 <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."/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
13 </inputs>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
14 <outputs>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
15 <data format="tabular" name="output" label="Ig vector"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
16 </outputs>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
17
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
18 <help>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
19
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
20 .. class:: warningmark
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
21
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
22 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.
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
23
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
24 .. class:: informark
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
25
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
26 **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.
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
27
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
28 </help>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
29
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
30
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
31 <expand macro="citation" />
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
32
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
33 </tool>