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: doc.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Seurat.Preprocessing (v1)
1
+
# Seurat.Preprocessing (v4.0)
2
2
---
3
3
**Description**: GenePattern module which implements the preprocessing steps for Seurat. You may need to run this module multiple times if you want to change the filtering step.
@@ -248,10 +247,11 @@ parser <- add_option(parser, c("--num_features"),type='integer',default=2000, he
248
247
parser<- add_option(parser, c("--num_to_label"),type='integer',default=10, help="Number of top features to label.")
249
248
# ====================================
250
249
# Parameter for Vizualize Dimension Loadings, vdl
250
+
parser<- add_option(parser, c("--numpcs"),type='integer',default=50, help="Number of PCA dimensions to compute (default=50).")
251
251
parser<- add_option(parser, c("--vdl_num_dims"),type='integer',default=2, help="Number of PCA dimensions to visualize.")
252
252
# ====================================
253
253
# Parameters for Heat Map, vdhm
254
-
parser<- add_option(parser, c("--vdhm_num_dims"),type='integer',default=15, help="Number of dimensions for the dimensional reduction heatmap.")
254
+
parser<- add_option(parser, c("--vdhm_num_dims"),type='integer',default=15, help="Number of dimensions for the dimensional reduction heatmap and elbow plots.")
255
255
parser<- add_option(parser, c("--cells"),type='integer',default=500, help="Number of top cells to plot.")
0 commit comments