BAQCOM is an user-friendly pipeline which implements five automated pipelines for RNA-Seq analysis using Trimmomatic for QC, STAR or HISAT2 for mapping and, HTSeq or featuresCount for counting reads.
Git is required
git clone https://github.com/hanielcedraz/BAQCOM.git
cd BAQCOM
chmod +x install.sh
./install.sh
To install R Access CRAN website
MultiQC:
If you would like to use multiqc analysis, please install it.
Installation:
If pip is not installed, please install as follow:
wget https://bootstrap.pypa.io/get-pip.py -O get-pip.py
python get-pip.py
You can install MultiQC from PyPI using pip as follow:
pip install multiqc
More information, please access MultiQC website
HTSeq-count:
HTSeq is available from the Python Package Index (PyPI):
To use HTSeq, you need Python 2.7 or 3.4 or above (3.0-3.3 are not supported), together with:
NumPy, a commonly used Python package for numerical calculations
Pysam, a Python interface to samtools.
To make plots you will need matplotlib, a plotting library.
You can install HTSeq-count using pip:
pip install HTSeq
If HTSeq is already installed you need to upgrade it
pip install HTSeq --upgrade
In addition you need to upgrade numpy
pip install numpy --upgrade
or following the source documentation
To speed up your analysis results, install the pigz.
Centos
sudo yum install pigz
Ubuntu
sudo apt install pigz
You can find some command line examples here
You will find some script to analyze differential expression genes here