is_imputed {autonomics}R Documentation

Get/set is_imputed

Description

Get/Set is_imputed

Usage

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

Arguments

object

SummarizedExperiment

value

matrix

Value

matrix (get) or updated object (set)

Examples

file <- download_data('billing16.proteingroups.txt')
object <- read_proteingroups(file, plot=FALSE)
sum(is_imputed(object))

[Package autonomics version 1.2.0 Index]