72235220d5005556903abf2959870ff5d9d66781 bnguy Sun Mar 29 19:51:36 2020 -0700 Update to NFS forest card box and pyle project page diff --git src/hg/cirm/gateway/htdocs/tools.html src/hg/cirm/gateway/htdocs/tools.html index 5ccca12..9d3b395 100755 --- src/hg/cirm/gateway/htdocs/tools.html +++ src/hg/cirm/gateway/htdocs/tools.html @@ -371,32 +371,31 @@
NS-Forest: Necessary and Sufficient Forest (NS-Forest) for Cell Type Marker Determination from cell type clusters
- Necessary and Sufficient Forest is a method that takes cluster results from single cell/nuclei RNAseq experiments and generates lists of minimal markers needed to define each “cell type cluster”.
-
+ Necessary and Sufficient Forest is a method that takes cluster results from single cell/nuclei RNAseq experiments and generates lists of minimal markers needed to define each cell type cluster
.
The method begins by re-encoding the cluster labels into binary classifications, and Random Forest models are generated comparing each cluster versus all. The top fifteen genes are then reranked using a score measuring how binary they are, e.g., a gene with expression in the target cluster but no expression in the other clusters would have a high binary score. Expression cutoffs for the top six genes ranked by binary score are then determined by generating individual decision trees and extracting the decision path information. Then all permutations of the top six most binary genes are evaluated using f-beta score as an objective function (the beta value default set at 0.5, which weights the f-measure score more toward precision as opposed to recall)