Visit project wiki for InferCNV documentation.
Forked from broadinstitute/infercnv
- 2024/07/11:
- Use
ward.D2
as the default hclust method (instead ofward.D
). - Propagate
hclust_method
to thehclust
functions. - Add and propagate
dist_metrics
(default is"euclidean"
) to theparallelDist
functions. - Add
custom_colors
so cells can be highlighted with specific colors.
- Use
- 2024/08/05:
- Add
save_expr_cluster_rds
torun()
so expression data for clustering can be saved prior to be overwritten by denoised values.
- Add
- 2024/09/05:
- Change the color scheme.
- Tiny clusters (<1% of all tumor cells) are set to black, allowing other clusters to have distinct colors
- 2024/12/09:
- Fix a rare issue where some cells seem unassigned to a cluster in
row_groupings
(areNA
)
- Fix a rare issue where some cells seem unassigned to a cluster in