Description Usage Arguments Value Examples
This function loads transcript information. This information includes transcript lengths, corresponding parent gene accession and gene symbol that might be useful for downstream analysis.
1 | loadTxInfo(zipname)
|
zipname |
Path to the zipfile. |
a dataframe of transcript info
1 2 | x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),outfile="mydata.zip")
y <- loadTxInfo("mydata.zip")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.