You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
apologies if I have misunderstood something crucial, but it seems to me that the matching between sequences and sequence names is off when using getSeq with a DNAStringSet object, if the ranges in names are not sorted by chromosome (in increasing order by levels(seqnames(names))). A small example:
Hi,
apologies if I have misunderstood something crucial, but it seems to me that the matching between sequences and sequence names is off when using
getSeq
with aDNAStringSet
object, if the ranges innames
are not sorted by chromosome (in increasing order bylevels(seqnames(names))
). A small example:I suspect it's happening here:
BSgenome/R/getSeq-methods.R
Line 380 in 9726318
Session info:
However, I tried also with Bioconductor releases 3.8, 3.9 and 3.10, with the same result.
The text was updated successfully, but these errors were encountered: