9c21eb26b1ae190c7321be5f2f84b5ccb57f6482 bnguy Fri Mar 27 16:56:00 2020 -0700 Add pyleSkeletalMuscle to project page and update tools page with NSFForest diff --git src/hg/cirm/gateway/htdocs/tools.html src/hg/cirm/gateway/htdocs/tools.html index bd7ed85..5ccca12 100755 --- src/hg/cirm/gateway/htdocs/tools.html +++ src/hg/cirm/gateway/htdocs/tools.html @@ -355,21 +355,51 @@
  • NDEx Website
  • PMID: 26594663; PMC: PMC4649937
  • - + + +
    +
    +
    +
    +
    + + + +

    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”. +
      + 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) +

      +
    • +
    • NSForest GitHub
    • +
    +
    + +