get_tomic_table()
makes it easy to pull individual tables out of tomic objects. #55
- Bug fix in
add_pcs()
#52 - added option to not display percent variance explained on PCs to
add_pcs()
#53 - Added passing of axis and colorbar labels in
plot_heatmap()
#60 - Updated romic-package alias so package documentation properly displays with
?romic
#63 - Renamed tests and greatly expanded test coverage. #64
plot_bivariate()
supports setting size, alpha, and shape. #48add_pc_loadings()
changed toadd_pcs()
for accuracy. Added fraction of variability explained by PCs toadd_pcs()
. #32plot_univariate()
andplot_bivariate()
supporting providing a partial string match to a variable name. This helps to generate consisitent plots even if names might change (like PC1 (10%)). #44- tidy_omics and triple_omics can now include a list with unstructured data. This puts the convention more in line with an H5AD file. #43. This is currently only used to return the fraction of variance explained by each PC as part of
add_pcs()
. #42
plot_heatmap()
rowlabels are suppressed when there are too many features rather than setting size to zero. #45plot_heatmap()
supports ordered objects. #37coerce_to_classes()
added support for glue objects. #35- Added additional checks to retain the class of primary keys and tests of coversions. #33