View source: R/ReadMethylFile.r
ReadMethylFile | R Documentation |
A function to read DNA methylation files. It can be used as the new data for prediction by every model.
ReadMethylFile(File)
File |
A data frame with tsv or csv file extension. The first column of the data frame is the CpG methylation probe that starts with cg characters and is followed by a number (e.g., cg100091). Other columns are samples with methylation beta values. All columns in the data frame should have a name. |
A data frame
## Not run:
methyl <- ReadMethylFile(File = "file.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.