loadFullMeta {getDEE2} | R Documentation |
This function loads the full metadata, which contains many fields.
loadFullMeta(zipname)
zipname |
Path to the zipfile. |
a dataframe of full metadata.
x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),outfile="mydata.zip") y <- loadFullMeta("mydata.zip")