Description Usage Arguments Value Examples
View source: R/epiGPlotFunctions.R
Loads epigenetic gene's data from an existing .rda file
1 | loadEpigeneticData(rda)
|
rda |
A string or char array containing the file including the .rda suffix |
Returns a data frame containing 4 columns of: Sample class, sample name, expression value, and quantile range.
1 2 3 4 5 | ## Not run:
data <- loadEpigeneticData("./data/NO66_HUMAN.rda")
dim(data) # 889 4
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.