Description Usage Arguments Value References
This function parses ATR events (including AS, ATI, and APA) from genome annotation. It also identifies location features for each event. The latter task could be computationally demanding for unfiltered (raw) genome annotation.
1 2 3 4 5 6 7 8 9 10 11 | parseEvent(
anno.file,
anno.format = tools::file_ext(anno.file),
cores = max(1, detectCores() - 2),
min.event.length = 6,
location.feature = TRUE,
depth.exon = 100,
depth.intron = 300,
remove.duplicate = TRUE,
verbose = FALSE
)
|
anno.file |
|
anno.format |
|
cores |
|
min.event.length |
|
location.feature |
|
depth.exon |
|
depth.intron |
|
remove.duplicate |
|
verbose |
|
a surf
object with ATR event annotation and updated genePartsList
slot.
Chen, F., & Keles, S. (2020). SURF: integrative analysis of a compendium of RNA-seq and CLIP-seq datasets highlights complex governing of alternative transcriptional regulation by RNA-binding proteins. Genome Biology, 21(1), 1-23.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.