loadGeneInfo | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.