
Complete a DT object missing genes
tx_complete_DT.RdA 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.
Arguments
- DT
data.table. A table as output by the
tx_makeDT_coverage(),tx_makeDT_nucFreq() ortx_makeDT_covNucFreq() functions.- geneAnnot
GRanges. Gene annotation as loaded by
tx_load_bed().- genome
list. The full reference genome sequences, as loaded by
tx_load_genome() or prepackaged by BSgenome, see ?BSgenome::available.genomes- nCores
integer. Number of cores to run the function with. Multicore capability not available in Windows OS.