tx_add_siteAnnotation | R Documentation |
Add a logical variable column in DT, for which the genomic coordinates of a GRanges object are used to annotate 1 bp sites. In which TRUE equals to presence of the site in the provided GRanges object. This annotation is useful, for example, when marking already known RNA modification sites.
tx_add_siteAnnotation(DT, GRanges, colName, nCores = 1)
DT |
data.table. A table as output by the |
GRanges |
GRanges. Ranges of length 1, to be marked in the data.table |
colName |
character. Name of the new column to be added. |
nCores |
integer. Number of cores to run the function with. Multicore capability not available in Windows OS. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.