createIngresObjectFromSeurat | R Documentation |
ingres
object using the expression data in a
Seurat
object.Create a new ingres
object using the expression data in a
Seurat
object.
createIngresObjectFromSeurat( seurat.object, seurat.assay = "RNA", slot = "data", network.genes, network )
seurat.object |
A |
seurat.assay |
The name of the assay to be imported, normally 'RNA' or 'Spatial'. |
slot |
The name of the slot that contains the matrix to be used. |
network.genes |
A data frame with a column for node names and another column for the corresponding entrez IDs. |
network |
A object of class |
An ingres
object.
createIngresObjectFromSeurat( small_blca_wang, "RNA", "data", network_genes, network )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.