[BioC] load all data sets in a package

carol white wht_crl at yahoo.com
Sun Apr 18 16:01:58 CEST 2010


Hi,
It might be a simple question but how to load all data sets of a package? It's possible to get the list of data sets in a package with

v= data(package = package_name)
v[3]$results[,3]

but data(get(v[3]$results[,3])) doesn't work.

Thanks

Carol



More information about the Bioconductor mailing list