Bioconductor 3.14
- Add arguments to control how slots are converted in
AnnData2SCE()
andSCE2AnnData()
. Each slot can now be fully converted, skipped entirely or only selected items converted. (#47) - Add support for converting the
raw
slot to analtExp
inAnnData2SCE()
(#53, #57) - Add recursive conversion of lists in
AnnData2SCE()
- Add progress messages to various functions. These can be controlled by function arguments or a global variable.
- Add long tests for various public datasets. This should help to make the package more robust.
- Fix bug in converting
dgRMatrix
sparse matrices (#55) - Correctly handle
DataFrame
objects stored inadata.obsm
Full Changelog: v1.2.0...v1.4.0