Description Usage Arguments Value
Generate location features for each ATR event.
1 2 3 4 5 6 7 8 9 | getFeature(
isoPLas,
anno_event,
depth.exon = 100,
depth.intron = 300,
cores = max(1, detectCores() - 2),
remove.duplicate = TRUE,
verbose = FALSE
)
|
isoPLas |
isoform parts list with AS events. |
anno_event |
|
depth.exon |
|
depth.intron |
|
cores |
|
remove.duplicate |
|
verbose |
|
a surf
object with one added column called feature
, which
contains a GRangesList
of extracted location features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.