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
Custom gene-set derived score evaluation for filtering.
73
73
74
-
-#### 10 `Shiny.GO.thresh()`
74
+
-#### 10 `FindThresholdsShiny()`
75
75
76
76
Launch Shiny App for GO Term-based Thresholding. Launches a Shiny application to interactively apply GO term-based thresholding for identifying stressed cells in a Seurat object. This function calculates the "granule average GO-scores" for individual GO terms and updates the object with a combined stress identification based on these thresholds.#'
77
77
78
-
-#### 11 `Auto.GO.thresh()`
78
+
-#### 11 `FindThresholdsAuto()`
79
79
80
80
Automated GO Term-based Thresholding without using a Shiny app.. Automatically applies granular GO term-based thresholding to identify stressed cells in a Seurat object without launching a Shiny app. This function calculates the "granule average GO-scores" for individual GO terms and updates the object with a combined stress identification based on these thresholds.
81
81
82
82
-#### 12 `FilterStressedCells()`
83
83
84
84
Filter Stressed Cells from a Seurat Object. Identifies and filters stressed cells based on specified GO terms and a quantile threshold. It supports optional plotting of exclusion results and saving of modified datasets.
0 commit comments