tx_complete_DT | R Documentation |
A function that adds the genomic and transcriptomic coordinates of genes
with no data in a data.table generated by the tx_coverageDT
,
tx_nucFreqDT
, and tx_covNucFreqDT
functions.
tx_complete_DT(DT, geneAnnot, genome = NULL, nCores = 1)
DT |
data.table. A table as output by the |
geneAnnot |
GRanges. Gene annotation as loaded by |
genome |
list. The full reference genome sequences, as loaded by
|
nCores |
integer. Number of cores to run the function with. Multicore capability not available in Windows OS. |
This function is meant to equalize datasets which don't contain some genes, as such the order of the genes is the same as in the GRanges object used as gene annotation.
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.