[Bioc-devel] converting character vector to DNAStringSetList

2013-04-19 Thread Stephanie M. Gogarten
Hi all, There is a non-exported function in VariantAnnotation called .toDNAStringSetList that converts a vector of comma-separated character strings to a DNAStringSetList. I'd like to use this code in a package I'm working on. Would it make sense to export this from Biostrings? If not,

Re: [Bioc-devel] converting character vector to DNAStringSetList

2013-04-19 Thread Tim Triche, Jr.
why not just use VariantAnnotation:::.toDNAStringSetList() ? On Fri, Apr 19, 2013 at 11:55 AM, Stephanie M. Gogarten sdmor...@u.washington.edu wrote: Hi all, There is a non-exported function in VariantAnnotation called .toDNAStringSetList that converts a vector of comma-separated

Re: [Bioc-devel] converting character vector to DNAStringSetList

2013-04-19 Thread Hervé Pagès
Hi Stephanie, On 04/19/2013 11:55 AM, Stephanie M. Gogarten wrote: Hi all, There is a non-exported function in VariantAnnotation called .toDNAStringSetList that converts a vector of comma-separated character strings to a DNAStringSetList. I'd like to use this code in a package I'm working on.

Re: [Bioc-devel] converting character vector to DNAStringSetList

2013-04-19 Thread Stephanie M. Gogarten
Thanks, Herve! To answer Tim's question (though it has become irrelevant after Herve's solution): because I'd rather not add VariantAnnotation to my dependency tree for only a couple of lines of code. It also seemed like the sort of thing that should be possible with a DNAStringSetList