ATACseqQC questions in R language
1
0
Entering edit mode
rsong • 0
@rsong-16040
Last seen 4.8 years ago

We are doing ATACseq in kidney field and found ATACseqQC package and was very excited to use it for our data QC. I am new to this R and bioinformatics so my questions are what kind of files do you use for this package, if I use mouse tissue, what library I need to install besides ATACseqQC? Thank you very much for the help.

atacseqqc • 906 views
ADD COMMENT
0
Entering edit mode
Ou, Jianhong ★ 1.3k
@ou-jianhong-4539
Last seen 8 days ago
United States

Hi,

Thank you for trying ATACseqQC package. In the vignette of ATACseqQC, we list the packages for human. The following is the code for preparing the packages of mouse:

library(BiocInstaller)
biocLite(c("ATACseqQC", "ChIPpeakAnno", "MotifDb", "GenomicAlignments", "BSgenome.Mmusculus.UCSC.mm10",
"TxDb.Mmusculus.UCSC.mm10.knownGene"))

You can skip the conservation parameters in splitGAlignmentsByCut function. If you want to have a try with the conservation scores, please refer mm10 phastCons data for use with ATACseqQC

Have a good luck.

Jianhong.

 

 

ADD COMMENT

Login before adding your answer.

Traffic: 672 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6