loadSummaryMeta {getDEE2} | R Documentation |
This function loads the summary metadata, which are the most relevant SRA accession numbers.
loadSummaryMeta(zipname)
zipname |
Path to the zipfile. |
a dataframe of summary metadata.
x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),outfile="mydata.zip") y <- loadSummaryMeta("mydata.zip")