exclude.snps {ARTP2} | R Documentation |
exclude.snps
is used to exclude SNPs from specified regions, for example, the GWAS hits and their neighbors.
exclude.snps(stat, excluded.regions)
stat |
a data frame containing at least two columns |
excluded.regions |
a data frame specifying the regions to be excluded. It must contains columns |
A data frame containing a subset of stat
after excluding SNPs in specified regions.