Select highly batch-sensitive genes (HBGs) under a group variable.
Usage
Select.HBGs(GTE, bins = 0.1, gte.ratio = 0.95)
Arguments
- GTE
GTE result.
- bins
Bins.
- gte.ratio
Ratio of selected HBGs to the total GTE.
Examples
if (FALSE) {
# GTE is the result of Run.GroupTechEffects function.
HBGs <- Select.HBGs(GTE_ct)
}