compare_meth: Compare raw and smoothed methylation

Description Usage Arguments Details Value Author(s) Examples

View source: R/compare_meth.R

Description

Compare raw and smoothed methylation

Usage

1
compare_meth(gi, cr_smoothed, cr_raw, txdb = NULL, start = NULL, end = NULL)

Arguments

gi

a single gene id

cr_smoothed

correlated regions using smoothed methylation

cr_raw

correlated regions using raw methylation/ If provided, there will be a line plot of correlation calculated from raw methylation.

txdb

transcriptome annotation if start and end are not set

start

start position of the region of interested (in the extended gene region)

end

end position of the region of interested (in the extended gene region)

Details

If start and end are not set, the whole extended gene will be plotted.

The aim of this function is see whether smoothing can improve the calculation of correlation between methylation and gene expression.

There will be six/seven tracks:

Value

No value is returned

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# There is no example
NULL

jokergoo/epik documentation built on Sept. 28, 2019, 9:20 a.m.