This is a test version of Biostars. For the public version, visit https://www.biostars.org.
CPG island annotation with gene

I have a list of CpG islands which are differential methylated. How can I get gene annotation for these island coordinates.

Thanks

gene-annotation cpg-island

2 answers

What package are you using to do this analysis? If it's minfi, there's getAnnotation() function. This imports the IlluminaHumanMethylation450kmanifest package for annotation.

and what to do when you are not dealing with human sequences ?

Are you referencing my answer? OP has not specified the platform that they're using. I've made the assumption that they're referencing the Illumina Infinitum HumanMethylation450K assay, as it's the most commonly used for methylation microarrays, and Illumina don't offer this for anything other than human (as far as I'm aware). OP could be referencing bisulphite sequencing, in which case, the input for some test methods takes an iRange object. An iRange object could be made for the given species.

I am using bisulfite seq. and has differently methylated CpG islands which I want to map to gene. it is mm10 based

Log in to answer this question.