ASEset-filters {AllelicImbalance} | R Documentation |
useful genotype filters
hetFilt(x, ...) ## S4 method for signature 'ASEset' hetFilt(x, source = "genotype", ...)
x |
ASEset object |
... |
internal param |
source |
'genotype' or 'alleleCounts' |
hetFilt returns TRUE if the samples is heterozygote, based on stored genotype information present in the phase data.
Jesper R. Gadin, Lasse Folkersen
#load example data data(ASEset) a <- ASEset genotype(a) <- inferGenotypes(a) hets <- hetFilt(a)