View source: R/formatDMRsInput.R
formatDMRsInput | R Documentation |
Convert input table to proper format. The firts three column of the input table must have chr, start, end coordinates.
formatDMRsInput(
tableIn,
thr.beta,
col.betadiff = 4,
col.beta1 = NULL,
col.beta2 = NULL
)
thr.beta |
numeric, beta difference threshold to consider methylations. Default = 0.3 |
col.betadiff |
numeric, column position for beta diff. in input table. Default = 4 |
col.beta1 |
numeric, column position for first sample beta values in input table |
col.beta2 |
numeric, column position for second sample beta values in input table |
DMRsRanges |
the DMRs ranges, it must have the following columns: chr, start, end, beta diff. Other columns will be stored in the resulting output under the column other. |
data.frame of DMR ranges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.