File | Date | Author | Commit |
---|---|---|---|
docs | 2019-03-19 |
![]() |
[ae39a9] Initial beta release |
images | 2019-03-25 |
![]() |
[ddde10] Adding Docker files |
tests | 2019-03-19 |
![]() |
[ae39a9] Initial beta release |
xpresspipe | 2019-03-22 |
![]() |
[f59c71] Minor updates |
.gitattributes | 2019-03-07 |
![]() |
[717013] Finished debugged bed_bw issue, revised git tra... |
.gitignore | 2019-03-07 |
![]() |
[47ba63] Continuing tests and moding of align and ref bu... |
.travis.yml | 2019-03-19 |
![]() |
[8951b5] Tuning setup.py for travis |
LICENSE | 2019-02-15 |
![]() |
[904409] Initial commit |
README.md | 2019-03-20 |
![]() |
[4f2f11] Updated get_peaks() to accept variable number o... |
build.sh | 2019-02-24 |
![]() |
[eb1590] Fixed to allow run |
conda_upload.sh | 2019-03-05 |
![]() |
[db4e49] Prep documentation |
meta.yaml | 2019-03-19 |
![]() |
[ae39a9] Initial beta release |
requirements.yml | 2019-03-20 |
![]() |
[3ef995] Updates to makeFlat -- now grabs from UCSC sinc... |
setup.py | 2019-03-25 |
![]() |
[ddde10] Adding Docker files |
Berg, JA (2019). XPRESSyourself suite: Gene expression processing and analysis made easy. https://github.com/XPRESSyourself.
Installation options not currently available
pip install xpresspipe
conda install -c bioconda xpresspipe
If using this package to perform batch effect normalization or differential expression analysis, you must install R
$ xpresspipe riboprof -i /path/to/raw/data/ -o /path/to/output/ -r /path/to/reference/ ...
In order for many of the XPRESSpipe functions to perform properly and for the output to be reliable after alignment (except for generation of a raw counts table), recommended file naming conventions must be followed.
ExperimentName_BackgroundA_FP.fastq(.qz)
ExperimentName_BackgroundA_RNA.fastq(.qz)
ExperimentName_BackgroundB_FP.fastq(.qz)
ExperimentName_BackgroundB_RNA.fastq(.qz)
ExperimentName_BackgroundC_FP.fastq(.qz)
ExperimentName_BackgroundC_RNA.fastq(.qz)
ExperimentName_a_WT.fastq(.qz)
ExperimentName_a_WT.fastq(.qz)
ExperimentName_b_exType.fastq(.qz)
ExperimentName_b_exType.fastq(.qz)
ExperimentName_a_WT_1.fastq(.qz)
ExperimentName_a_WT_1.fastq(.qz)
ExperimentName_a_WT_2.fastq(.qz)
ExperimentName_a_WT_2.fastq(.qz)
ExperimentName_b_exType_1.fastq(.qz)
ExperimentName_b_exType_1.fastq(.qz)
ExperimentName_b_exType_2.fastq(.qz)
ExperimentName_b_exType_2.fastq(.qz)