View source: R/metadataTable.R
Meta-Data Table Input
1 2 3 4 5 6 7 8 | metadataTableUI(
id,
ident = "orig.ident",
clusters = "seurat_clusters",
nCount = "nCount_SCT",
nFeature = "nFeature_SCT",
percentMT = "percent.mt"
)
|
id |
Input id for use in server functions. |
ident |
Sample identity column name. |
clusters |
Cluster column name. |
nCount |
SCT UMI counts column name. |
nFeature |
SCT feature counts column name. |
percentMT |
Cell mitochondrial percentage column name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.