checkAssayType {compartmap}R Documentation

Check if the assay is a SummarizedExperiment

Description

Check if the assay is a SummarizedExperiment

Usage

checkAssayType(obj)

Arguments

obj

Input object

Value

Boolean

Examples

data("k562_scrna_chr14", package = "compartmap")
checkAssayType(k562_scrna_chr14)

[Package compartmap version 1.10.0 Index]