loadGeneCounts {getDEE2} | R Documentation |
This function loads STAR gene level counts from a downloaded zip file.
loadGeneCounts(zipname)
zipname |
Path to the zipfile. |
a dataframe of gene expression counts.
x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),outfile="mydata.zip") y <- loadGeneCounts("mydata.zip")