getEmbedding {conos} | R Documentation |
Access embedding from sample
Description
Access embedding from sample
Usage
getEmbedding(sample, type)
## S4 method for signature 'Pagoda2'
getEmbedding(sample, type)
## S4 method for signature 'seurat'
getEmbedding(sample, type)
## S4 method for signature 'Seurat'
getEmbedding(sample, type)
## S4 method for signature 'Conos'
getEmbedding(sample, type)
Arguments
sample |
sample from which to get the embedding |
type |
character Type of embedding to get |
[Package conos version 1.5.2 Index]