# HG changeset patch # User saharlcc # Date 1490581650 14400 # Node ID be08c88b353e946422bd30840056d33e7796acfd # Parent 630d5a01ef13ce51ddd6aeadf6ccdef42ce1d086 Added Sample names input parameter to be appended to the output file names diff -r 630d5a01ef13 -r be08c88b353e isoem2_isode2/isoDE.xml --- a/isoem2_isode2/isoDE.xml Fri Mar 17 06:47:46 2017 -0400 +++ b/isoem2_isode2/isoDE.xml Sun Mar 26 22:27:30 2017 -0400 @@ -1,5 +1,5 @@ - Compute gene Differential Expression based on IsoEM2 output + Computes differentially expressed isoforms and genes based on bootstrap samples generated by IsoEM2 isoDE2.sh -c1 $condition1 @@ -19,7 +19,9 @@ - + + + @@ -27,6 +29,8 @@ + + - - - - - - + + + + + + **What it does** -* The IsoEM can be used to infer isoform and gene expression levels from high-throughput transcriptome sequencing (RNA-Seq) data. +* IsoEM2 infers isoform and gene expression levels (along with bootstrapping based confidence intervals) from high-throughput transcriptome sequencing (RNA-Seq) data. +* **Input Format** -* The tool accept the fastq, fastq.gz, bam formats. Extension must be specified at the end of the file names. -* RNA-seq data must be Ion Torrent Proton or Illumina sequncing data. +* The IsoEM2 tool can process RNA-seq reads generated by both Ion Torrent and Illumina platforms. RNA-Seq reads must be provided in fastq, fastq.gz, or bam formats. + +**Output Format** + +* IsoEM2 generates four output files containinag results for **Isoform FPKM**, **Isoform TPM**, **Gene FPKM**, and **Gene TPM**. The four tab delimited files have identical format, including the following fields: + + +* 1- Isoform/Gene ID +* 2- Isoform/Gene FPKM (Fragments Per Kilobase per Million reads) or TPM (Transcripts per Million reads) +* 3- Lower-bound for the 95% confidence interval of the Isoform/Gene FPKM/TPM estimate determined by bootstrapping +* 4- Upper-bound for the 95% confidence interval of the Isoform/Gene FPKM/TPM estimate determined by bootstrapping +* 5- A compressed tar archive containing bootstrap samples used to determine confidence intervals. These archives can be used as input to the IsoDE2 tool for computing differentially expressed isoforms/genes. +* ----- -**Output Format** +**BUILT-IN REFERENCES** + +**mm10_C57BL/6:** + +* GTF file: /import1/CCDS/Mm38.1/CCDS_nucleotide.20140407.fna.GTF +* TMAP_index:/import1/tmap-index/tmap3.4.1/mm10/CCDS_nucleotide.20140407.fna +* HISAT2_index: /import1/hisat2-index/mm10_CCDS/mm10_CCDS_nucleotide.20140407 +* Cluster file: /import1/CCDS/Mm38.1/CCDS_nucleotide.20140407.fna_transcriptID_geneName.txt + +**mm10_BALB/c:** + +* GTF file: /import1/CCDS/Mm38.1/CCDS_nucleotide.20140407.fna.GTF +* TMAP_index: /import1/tmap-index/tmap3.4.1/mm10/mm10_CCDS_nucleotide.20140407_BALBc.fna +* HISAT2_index: /import1/hisat2-index/mm10_CCDS/mm10_CCDS_nucleotide.20140407_BALBc +* Cluster file: /import1/CCDS/Mm38.1/CCDS_nucleotide.20140407.fna_transcriptID_geneName.txt -* Four output files containinag results for **Gene FPKM**, **Gene TPM**, **Isoform FPKM**, and **Isoform TPM**. The four files have identical format with the following fields. +**hg19** + +* GTF file: /import1/CCDS/HsGRCh37.1/HsGRCh37.1_CCDS_nucleotide.20131129.fa.GTF +* TMAP_index: /import1/tmap-index/tmap3.4.1/hg19/hg19_CCDS_nucleotide.20131129.fa +* HISAT2_index: /import1/hisat2-index/hg19/hg19_CCDS_nucleotide.20131129.fna +* Cluster file: /import1/CCDS/HsGRCh37.1/HsGRCh37.1_CCDS.20131129_transcriptID_geneName.txt + +**hg38** + +* GTF file: /import1/CCDS/GRCh38.p2/GRCh38.p2_CCDS_nucleotide.20150512.fna.GTF +* TMAP_index: /import1/tmap-index/tmap3.4.1/hg38/hg38_CCDS_nucleotide.20150512.fna +* HISAT2_index: /import1/hisat2-index/hg38_CCDS_downloadedRef/h19_CCDS_nucleotide.20150512.fna +* Cluster file: /import1/CCDS/GRCh38.p2/GRCh38.p2_CCDS.20150512_transcriptID_geneName.txt + +----- -* 1 Gene/Isoform ID -* 2 Gene/Isoform FPKM (Fragments Per Kilobase per Million reads) or TPM (Transcripts per Million reads) -* 3 Min FPKM/TPM -* 4 Max FPKM/TPM - -* And one compressed **Bootstrap.tar** file will be used in IsoDE2 to compute gene differential expression.