LEM-misc: Miscellaneous LEM methods

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Various methods for the LinearEmbeddingMatrix class.

Usage

1
2
## S4 method for signature 'LinearEmbeddingMatrix'
show(object)

Arguments

object

A LinearEmbeddingMatrix object.

Details

The show method will print out information about the data contained in object. This includes the number of samples, the number of factors, the number of genes and the fields available in factorData.

Value

A message is printed to screen describing the data stored in object.

Author(s)

Davide Risso

See Also

LinearEmbeddingMatrix

Examples

1
2
example(LinearEmbeddingMatrix, echo=FALSE) # Using the class example
show(lem)

SingleCellExperiment documentation built on Nov. 8, 2020, 7:51 p.m.