Nanostring-Biostats / InSituType

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

V2.0 (#1) #211

Closed rvitancol closed 1 month ago

rvitancol commented 1 month ago

and use lower max_iters in phase 1

and speed up subsampling

Function copied from ptolemy, for choosing a good initial set of colors for cell types

subclustered cells are now required to fall within their original supercluster, even if another supercluster has a greater loglik

Related work items: #175413

Change behavior of InSituType in all modes--supervised, unsupervised, semi-supervised--to no longer error when there are cells with zero counts but instead set their cell type to "undefined".

For the other error in linked work item generate a more informative message indicating that the profiles do not have sufficient shared genes with panel.

Related work items: #201286

handle collinearity issues with fastCohorting:

  1. Reduce to 2 PC's.
  2. If this fails, then try successively smaller # of cohorts with the 2 pc's.

Related work items: #211163

rownames(sds) was creating an error in rna mode.

Update pipeline for dev branch.

Related work items: #211130