Nanostring-Biostats / InSituType

An R package for performing cell typing in SMI and other single cell data
Other
22 stars 10 forks source link

insitutype v2 enhancements #189

Closed patrickjdanaher closed 5 months ago

patrickjdanaher commented 1 year ago
  1. can smoothed expression, potentially of just desired marker genes, be entered into cohorts to produce better results?
  2. As an alternative to (1), can we weight the rows of the profiles matrix to advantage our favorite markers?
  3. What about a workflow where you run semi-supervised with 0 new clusters - i.e. you use anchor cells to update profiles, then run fully supervised. Is this possible with the current code - i.e. by running insitutype with n_clusts = 0? Does this work well?
  4. can we estimate platform effects and adjust reference profiles accordingly?
  5. can we make anchor selection easier? (supporting plots, summary stats, better rules)
  6. can we automatically identify cell types that deserve to be sub-clustered?
  7. give better guidance on choosing n_clust (BIC doesn't always work - sometimes it chooses way too many clusters. Can we use another statistic? (One suggestion: use the BIC elbow instead of the minimum.)
patrickjdanaher commented 5 months ago

Of the above, all have either been implemented already or never will be.