outliers | R Documentation |
Find outliers in the dataset using a threshold distance (mash o jaccard distance) or by standard deviation times. This function also plot a manhattan plot to visualize the structure of the distance distribution of the input object.
outliers(data, threshold, n_sd, plot = TRUE)
data |
An accnet or mash object |
threshold |
threshold for outliers (outliers >= threshold) |
n_sd |
Number of standard deviation as threshold. |
plot |
Boolean plot manhattan? |
a data.frame with the set of outliers.
remove_outliers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.