View source: R/stringtie2express.R
strtie2expr | R Documentation |
This function allows you to extract expression values from the stringtie output file.
strtie2expr(strdir = "stringtie/", pattern = "gtab", expunit = "FPKM")
strdir |
the directory with stringtie results (default is strdir = "stringtie/") |
pattern |
the pattern for stringtie uotput files (default is pattern = "gtab") |
strtie2expr()
FPKM_strtie <- strtie2expr()
FPKM_strtie <- strtie2expr(strdir = "stringtie/", pattern = "gtab", expunit = "FPKM")
TPM_strtie <- strtie2expr(expunit = "TPM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.