View source: R/append_predictions_to_seurat.R
append_predictions_to_seurat | R Documentation |
This function creates a gene expression matrix from a list of files, each containing bulk gene expression profiles. It returns a samples-by-genes matrix.
append_predictions_to_seurat(
scrna_folder,
scrna_name,
predictions_table,
scrna_group_cells_by = "seurat_clusters"
)
scrna_folder |
Folder that hosts the Seurat object. |
scrna_name |
Name of the Seurat object (without .rds). |
predictions_table |
The predictions table |
scrna_group_cells_by |
The name of the column in the metadata to group by (default = "seurat_clusters"). |
append_predictions_to_seurat("./data","my_seurat_object")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.