tx_get_metageneRegions | R Documentation |
Summarizes the values of a column(s) into a selected number of bins per gene structure region (5'UTR, CDS, 3'UTR).
tx_get_metageneRegions(
txDT,
geneAnnot,
colVars,
nBins_5UTR,
nBins_CDS = NULL,
nBins_3UTR = NULL,
nCores = 1
)
txDT |
data.table. A table as output by the |
geneAnnot |
GRanges. Gene annotation as loaded by |
colVars |
character. Names of columns for which values will be extracted |
nBins_5UTR |
integer. Number of bins into which allocate data on 5'UTR regions |
nBins_CDS |
integer. Number of bins into which allocate data on CDS regions |
nBins_3UTR |
integer. Number of bins into which allocate data on 3'UTR regions |
nCores |
integer. Number of cores to run the function with. Multicore capability not available in Windows OS. |
list of matrices for each colVar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.