| bisConversionControl {sesame} | R Documentation |
Compute GCT score for internal bisulfite conversion control. The function
takes a SigSet as input. The higher the GCT score, the more likely
the incomplete conversion.
bisConversionControl(sdf)
sdf |
a SigDF |
GCT score (the higher, the more incomplete conversion)
sesameDataCache("EPIC") # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
bisConversionControl(sdf)