comparison README.md @ 3:de6d0b7c17af draft

release 1.6.3
author lgueguen
date Mon, 01 Oct 2018 05:07:56 -0400
parents d86ccac2a660
children
comparison
equal deleted inserted replaced
2:d86ccac2a660 3:de6d0b7c17af
1 ----------------------------------------------------------- 1 --------------------------------------------------------------------------------------
2 SARTools-Galaxy: a galaxy wrapper for SARTools version 1.3.2 2 SARTools-Galaxy: a galaxy wrapper for SARTools (Statistical Analysis of RNA-Seq Tools)
3 ----------------------------------------------------------- 3 --------------------------------------------------------------------------------------
4 4
5 [![Build Status](https://travis-ci.org/PF2-pasteur-fr/SARTools-Galaxy.svg?branch=master)](https://travis-ci.org/PF2-pasteur-fr/SARTools-Galaxy) 5 [![Build Status](https://travis-ci.org/PF2-pasteur-fr/SARTools-Galaxy.svg?branch=master)](https://travis-ci.org/PF2-pasteur-fr/SARTools-Galaxy)
6 6
7 Description: 7 Description:
8 ------------ 8 ------------
10 10
11 SARTools provides tools to generate descriptive and diagnostic graphs, to run the differential analysis with one of the well known DESeq2 or edgeR packages and to export the results into easily readable tab-delimited files. It also facilitates the generation of a HTML report which displays all the figures produced, explains the statistical methods and gives the results of the differential analysis. Note that SARTools does not intend to replace DESeq2 or edgeR: it simply provides an environment to go with them. For more details about the methodology behind DESeq2 or edgeR, the user should read their documentations and papers. 11 SARTools provides tools to generate descriptive and diagnostic graphs, to run the differential analysis with one of the well known DESeq2 or edgeR packages and to export the results into easily readable tab-delimited files. It also facilitates the generation of a HTML report which displays all the figures produced, explains the statistical methods and gives the results of the differential analysis. Note that SARTools does not intend to replace DESeq2 or edgeR: it simply provides an environment to go with them. For more details about the methodology behind DESeq2 or edgeR, the user should read their documentations and papers.
12 12
13 Requirements: 13 Requirements:
14 ------------- 14 -------------
15 R (3.3.0 or higher), Bio-conductor package 15 These Galaxy tools need:
16 SARTools package (1.3.2) 16 - R and the following R packages: SARTools, DESeq2, edgeR, genefilter, xtable and knitr.
17 other R packages: DESeq2 (1.12.0 or higher), edgeR (3.12.0 or higher), genefilter, xtable and knitr 17 - Rscript and optparse package
18 Rscript
19 18
20 SARTools can be downloaded on github (https://github.com/PF2-pasteur-fr/SARTools). More information about installation can be found at this url. 19 SARTools can be downloaded on github (https://github.com/PF2-pasteur-fr/SARTools). More information about installation can be found at this url.
21 20
22 Requirements using Conda: 21 Requirements using Conda:
23 ------------------------- 22 -------------------------