README.md

Rnaseq

An R package for tasks related to RNA-seq data

To load library within your R console

library(devtools);
install_github("zhezhangsh/Rnaseq");
library(Rnaseq);

Align reads with STAR

wget https://raw.githubusercontent.com/zhezhangsh/Rnaseq/master/examples/RunStar.yaml
wget https://raw.githubusercontent.com/zhezhangsh/Rnaseq/master/examples/RunStar.r
Rscript ./RunStar.r ./RunStar.yaml ./RunStar.sh
nohup sh ./RunStar.sh


zhezhangsh/Rnaseq documentation built on May 4, 2019, 11:20 p.m.