Skip to contents

Overview of a muscomic object.

Usage

# S4 method for class 'muscomic'
show(object)

Arguments

object

A muscomic object.

Value

Prints summary to stdout and invisibly returns NULL

Examples

atac <- CreateMuscomicObject(
  type = "ATAC",
  mat_counts = mat_counts_atac_tumor,
  allele_counts = allele_counts_atac_tumor,
  features = peaks
)
atac
#> A muscomic object of type ATAC labelled scATAC-seq containing: 
#>  mat.counts coverage data matrix 
#>  112 cells 
#>  1000 features: peaks 
#>  691 variant positions