powered by
ingres
Seurat
Create a new ingres object using the expression data in a Seurat object.
createIngresObjectFromSeurat( seurat.object, seurat.assay = "RNA", slot = "data", network.genes, network )
An ingres object.
A Seurat object with QC, scaling and clustering already executed.
The name of the assay to be imported, normally 'RNA' or 'Spatial'.
The name of the slot that contains the matrix to be used.
A data frame with a column for node names and another column for the corresponding entrez IDs.
A object of class tbl_graph representing our network of interest.
tbl_graph
createIngresObjectFromSeurat( small_blca_wang, "RNA", "data", network_genes, network )
Run the code above in your browser using DataLab