Description Usage Arguments Value Examples
Outputs a GTF file, transcript-count file, and gene-count file from bambu
1 | writeBambuOutput(se, path, prefix = "")
|
se |
a |
path |
the destination of the output files (gtf, transcript counts, and gene counts) |
prefix |
the prefix of the output files |
The function will generate three files, a .gtf file for the annotations, two .txt files for transcript and gene counts respectively.
1 2 3 4 5 6 | se <- readRDS(system.file("extdata",
"seOutput_SGNex_A549_directRNA_replicate5_run1_chr9_1_1000000.rds",
package = "bambu"
))
path <- tempdir()
writeBambuOutput(se, path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.