Open tinavisnovska opened 4 years ago
Thank you for reporting that. I will fix it as soon as possible.
Hello, JianHong! Thanks for the excellent tool! However, I met some issues while running the ATACseqQC. One of them is to perform the plotCorrelation analysis.
gals <- lapply(bamfiles, function(bamfile){readBamFile(bamFile=bamfile, tag=tags,which=which, bigFile=TRUE,asMates=TRUE)})
plotCorrelation(GAlignmentsList(gals), txs, seqlev=allseq)
Error in GAlignmentsList(gals) :
all elements in '...' must be GAlignments objects
Could you please have a look at it? Many thanks in advance!
Please refer the documentation of plotCorrelation. I add a sentence to address this issue:
The correlation will be calculated by the correlation of insertion sites within promoter regions. Even the sequencing is paired-end, please treat it as single ends.
Thank you so much. It works!
Hi, (in ATACseqQC 1.12.0) the example of using plotCorrelation that is written in the ATACseqQC guide works out of the box only when asMates and bigFile parameters are FALSE in readBamFile. Otherwise output format of readBamFile does not cooperate with plotCorrelation, is there a way around to modify output of readBamFile with asMates/bigFile being TRUE so that plotCorrelation can be used? And more importantly, does it make sense to use plotCorrelation in such cases? Thanks for any help!