Single Cell compute cost Tab Server
1 2 3 4 5 6 7 8 9 10 11 | computeCost(
input,
output,
session,
analysis_type,
combinedConsMarkersTable,
combinedMarkersTable,
seuratObjectsList,
costPerMil,
depthPerCell
)
|
analysis_type |
Reactive value containing type of analysis (integrated vs single analysis) |
combinedConsMarkersTable |
Reactive value containing a table that lists conserved markers per cluster per subset if the "find conserved markers" option was selected |
seuratObjectsList |
Reactive value containing list of downsampled seurat objects with reduced dimensions (PCA data), scaled counts, and cluster labels that corresponds across subsets |
costPerMil |
Reactive value containing cost of sequencing one million reads |
depthPerCell |
Reactive value containing the depth of sequencing per cell selected by the user |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.