load.rsem.matrix | R Documentation |
Load quantification result from RSEM by tximport
load.rsem.matrix(dirpath, isoform = FALSE, subdirs = TRUE)
dirpath |
Simple set the directory which contains RSEM output folder |
isoform |
specify data type. isoforma specific or not. |
subdirs |
If existing in subdirectory |
Directory tree subdirs = TRUE: dir/sample/prefix.genes.results or
Directory tree subdirs = TRUE: dir/sample/prefix.isoforms.results
Directory tree subdirs = FALSE: dir/sample.prefix.genes.results or
Directory tree subdirs = FALSE: dir/sample.prefix.isoforms.results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.