systematic_nas | R Documentation |
Is systematic/random/full NA
systematic_nas(object, by = "subgroup", frac = 0.5)
random_nas(object, by = "subgroup")
no_nas(object)
object |
SummarizedExperiment |
by |
svar (string) |
frac |
fraction |
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
table(systematic_nas(object)) # missing in some subgroups, present in others
table(random_nas(object)) # missing in some samples, independent of subgroup
table(no_nas(object)) # missing in no samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.