Description Usage Arguments Value Author(s) Examples
Create a table of unique splice junction expression per tab file (*.out.tab) generated using during some alignment processes (e.g. using the STAR aligner).
1 | CreateSpliceJunctionTable(tabfiles)
|
tabfiles |
directory path of *.out.tab files generated during alignment. |
A data.frame of the unique splice junction expression per tab file (*.out.tab).
Nathaniel J. Madrid, Jason Byars
1 2 | tabfiles <- dir(path="tabs/", pattern=".*.out.tab$", full.names=T)
JunctionTables <- CreateSpliceJunctionTable(tabfiles)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.