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(sset, use.median = FALSE)
sset |
signal set |
use.median |
use median to compute GCT instead of mean |
GCT score (the higher, the more incomplete conversion)
sesameDataCache("HM450") # if not done yet sset <- makeExampleSeSAMeDataSet('HM450') bisConversionControl(sset)