Description Usage Arguments Value Examples
This function loads Kallisto transcript level counts from a downloaded zip file.
1 | loadTxCounts(zipname)
|
zipname |
Path to the zipfile. |
a dataframe of transcript expression counts.
1 2 | x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),outfile="mydata.zip")
y <- loadTxCounts("mydata.zip")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.