Description Usage Arguments Value Examples
GetSubType
identifies the most common substitution type across samples
for each editing event
1 | GetSubType(x)
|
x |
a matrix with substitution type observed at each editing event for each individual (AllSubs) |
A character vector with most common substitution type for each editing event
1 2 3 4 5 | ## Not run:
subtypes <- GetSubType(RNAEdDataQCed$AllSubs)
table(subtypes)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.