Print a cellassign fit

# S3 method for cellassign
print(x, ...)

Arguments

x

An object of class cellassign

...

Additional arguments (unused)

Value

Prints a structured representation of the cellassign

Examples

data(example_cellassign_fit) print(example_cellassign_fit)
#> A cellassign fit for 500 cells, 10 genes, 2 cell types with 0 covariates #> To access cell types, call celltypes(x) #> To access cell type probabilities, call cellprobs(x) #>