rmmissingsnp | R Documentation |
This function removes the missing marker data at certain threshold and plots a histogram of the missing data
rmmissingsnp(X = NULL, threshold = 20, plot.missing = F)
X |
Is a marker matrix with markers in columns and gids in rows |
threshold |
Is a threshold for the % of the missing values in X |
plot.missing |
Is a Logical to indicate if the the histogram of missing values is plotted. Default is False |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.