# HG changeset patch # User fubar # Date 1315544919 14400 # Node ID ba8c9980350b22ee046b713cc12ff2e38b7fc3aa # Parent 1959becd059294ed7070f28940553f51bddfb68b Initial checkin for DGE diff -r 1959becd0592 -r ba8c9980350b DGE.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DGE.xml Fri Sep 09 01:08:39 2011 -0400 @@ -0,0 +1,75 @@ + + for RNA counts + rgDGE.py --output_html "$html_file.files_path" --input_matrix "$input1" --treatcols "$Treat_cols" + --treatname "$treatment_name" --ctrlcols "$Control_cols" --ctrlname "$control_name" --output_tab "$outtab" --output_html + "$html_file" --output_dir "$html_file.files_path" --method "edgeR" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +**What it does** + +Performs digital differential gene expression analysis between two groups (eg a treatment and control) each with biological replicates, from count data arranged in a matrix as a tabular file. + +**Input** + +A matrix consisting of non-negative integers. The matrix must have a unique header row identifiying the samples, as well as a unique set of row names +as the first column. To create appropriate input files, the "Multiple BAMs to matrix" tool takes multiple bam files containing mapped RNAseq reads mapped to a reference genome, and a BED file containing (eg Refseq) contigs. A count matrix containing contigs as rows and samples as +columns will be created and can then be used in this tool to estimate differential gene expression using methods appropriate for count data. + +**Output** + +A tabular file containing relative expression levels, statistical estimates of differential expression probability, the R script, log and sessionInfo, and some helpful diagnostic plots. + +.. class:: infomark + +**Attribution** +DGE.R was originally written by: S.Lunke and A.Kaspi. +Wrapping for Galaxy and general kibbitzing from Ross Lazarus. +This tool wrapts the edgeR_ Bioconductor package so all calculations and plots are controlled by that code. See edgeR_ for all documentation and appropriate attribution. +Recommended reference is Mark D. Robinson, Davis J. McCarthy, Gordon K. Smyth, PMCID: PMC2796818 + + .. _LGPL: http://www.gnu.org/copyleft/lesser.html + .. _edgeR: http://www.bioconductor.org/packages/2.3/bioc/html/edgeR.html + + + + + +