Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure to calculate GC on chrUn_gl000220 #7

Open
anatolydryga opened this issue May 20, 2015 · 0 comments
Open

failure to calculate GC on chrUn_gl000220 #7

anatolydryga opened this issue May 20, 2015 · 0 comments

Comments

@anatolydryga
Copy link
Owner

Error in loadFUN(x, seqname, ranges) :
trying to load regions beyond the boundaries of non-circular sequence "chrUn_gl000220"
18 stop("trying to load regions beyond the boundaries ", "of non-circular sequence "",
seqname, """)
17 loadFUN(x, seqname, ranges)
16 loadFUN(x, seqname, ranges)
15 loadSubseqsFromStrandedSequence(x@single_sequences, seqname,
ranges(gr), strand(gr), is_circular)
14 FUN(1:81[[52L]], ...)
13 lapply(seq_len(length(grl)), function(i) {
gr <- grl[[i]]
if (length(gr) == 0L)
return(DNAStringSet()) ...
12 lapply(seq_len(length(grl)), function(i) {
gr <- grl[[i]]
if (length(gr) == 0L)
return(DNAStringSet()) ...
11 .extractFromBSgenomeSingleSequences(x, sseq_args$names, sseq_args$start,
sseq_args$end, sseq_args$width, sseq_args$strand)
10 .local(x, ...)
9 getSeq(reference_genome_sequence, rangesToCalc, as.character = F)
8 getSeq(reference_genome_sequence, rangesToCalc, as.character = F) at GCcontent.R#21
7 getGCpercentage(site, "GC", window_size, reference)
6 system.time(getGCpercentage(site, "GC", window_size, reference)) at timing_GCcontent.R#14
5 FUN(X[[5L]], ...)
4 lapply(X = X, FUN = FUN, ...)
3 sapply(sites, function(site) {
window_size <- c(large = 100)
GC_time <- system.time(getGCpercentage(site, "GC", window_size,
reference))["user.self"] ...
2 sapply(sites, function(site) {
window_size <- c(large = 100)
GC_time <- system.time(getGCpercentage(site, "GC", window_size,
reference))["user.self"] ... at timing_GCcontent.R#12
1 time_GC()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant