Issue with shiftGAlignmentsList() in ATACseqQC after updating
0
0
Entering edit mode
danalvoronov ▴ 10
@danalvoronov-18476
Last seen 8 weeks ago
Germany

Hi,

I am experiencing an issue with ATACseqQC 1.27.1 after updating from 1.18.

Code below worked in 1.18 but in 1.27.1 gives the following error:

Error in strsplit(SE, split = ".", fixed = TRUE) : non-character argument

seqinformation <- seqinfo(TxDb.genome3.own) #custom TxDb from a genome and gtf annotation (same with BSgenome)
bamf <- "nodup_paired_test.bam"
seqlev <- "Scaffold2"
which <- as(seqinformation[seqlev], "GRanges")
bamal <- readBamFile(bamf, which = which, asMates=TRUE, bigFile=TRUE)
bamsal <- shiftGAlignmentsList(bamal)

This is in addition to the RAM usage for shiftGAlignmentsList() issue I have commented on jfmay's question.

ATACseqQC shiftGAlignmentsList() problem

Best,

Dani

R ATACseqQC • 111 views
ADD COMMENT

Login before adding your answer.

Traffic: 567 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