is.na

# S3 method for mass_dataset
is.na(x)

Arguments

x

A mass_dataset object whose expression_data slot you want to check for missing values.

Value

A logical matrix of the same dimensions as expression_data, indicating the presence of missing values.