tx_unifyTxDTL | R Documentation |
Unify lists of txDTs
tx_unifyTxDTL(
txDTL,
geneAnnot = NULL,
genome = NULL,
type = "intersection",
nCores = 1
)
txDTL |
list. A list of txDTs |
geneAnnot |
GRanges. Gene annotation as loaded by |
genome |
list. The full reference genome sequences, as loaded by
|
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. |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.