| Miscellaneous LEM {SingleCellExperiment} | R Documentation |
Various methods for the LinearEmbeddingMatrix class.
## S4 method for signature 'LinearEmbeddingMatrix' show(object)
object |
A LinearEmbeddingMatrix object. |
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.
A message is printed to screen describing the data stored in object.
Davide Risso
example(LinearEmbeddingMatrix, echo=FALSE) # Using the class example show(lem)