CreatePseudobulkTable | R Documentation |
Create Pseudobulk Table from a Seurat object
CreatePseudobulkTable(
data,
name.column = "Name",
pseudobulk.column = "Condition"
)
data |
a Seurat object |
name.column |
name of the metadata column containing the sample/cell names. Default "Name". |
pseudobulk.column |
name of the metadata column containing the Pseudobulk names. Default "Condition". |
This function returns a table which can be used as input for GRAND3
a table with two columns "Cell" and "Pseudobulk"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.