View source: R/classifyByKnownClasses.R
getClassMeansMatrix | R Documentation |
allClassMeans is a list of tables (one table for each number of classes). The function extracts one such table and converts it to a matrix with each row being a particular class and each column being a genomic position (in coordinates relative to an anchor point, like a TSS).
getClassMeansMatrix(allClassMeans, numClasses)
allClassMeans |
A list by number of classes of tables containing positions, fraction methylation, and class ID for replicate EM runs. |
numClasses |
An integer indicating the total number of classes being used |
A matrix with classID x position containing fraction methylation values for each class at each position
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.