Description Usage Arguments Value Examples
View source: R/fetch_HVGS_seurat.R
Fetch the variable genes of cell subsets by different methods.
1 | fetch_HVGs(object,celllist,method=method,n=50)
|
object |
A Seurat object. |
celllist |
A matrix returned from fetch_cells |
method |
the method used to fetch the variable genes,can be chosen from "schs"(singleCellHaystack),"scmap","scran","ROGUE","Seurat_sct","M3Drop","Seurat_vst","Seurat_disp". |
n |
The number of feature genes.The default value of n is set to 2000. |
A list of HVGs.
1 | genelist<-fetch_HVGs(object,celllist,method=method,n=2000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.