Description Usage Arguments Details Value Examples
View source: R/InTADSig-methods.R
The fuction generates an object that contains the signals and gene expression data.frames along with their genomic coordinates for further processing.
1 2 3 |
signalData |
data frame containing signals |
signalRegions |
genomic regions of the signals |
countsData |
data matrix containing count expression values |
geneRegions |
gene coordiantes |
sampleInfo |
data frame containing additional sample info |
performLog |
Perform log2 convertion of expression values. Default: TRUE. |
logExprsOffset |
Offset x for log2 gene exrpression i.e. log2(value + x). Default: 1 |
ncores |
Number of cores to use for parallel computing |
InTADSig object stores matrices of signals and gene expression values along with coordinates. The order of samples and names of columns should match in both datasets. For gene coordinates GRanges "gene_id" and "gene_name" are required in metadata. These are typical markers of genes in GTF anntotation format.
Novel InTADSig object
1 2 | ## create sigInTAD object
inTadSig <- newSigInTAD(enhSel, enhSelGR, rpkmCountsSel, txsSel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.