powered by
Return top n spatially variable genes given a Seurat object performed by FindSVGs.
topSVGs(seu, ntop=5)
return a character vector including the names of SVGs.
an object of class "Seurat".
an optional positive integer, means how many spatially variable genes to access.
Wei Liu
Nothing
None
topSVGs
data(seu) seu <- FindSVGs(seu, nfeatures=100, verbose=FALSE) (genes <- topSVGs(seu, ntop=10))
Run the code above in your browser using DataLab