Learn R Programming

Methplot (version 1.0)

getdata: This function read the output from Methpup into R

Description

This function read the output from Methpup into R

Usage

getdata(filelist, n, gene)

Arguments

filelist
the directory where the output files are saved in
gene
the region that you are interested to look at the methylation profile
n
the number of CpG sites in the region that you specified in "gene".

Value

This function could yield a dataframe saying the read number detected in each methylation pattern in the given region in all samples under "filelist" directory.

Examples

Run this code
foxp3<-getdata(system.file("extdata", package="Methplot"), 10, "foxp3")

Run the code above in your browser using DataLab