[Bioc-sig-seq] Consolidating RangedData
Steve Lianoglou
mailinglist.honeypot at gmail.com
Thu Jan 6 17:47:03 CET 2011
Hi,
On Thu, Jan 6, 2011 at 11:21 AM, Ivan Gregoretti <ivangreg at gmail.com> 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
More information about the Bioc-sig-sequencing
mailing list