loadEpigeneticData: Loads epigenetic gene's data from an existing .rda file

Description Usage Arguments Value Examples

View source: R/epiGPlotFunctions.R

Description

Loads epigenetic gene's data from an existing .rda file

Usage

1

Arguments

rda

A string or char array containing the file including the .rda suffix

Value

Returns a data frame containing 4 columns of: Sample class, sample name, expression value, and quantile range.

Examples

1
2
3
4
5
## Not run: 
data <- loadEpigeneticData("./data/NO66_HUMAN.rda")
dim(data) # 889 4

## End(Not run)

kevbobli224/EpiGPlot documentation built on Dec. 21, 2021, 6:35 a.m.