Entering edit mode
Hi,
I am trying to create a summarised experiment as shown in this youtube video https://www.youtube.com/watch?v=b7hmDfU0LTo but I am having trouble figuring out how to do that. Is there a function that allows you to create a summarized experiment object from Methylation array data?
Have you tried just using SummarizedExperiment from beta value matrix with proper colData? see https://bioconductor.org/help/course-materials/2019/BSS2019/04_Practical_CoreApproachesInBioconductor.html
I have not tried that yet, I have the beta values, I am just not sure how to put them in a matrix.
Like SummarizedExperiment(assay=betas) ? You need colData to describe the sample covariables. See the link above for more detail.