## S3 method for class 'GENOME':
count.unknowns(object)
"GENOME"
"GENOME"
The slot GENOME.class@missing.freqs
for the missing frequencies for the whole region.
The slot GENOME.class@region.stats@missing.freqs
for the missing frequencies for each SNP in a given region# GENOME.class <- readData("VCF", format="VCF", include.unknown=TRUE)
# GENOME.class@region.stats
# GENOME.class <- count.unknowns(GENOME.class)
# GENOME.class@missing.freqs
# GENOME.class@region.stats@missing.freqs
Run the code above in your browser using DataLab