panel_meth_from_beta.Rd
Make CAMDAC methylation panel from a matrix of beta values
panel_meth_from_beta(
mat,
chrom,
start,
end,
cov,
props,
cores,
min_samples = 1,
max_sd = 1
)
Matrix of beta values. Rows are CpGs, columns are samples
Vector of chromosome names
Vector of CpG start positions
Vector of CpG end positions
Vector of coverage values to give each CpG site. If a matrix is provided, coverage is calculated as the sum of reads for each site.
Number of cores to use for calculating HDI
Minimum number of samples that must have a non-NA value for a CpG site to be included in panel
Maximum standard deviation of methylation for a site to be included in panel.