meRatio: Observed m6A methylation ratio.

View source: R/meRatio.R

meRatioR Documentation

Observed m6A methylation ratio.

Description

This function calculates, for each candidate region, the enrichment of normalized IP read counts versus the sum of normalized IP and input control read counts.

Usage

meRatio(counts, sf)

Arguments

counts

A data matrix containing read counts in each region across sample input1, ip1, input2, ip2, input3, ip3, ...

sf

A numerical vector containing the size factor of each sample, which is used for sequencing depth normalization. The sample order here is the same as that in counts.

Value

ratio

A numerical data matrix containing the methylation ratio of each candidate region across all samples. Here, the number of columns is half of the number of columns in read count matrix.

Examples

data("Basal")
## methylatinon ratio
Ratio = meRatio(
    counts = Basal$Candidates$Counts,
    sf = Basal$Bins$sf
    )
head(Ratio, 3)

haowulab/TRESS documentation built on Aug. 27, 2022, 7:11 p.m.