-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplified methylation data #34
Comments
Thanks for the code, @pcheng84! Yes it would be convenient to have a simplified methylation version pre-computed. @LiNk-NY, it looks like the |
Those are the columns I use for the annotation of the islands. I think there are more columns in the listData tables of the IlluminaHumanMethylation450kanno.ilmn12.hg19 annotation object you could add to rowData. I made a small mistake in my code
should be
|
Hi Phil, @pcheng84 Best, |
Hi Marcel, @LiNk-NY An Cheers, |
Hi Phil, @pcheng84 There is a branch called https://github.com/Bioconductor/AnnotationHubData/tree/constructHubFunctions Best, |
Hi Levi and Marcel,
I was wondering if it would be possible to implement a simplified methylation data set. As you know the raw methylation data is quite unwieldy so I condensed it to a matrix, where each row is the median B value for the CpG island. I took the annotation from the IlluminaHumanMethylation450kanno.ilmn12.hg19 library.
here is the code I used to make the simplified methylation values.
Cheers,
Phil
The text was updated successfully, but these errors were encountered: