Description Usage Arguments Value Examples
Fetch the variable genes of cell subsets by different methods.
1 | fetch_HVGs(dataframe,celllist,method=method,n=50)
|
dataframe |
A gene expression dataframe, can be raw counts or normalized data, rows should be genes, columns should be cells. |
celllist |
A matrix returned from fetch_cells |
method |
the method used to fetch the variable genes,if your data is a raw counts matrix, method should be chosen from "M3Drop","ROGUE","Scran","Scmap".if your data is a normalized matrix, method should be chosen from "schs"(singleCellHaystack),"Seurat_vst","Seurat_disp","Seurat_sct","ROGUE". |
n |
The number of feature genes.The default value of n is set to 2000. |
A list of HVGs.
1 | genelist<-fetch_HVGs(dataframe,celllist,method=method,n=2000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.