tx_add_refSeqDT | R Documentation |
Adds a column of characters representing the corresponsing nucleotide at the reference genome position, considering the strand of the transcript. The input DT must be the output, or resemble it, of the
tx_add_refSeqDT(DT, genome, geneAnnot, nCores = 1)
DT |
data.table. A table as output by the |
genome |
list. The full reference genome sequences, as loaded by
|
geneAnnot |
GRanges. Gene annotation as loaded by |
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.