addKnownRNAmods | R Documentation |
Add the nucleotide identity based on a table with columns "pos" and "nuc establishing the position and nucleotide identity Useful to annotate already known RNA modifications. The function will add a column called "nuc" in the "RES" and "CALLS" tables.
addKnownRNAmods(STORM, RNAmods)
STORM |
STORM object |
RNAmods |
data.frame with two columns "pos" for the positions in the same format as the tables inside the STORM object as STORM$RES, a combination in the form of "gene:txcoor"; And "nuc" for the identity of the nucleotide on said position. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.