Mercurial > repos > brasset_jensen > srnapipe
comparison README.rst @ 67:740884893563 draft
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit fa75629bca78685de0106390758c0e85f1ca0836
author | brasset_jensen |
---|---|
date | Thu, 31 Jan 2019 16:10:58 -0500 |
parents | 967512924317 |
children | a5a99218ef7a |
comparison
equal
deleted
inserted
replaced
66:ff36e76d696a | 67:740884893563 |
---|---|
5 ======== | 5 ======== |
6 | 6 |
7 A GALAXY-based pipeline for bioinformatic in-depth exploration of small RNA-seq data | 7 A GALAXY-based pipeline for bioinformatic in-depth exploration of small RNA-seq data |
8 | 8 |
9 Description | 9 Description |
10 =========== | 10 ----------- |
11 | 11 |
12 The field of small RNA is one of the most investigated research areas since they were shown to regulate gene expression and play essential roles in fundamental biological processes. | 12 The field of small RNA is one of the most investigated research areas since they were shown to regulate gene expression and play essential roles in fundamental biological processes. |
13 sRNAPipe a computational pipeline (sRNAPipe: small RNA pipeline) based on the Galaxy framework that takes as input a fastq file of small RNA-seq reads and performs successive steps of mapping to categories of genomic sequences: microRNAs, gene transcripts, small nuclear RNAs, ribosomal RNAs, transfer RNAs and transposable elements. It also provides individual mapping and counting for chromosomes, gene transcripts and transposable elements, normalization, small RNA length analysis and plotting of the data along genomic coordinates to build publication-quality graphs and figures. sRNAPipe evaluates 10-nucleotide 5’-overlaps of reads on opposite strands to test ping-pong amplification for putative PIWI-interacting RNAs, providing numbers of overlaps and corresponding z-scores. | 13 sRNAPipe a computational pipeline (sRNAPipe: small RNA pipeline) based on the Galaxy framework that takes as input a fastq file of small RNA-seq reads and performs successive steps of mapping to categories of genomic sequences: microRNAs, gene transcripts, small nuclear RNAs, ribosomal RNAs, transfer RNAs and transposable elements. It also provides individual mapping and counting for chromosomes, gene transcripts and transposable elements, normalization, small RNA length analysis and plotting of the data along genomic coordinates to build publication-quality graphs and figures. sRNAPipe evaluates 10-nucleotide 5’-overlaps of reads on opposite strands to test ping-pong amplification for putative PIWI-interacting RNAs, providing numbers of overlaps and corresponding z-scores. |
14 | 14 |
15 Prerequisites | 15 Prerequisites |
16 ============= | 16 ------------- |
17 | 17 |
18 1. Unix system with A Galaxy server (release 16.01 or later installed) | 18 1. Unix system with A Galaxy server (release 16.01 or later installed) |
19 | 19 |
20 2. Some tools are used by sRNAPipe and must be installed and added to the Path. | 20 2. Some tools are used by sRNAPipe and must be installed and added to the Path. |
21 | 21 |
27 3. Perl version higher than 5.1 is needed with packages : "perl-statistics", "Parallel::ForkManager", "Statistics::R", "Getopt::Long" , "String::Random", "File::Copy::Recursive" and "Math::CDF" installed. | 27 3. Perl version higher than 5.1 is needed with packages : "perl-statistics", "Parallel::ForkManager", "Statistics::R", "Getopt::Long" , "String::Random", "File::Copy::Recursive" and "Math::CDF" installed. |
28 | 28 |
29 4. R project version higher than 3.1 is needed with libraries "plotrix", "bioconductor-sushi", "RColorBrewer" and "ggplot2" installed. You can find respectively these libraries here: https://cran.r-project.org/web/packages/plotrix/index.html and https://bioconductor.org/packages/release/bioc/html/Sushi.html and https://cran.r-project.org/web/packages/RColorBrewer/index.html and https://cran.r-project.org/web/packages/ggplot2/index.html | 29 4. R project version higher than 3.1 is needed with libraries "plotrix", "bioconductor-sushi", "RColorBrewer" and "ggplot2" installed. You can find respectively these libraries here: https://cran.r-project.org/web/packages/plotrix/index.html and https://bioconductor.org/packages/release/bioc/html/Sushi.html and https://cran.r-project.org/web/packages/RColorBrewer/index.html and https://cran.r-project.org/web/packages/ggplot2/index.html |
30 | 30 |
31 Installation | 31 Installation |
32 ============ | 32 ------------ |
33 | 33 |
34 The process has to be completed by an administrator of your Galaxy server to install sRNAPipe. | 34 The process has to be completed by an administrator of your Galaxy server to install sRNAPipe. |
35 | 35 |
36 | 36 |
37 1. Download sRNAPipe | 37 1. Download sRNAPipe |