On 01/05/2011 12:12 PM, Ivan Gregoretti wrote: > Hello BioC listers, > > Is there a function that will take a list of RangedData instances and > consolidate them into a large RangedData instance?
do.call(rbind, LargeListOfSmallRangedData) ? Martin > > I'm looking for this: > > bigRangedData <- someFunction( LargeListOfSmallRangedData ) > > Thank you, > > Ivan > > _______________________________________________ > Bioc-sig-sequencing mailing list > [email protected] > https://stat.ethz.ch/mailman/listinfo/bioc-sig-sequencing -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793 _______________________________________________ Bioc-sig-sequencing mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/bioc-sig-sequencing
