Skip to content
Prev 8529 / 21312 Next

[Bioc-devel] Problem with seqnames of TwoBitFile from AnnotationHub

Hi Jo, Michael,

What about implementing a seqlevels() setter for TwoBitFile objects? All
you need for this is an extra slot for storing the user-supplied
seqlevels. Note that in general the seqlevels() setter allows more than
renaming the seqlevels. It also allows dropping, adding, and shuffling
them. But you don't need to support all that. Supporting renaming would
already go a long way. See selectMethod("seqlevels<-", "TxDb") in
GenomicFeatures for an example of a restricted "seqlevels<-" method.

H.
On 01/08/2016 09:50 AM, Rainer Johannes wrote: