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.

_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to