View source: R/check_outliers.R
check_outliers | R Documentation |
Add or update "is_outlier"
column in the "nacho"
field of an object from
a call to load_rcc()
or normalise()
(nacho_object$nacho
),
using the current quality-control thresholds.
check_outliers(nacho_object)
nacho_object |
[list] A list object of class |
A [list] object of class "nacho"
.
data(GSE74821)
nacho_object <- check_outliers(GSE74821)
head(nacho_object$nacho)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.