1.2.0
This version accompanies the human neural development paper preprint.
Features
- updated to scverse template v0.6.0
- added parameter to select pca svd solver for running PCA instead of hardcoded "covariance_eigh"
- added functionality to save and load patterns to and from disk (
tfmindi.save_patternsandtfmindi.load_patterns) - now allows for patterns to be generated by any annotation in .obs, not only by
leiden - can now concatenate multiple TF-MINDI anndatas together using
tfmindi.concat - changed behaviour of seqlet most frequent-occurence for annotating clusters to binomial tests
- added MAFFT-based backend as option for pattern creation (much faster than TomTom or k-mer)
Bugfixes
- fix extra 0-position being included in
Pattern.ic_trim - fix failure case in in
Pattern.ic_trimwhen all nucleotides are above IC threshold - plotting legends are filtered on colors in
adata.obs[color_by]