Description Usage Arguments Value Examples
GetAluRepeat
categorizes RNA editing events as falling within Alu
repeats, non-Alu repetitive elements, and non-repetitive regions
1 | GetAluRepeat(x)
|
x |
a vector giving UCSC repeat masking data |
A character vector with values "Alu", "Non-Alu Repeat", and "Non-Repetitive Element"
1 2 3 4 5 | ## Not run:
alu <- GetAluRepeat(RNAEdDataQCed$Annotation$RepMask_gid)
table(alu)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.