View source: R/methylation_array_convertDS.R
methylation_array_convertDS | R Documentation |
This function subsets a methylation ExpressionSet from an EPIC array (850k probes) to a 450k array or vice versa.
methylation_array_convertDS(eSet, objective_array)
eSet |
A methylation ExpressionSet object containing either EPIC or 450k array data. |
objective_array |
A character string specifying the target array type. Can be either "450k" or "epic". |
An ExpressionSet object containing the subset of probes based on the target array type.
# Load example data as 'eSet'
# Convert the eSet from EPIC array to 450k array
eSet_450k <- methylation_array_convertDS(eSet, objective_array = "450k")
# Convert the eSet from 450k array to EPIC array
eSet_epic <- methylation_array_convertDS(eSet, objective_array = "epic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.