# HG changeset patch
# User sblanck
# Date 1473409384 14400
# Node ID f32198f08f27632ee857e26ce091f57c4c74af4c
Imported from capsule None
diff -r 000000000000 -r f32198f08f27 AffyQCnormalization.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/AffyQCnormalization.xml Fri Sep 09 04:23:04 2016 -0400
@@ -0,0 +1,59 @@
+
+ Quality control and normalization of affymetrix expression data
+
+ sblanck/smat
+
+
+
+ /galaxy-tools/stderr_wrapper.py Rscript
+ /galaxy-tools/transcriptomics/AffyQCnormalization/AffyQCnormalization.R
+ #for $input in $inputs
+ "${input}"
+ "${input.name}"
+ #end for
+ "${normalization}"
+ $result_export_eset
+ $result_html
+ $result_html.files_path
+ /galaxy-tools/transcriptomics/AffyQCnormalization/AffyQCnormalization_tpl.html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+The QCnormalization tool offers to ensure the quality of the data and to normalize them. Several normalization methods are available :
+
+* rma normalization
+* quantile normalization + log2
+* background correction + log2
+* log2 only
+
+**Results**
+
+- Several quality figures : microarray images, boxplots and MA plots
+- Rdata object containing the normalized data for further analysis
+
+
+
+
+
\ No newline at end of file
diff -r 000000000000 -r f32198f08f27 Analyse.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Analyse.xml Fri Sep 09 04:23:04 2016 -0400
@@ -0,0 +1,92 @@
+
+ Perform gene expression analysis thanks to limma
+
+ sblanck/smat
+
+
+
+ /galaxy-tools/stderr_wrapper.py Rscript
+ /galaxy-tools/transcriptomics/Analyse/Analyse.R
+ "${rdataset}"
+ "${conditions}"
+ "${selectCondition1}"
+ "${condition1}"
+ "${selectCondition2}"
+ "${condition2}"
+ "${nbresult}"
+ $result_export_eset
+ $result_html
+ $result_html.files_path
+ /galaxy-tools/transcriptomics/Analyse/Analyse_tpl.html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+The Limma analysis tool performs single analysis either of data previously retrieved from GEO database or normalized affymetrix .CEL files data.
+Given a .cond file, it runs a standard limma differential expression analysis.
+
+**Example** of .cond file
+
+The .cond file should look like this
+::
+
+ Sample ID Condition Description
+ GSM80460 series of 16 tumors GSM80460 OSCE-2T SERIES OF 16 TUMORS
+ GSM80461 series of 16 tumors GSM80461 OSCE-4T Series of 16 Tumors
+ GSM80462 series of 16 tumors GSM80462 OSCE-6T Series of 16 Tumors
+ GSM80476 series of 4 normals GSM80476 OSCE-2N Series of 4 Normals
+ GSM80477 series of 4 normals GSM80477 OSCE-9N Series of 4 Normals
+
+
+**Results**
+
+- Boxplots, p-value histograms and a volcano plot
+- Table summarizing the differentially expressed genes and their annotations. This table is sortable and requestable.
+- Rdata object to perform further meta-analysis.
+
+
+
diff -r 000000000000 -r f32198f08f27 GEOQuery.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/GEOQuery.xml Fri Sep 09 04:23:04 2016 -0400
@@ -0,0 +1,62 @@
+
+ GEOQuery wrapper
+
+ sblanck/smat
+
+
+ /galaxy-tools/stderr_wrapper.py Rscript
+ /galaxy-tools/transcriptomics/GEOquery/GEOQuery.R
+ $GEOQueryID
+ $GEOQueryData
+ $GEOQueryRData
+ $conditions
+ $transformation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This tool fetches microarray data directly from GEO database, based on the GEOQuery R package. Given a GSE accession ID, it returns an Rdata object containing the data and a text file (.cond file) summarizing the conditions of the experiment.
+The .cond file is a text file containing one line per sample in the experiment. Each line is made of 3 columns:
+
+ - Sample ID
+ - Condition of the biological sample
+ - Description of the biological sample
+
+**Example** of .cond file
+::
+
+ Sample ID Condition Description
+ GSM80460 series of 16 tumors GSM80460 OSCE-2T SERIES OF 16 TUMORS
+ GSM80461 series of 16 tumors GSM80461 OSCE-4T Series of 16 Tumors
+ GSM80462 series of 16 tumors GSM80462 OSCE-6T Series of 16 Tumors
+ GSM80476 series of 4 normals GSM80476 OSCE-2N Series of 4 Normals
+ GSM80477 series of 4 normals GSM80477 OSCE-9N Series of 4 Normals
+
+**Results**
+
+- Rdata object containing data for further analysis
+- Condition (.cond) file summarizing conditions of the experiment
+- Tabular (.txt) file containing expression data for each sample
+
+
+
+
+
+
diff -r 000000000000 -r f32198f08f27 ImportDataFromMatrix.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ImportDataFromMatrix.xml Fri Sep 09 04:23:04 2016 -0400
@@ -0,0 +1,80 @@
+
+ Quality control and normalization of a custom matrix expression data
+
+ sblanck/smat
+
+
+
+ /galaxy-tools/stderr_wrapper.py Rscript
+ /galaxy-tools/transcriptomics/ImportDataFromMatrix/ImportDataFromMatrix.R
+ $input
+ $normalization
+ $conditions
+ $annotations
+ $result_export_eset
+ $result_html
+ $result_html.files_path
+ /galaxy-tools/transcriptomics/ImportDataFromMatrix/ImportDataFromMatrix_tpl.html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This tool imports data stored in a tabular text file.
+Column titles (chip IDs) must match the IDs of the .cond file.
+GPL annotation code is also required to fetch annotations from GEO.
+
+**Exemple**
+
+Header of input tabular text file
+::
+
+"" "GSM80460" "GSM80461" "GSM80462" "GSM80463" "GSM80464"
+"1007_s_at" -0.0513991525066443 0.306845500314283 0.0854246562526777 -0.142417044615852 0.0854246562526777
+"1053_at" -0.187707155126729 -0.488026018218199 -0.282789700980404 0.160920188181103 0.989865622866287
+"117_at" 0.814755482809874 -2.15842936260448 -0.125006361067033 -0.256700472111743 0.0114956388378294
+"121_at" -0.0558912008920451 -0.0649174766813385 0.49467161164755 -0.0892673380970874 0.113700499164728
+"1294_at" 0.961993677420255 -0.0320936297098533 -0.169744675832317 -0.0969617298870879 -0.181149439104566
+"1316_at" 0.0454429707611671 0.43616183931445 -0.766111939825723 -0.182786075741673 0.599317793698226
+"1405_i_at" 2.23450132056221 0.369606070031838 -1.06190243892591 -0.190997225060914 0.595503660502742
+
+
+The .cond file should look like this
+::
+
+ Sample ID Condition Description
+ GSM80460 series of 16 tumors GSM80460 OSCE-2T SERIES OF 16 TUMORS
+ GSM80461 series of 16 tumors GSM80461 OSCE-4T Series of 16 Tumors
+ GSM80462 series of 16 tumors GSM80462 OSCE-6T Series of 16 Tumors
+ GSM80476 series of 4 normals GSM80476 OSCE-2N Series of 4 Normals
+ GSM80477 series of 4 normals GSM80477 OSCE-9N Series of 4 Normals
+
+
+**Results**
+ - Bboxplots and MA plots
+ - Rdata object containing the data for further analysis.
+
+
+
\ No newline at end of file
diff -r 000000000000 -r f32198f08f27 MetaMA.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetaMA.xml Fri Sep 09 04:23:04 2016 -0400
@@ -0,0 +1,70 @@
+
+ Perform meta-analysis thanks to metaMA.
+
+ sblanck/smat
+
+
+
+ /galaxy-tools/stderr_wrapper.py Rscript
+ /galaxy-tools/transcriptomics/MetaMA/MetaMA.R
+ #for $currentInput in $inputList
+ "${currentInput.rdataset}"
+ #end for
+ $result_html
+ $result_html.extra_files_path
+ /galaxy-tools/transcriptomics/MetaMA/MetaMa_tpl.html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+Given several Rdata object this tool run a meta-analysis using the metaMA R package.
+
+**Results**
+
+- Venn Diagram summarizing the results of the meta-analysis
+- A list of indicators to evaluate the quality of the performance of the meta-analysis
+
+ - DE : Number of differentially expressed genes
+ - IDD (Integration Driven discoveries) : number of genes that are declared differentially expressed in the meta-analysis that were not identified in any of the single studies alone
+ - Loss : Number of genes that are identified differentially expressed in single studies but not in meta-analysis
+ - DR (Integration-driven Discovery Rate) : corresponding proportion of IDD
+ - IRR (Integration-driven Revision) : corresponding proportion of Loss
+
+- Fully sortable and requestable table, with gene annotations and hypertext links to NCBI gene database.
+
+
+
+
diff -r 000000000000 -r f32198f08f27 MetaRNAseq.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetaRNAseq.xml Fri Sep 09 04:23:04 2016 -0400
@@ -0,0 +1,35 @@
+
+ perform meta-analysis thanks to metaRNAseq
+
+ sblanck/smat
+
+
+
+ /galaxy-tools/stderr_wrapper.py Rscript
+ /galaxy-tools/transcriptomics/MetaRNASeq/MetaRNASeq.R
+ #for $currentInput in $inputList
+ "${currentInput}"
+ "${currentInput.name}"
+ #end for
+ $top_table
+ $diagnostic_html
+ "$diagnostic_html.files_path"
+ /galaxy-tools/transcriptomics/MetaRNASeq/MetaRNASeq_tpl.html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r f32198f08f27 repository_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/repository_dependencies.xml Fri Sep 09 04:23:04 2016 -0400
@@ -0,0 +1,4 @@
+
+
+
+