You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/SCWorkflow-Overview.Rmd
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ knitr::opts_chunk$set(
19
19
library(data.table)
20
20
library(dplyr)
21
21
library(ggplot2)
22
+
23
+
evalChunk=T
22
24
```
23
25
24
26
@@ -63,7 +65,7 @@ Samples can also be excluded from the final Seurat object using a REGEX strategy
63
65
64
66
The final Seurat Object will contain an assay slot with log2 normalized counts. QC figures for individual samples will also be produced to help evaluate samples quality.
@@ -109,7 +111,7 @@ The individual filtering criteria used in this tool are listed below.
109
111
The function will return a filtered Seurat Object and various figures showing metrics before and after filtering. These figures can be used to help evaluate the effects of filtering criteria and whether filtering limits need to be adjusted.
This functions combines multiple sample level Seurat Objects into a single Seurat Object and normalizes the combined dataset. The multi-dimensionality of the data will be summarized into a set of "principal components" and visualized in both UMAP and tSNE projections. A graph-based clustering approach will identify cell clusters with in the data.
0 commit comments