GUIDEseq Error using offTargetAnalysisOfPeakRegions
4
0
Entering edit mode
@tomasrodriguez-21656
Last seen 22 months ago
United States

DONE searching finish off-target search in sequence 2 finish off-target search in sequence 1 finish feature vector building finish score calculation [1] "Done!" Error in $<-.data.frame(*tmp*, "offTarget_Start", value = logical(0)) : replacement has 0 rows, data has 383379 In addition: There were 50 or more warnings (use warnings() to see the first 50)

annotatedOfftargets <- annotateOffTargets(offTargets, + txdb = TxDb.Hsapiens.UCSC.hg38.knownGene, + orgAnn = org.Hs.egSYMBOL) Error in subset(thePeaks, !is.na(offTargetStart) & offTargetStart != : object 'offTargets' not found offTargets Error: object 'offTargets' not found

GUIDEseq • 967 views
ADD COMMENT
0
Entering edit mode
Julie Zhu ★ 4.3k
@julie-zhu-3596
Last seen 6 months ago
United States

Hi Tom,

I tried to run the analysis with a smaller input bed file, and did not get the same error. I am wondering whether the error is from running the analysis with the entire dataset or just chr6 you shared with me.

Thanks!

Best, Julie

ADD COMMENT
0
Entering edit mode
Julie Zhu ★ 4.3k
@julie-zhu-3596
Last seen 6 months ago
United States

Hi Tom,

I tried to run the analysis with a smaller input bed file, and did not get the same error. I am wondering whether the error is from running the analysis with the entire dataset or just chr6 you shared with me.

Thanks!

Best, Julie

ADD COMMENT
0
Entering edit mode
Julie Zhu ★ 4.3k
@julie-zhu-3596
Last seen 6 months ago
United States

Hi Tom,

Please add strand information to the peak bed file that should resolve the issue.

offTargetAnalysisOfPeakRegions was internally called by GUIDEseqAnalysis which generates strand information automatically.

You made me realize that the function offTargetAnalysisOfPeakRegions could be very useful if you already have a list of peaks at hand.

I will modify the script by adding + to the strand column if the input peak bed file only contains 3-5 columns, and adding a name column if the input peak bed file only contains 3 columns.

Thanks!

Best, Julie

ADD COMMENT
0
Entering edit mode
Julie Zhu ★ 4.3k
@julie-zhu-3596
Last seen 6 months ago
United States

Hi Tom,

The 5th column stores score, which should be numeric. Therefore, it should only contain numbers.

FYI, I have modified the script which is able to handle peak bed files with 3 or more columns. Please download the updated version GUIDEseq 1.7.1 using git clone git@git.bioconductor.org:packages/GUIDEseq).

Best, Julie

ADD COMMENT

Login before adding your answer.

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