Overview of a muscomic object.
Usage
# S4 method for class 'muscomic'
show(object)Arguments
- object
A
muscomicobject.
Value
Prints summary to stdout and invisibly returns
NULL
Examples
atac <- CreateMuscomicObject(
type = "ATAC",
mat_counts = exdata_mat_counts_atac_tumor,
allele_counts = exdata_allele_counts_atac_tumor,
features = exdata_peaks
)
atac
#> A muscomic object
#> type: ATAC
#> label: scATAC-seq
#> cells: 71
#> counts: 71 cells x 1200 features (peaks)
#> logratio: None
#> variant positions: 681
