Description Usage Arguments Details Value Examples
View source: R/InTADSig-methods.R
The fuction loads the data tables to create an object that contains the signals and gene expression data.frames along with their genomic coordinates for further processing.
1 2 | loadSigInTAD(signalsFile, countsFile, gtfFile, annFile = "",
performLog = TRUE, logExprsOffset = 1, ncores = 1)
|
signalsFile |
Tab-seprated data table containg signals and their coordinates as row.names |
countsFile |
Tab-seprated counts table |
gtfFile |
GTF file containing all gene coordinates |
annFile |
Tab-delimited phenotype annotation of samples |
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 |
The function loads data from input files and creates object that stores matrices of signals and gene expression values along with coordiantes. The samples order and names of columns should match in both tables. It is expected that gene ids are applied in the validation of counts table.
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.