filter_missing | R Documentation |
Excludes markers or individuals based on their proportion of missing data.
filter_missing(
input.data,
type = c("marker", "individual"),
filter.thres = 0.2,
inter = TRUE
)
input.data |
an object of class |
type |
one of the following options:
Please notice that removing individuals with certain amount of data can change some marker parameters (such as depth), and can also change the estimated genotypes for other individuals. So, be careful when removing individuals. |
filter.thres |
maximum percentage of missing data (default = 0.2). |
inter |
if |
Marcelo Mollinari, mmollin@ncsu.edu.
plot(tetra.solcap)
dat.filt.mrk <- filter_missing(input.data = tetra.solcap,
type = "marker",
filter.thres = 0.1,
inter = TRUE)
plot(dat.filt.mrk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.