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. The lower the GCT score, the more likely
over-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)
sset <- makeExampleSeSAMeDataSet('HM450') bisConversionControl(sset)