Message-ID: <51719F57.2050802@fhcrc.org>
Date: 2013-04-19T19:47:35Z
From: Hervé Pagès
Subject: [Bioc-devel] converting character vector to DNAStringSetList
In-Reply-To: <51719C9C.4010705@fhcrc.org>
On 04/19/2013 12:35 PM, Herv? Pag?s wrote:
[...]
> > comma_sep_strings <- c("AA,TT", "ACGT", "", "TT,A,,TAG")
> > DNAStringSetList(strsplit(comma_sep_strings, ",", fixed=TRUE))
> Error in strsplit(comma_sep_strings, ",") : non-character argument
Some copy/paste mic-mac on my end, sorry. The real error message I get
is:
> DNAStringSetList(strsplit(comma_sep_strings, ",", fixed=TRUE))
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ?seqtype? for
signature ?"character"?
Not very explicit anyway... :-/
H.