Description Usage Arguments Details Value Author(s) Examples
Filter genotype contents of an smlSet according to certain SNP allele frequency features.
| 1 2 3 4 5 | MAFfilter(x, lower = 0, upper = 1)
GTFfilter(x, lower = 0)
dropMonomorphies(sms)
 | 
| x | 
 | 
| sms | 
 | 
| lower | lower bound on MAF or GTF to allow retention of associated locus | 
| upper | upper bound on MAF or GTF to allow retention of associated locus | 
uses col.summary to compute MAF or GTF.  
dropMonomorphies also uses col.summary.
smlSet-class instance
VJ Carey <stvjc@channing.harvard.edu>
| 1 2 3 4 5 6 | if (file.exists(system.file("parts/20.rda", package="GGtools"))) {
 c20 = getSS("GGtools", "20")
 c20
 c20f = MAFfilter(c20, lower=.05)
 c20f
 }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.