Description Usage Arguments Value References Examples
View source: R/epiGPlotFunctions.R
.csv file must contain 4 columns, separated by tabs. The column must contain following data in a particular order: sample class, sample name, expression value, and quantile range. .csv files regarding epigenetic file data can be obtained through EpiFactors website.
1 |
data |
A file name for the epigenetic gene expression values file including the .csv suffix |
Returns a data frame containing 4 columns of: Sample class, sample name, expression value, and quantile range.
Medvedeva, Y. A., Lennartsson, A., Ehsani, R., Kulakovskiy, I. V., Vorontsov, I. E., Panahandeh, P., Khimulya, G., Kasukawa, T., & Drabløs, F. (2015). Epifactors: A comprehensive database of human epigenetic factors and complexes. Database, 2015. Link
1 2 3 4 5 | ## Not run:
data <- parseEpigeneticData("./inst/extdata/expressions.csv")
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.