identify_outliers | R Documentation |
Samples that are z standard deviations (SDs) from the mean of principal components (PC) 1 and 2 are identified as outliers.
identify_outliers(filtered_counts, clean_metadata, color, shape, size, z = 4)
filtered_counts |
A counts data frame with genes removed that have low expression. |
clean_metadata |
A data frame with sample identifiers as rownames and variables as
factors or numeric as determined by |
color |
Discrete variable in 'clean_metadata' differentiated by color. |
shape |
Discrete variable in 'clean_metadata' differentiated by shape. |
size |
Continuous variable in 'clean_metadata' differentiated by size. |
z |
Allowable number of standard deviations (SDs) from the mean. Defaults to 4. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.