ReadSNFData: Input file for similarity network fusion (SNF)

View source: R/ReadSNFData.r

ReadSNFDataR Documentation

Input file for similarity network fusion (SNF)

Description

A function to read user-provided file feeding into the SNF function (from the SNFtools package).

Usage

ReadSNFData(File)

Arguments

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.

Value

A data frame

Examples

## Not run: 
data <- ReadSNFData(File = "file.csv")

## End(Not run)

MBMethPred documentation built on Sept. 18, 2023, 5:13 p.m.