ATACseqQC questions in R language
1
0
Entering edit mode
rsong • 0
@rsong-16040
Last seen 5.3 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 • 1.0k views
ADD COMMENT
0
Entering edit mode
Ou, Jianhong ★ 1.3k
@ou-jianhong-4539
Last seen 9 hours 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: 548 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