loadGeneInfo {getDEE2} | R Documentation |
This function loads gene information. This information includes gene names and lengths which is useful for downstream analysis.
loadGeneInfo(zipname)
zipname |
Path to the zipfile. |
a dataframe of gene information.
x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),outfile="mydata.zip") y <- loadGeneInfo("mydata.zip")