Skip to content

zhezhangsh/Rnaseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Under unix/linux shell, copy these 2 files into your working directory, preferentially where the outputs will be
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

About

Some R functions used for tasks related to RNA-seq data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages