Description Usage Arguments Value
To use the useMetaFeatures
functionality of Rsubread::featureCounts, we
need the GTF input. This function helps to produce the two annotation files
("event" and "exon") needed by drseqCount.
1 2 3 4 5 6 7 8 | prepDrseqAnno(
anno_event,
anno.prefix = "annotation.drseq",
anno.format = "gff2",
remove.overlap.exon = FALSE,
cores = max(1, detectCores() - 2),
verbose = TRUE
)
|
anno_event |
a |
anno.prefix |
|
anno.format |
|
remove.overlap.exon |
|
cores |
|
verbose |
|
NULL
, the function is a procedure and only output/export results to
file system, except for messages and warnings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.