The 450k array does measure non-CpG probes (around 3000 of them). These are identified by starting with "ch." in their probe IDs. You can check them in the annotation like this:
AFAIK, these probes are not filtered out by minfi, they are treated equally as the CpG probes and retained after preprocessing, so you could filter your data to get them and use them to perform subsequent analyses.
Beware though, that many studies have stated that a large proportion of these non-CpG probes may be cross-reactive (example1, example2).
Well, the annotation package actually contains the sequence of the targeted locus by each probe in the $Forward_Sequence variable. The targeted locus is indicated by square brackets, like this example:
Thank you for your helpful comments and informative suggestion.
I've confrim that there are probes starting with "ch" !
However, I couldn't confirmed whether that probe show CpA or CpT and so on.
How do you distinguish that methylation type ?
Well, the annotation package actually contains the sequence of the targeted locus by each probe in the
$Forward_Sequence
variable. The targeted locus is indicated by square brackets, like this example:So you could generate a variable like this (following the previous code):
It looks like almost all of the probes are CpA.
I missed the
Forward_Sequence
column,,,But this is surprising for me because almost all of the CpH is CpA !
Thank you for your help.