Unify lists of txDTs
tx_unifyTxDTL.Rd
Unify lists of txDTs
Arguments
- txDTL
list. A list of txDTs
- 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- type
character. Set function to apply to genes in the list of txDTs, either 'union' or 'intersection'.
- nCores
integer. Number of cores to run the function with. Multicore capability not available in Windows OS.