Hi, On Thu, Jan 6, 2011 at 11:21 AM, Ivan Gregoretti <[email protected]> wrote: > I assumed that RangedDataList was the same as "list of RangedData". > > at the moment I can't coerce one into the other: > > as(LargeListOfSmallRangedData,'RangedDataList') > Error in as(LargeListOfSmallRangedData, "RangedDataList") : > no method or default for coercing "list" to "RangedDataList"
Try: R> rdl <- RangedDataList(LargeListOfSmallRangedData) -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact _______________________________________________ Bioc-sig-sequencing mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/bioc-sig-sequencing
