is_imputed {autonomics} | R Documentation |
Get/Set is_imputed
is_imputed(object) ## S4 method for signature 'SummarizedExperiment' is_imputed(object) is_imputed(object) <- value ## S4 replacement method for signature 'SummarizedExperiment,matrix' is_imputed(object) <- value ## S4 replacement method for signature 'SummarizedExperiment,'NULL'' is_imputed(object) <- value
object |
SummarizedExperiment |
value |
matrix |
matrix (get) or updated object (set)
file <- download_data('billing16.proteingroups.txt') object <- read_proteingroups(file, plot=FALSE) sum(is_imputed(object))