Skip to content

Bioconductor 3.14

Compare
Choose a tag to compare
@lazappi lazappi released this 02 Nov 10:48
  • Add arguments to control how slots are converted in AnnData2SCE() and SCE2AnnData(). Each slot can now be fully converted, skipped entirely or only selected items converted. (#47)
  • Add support for converting the raw slot to an altExp in AnnData2SCE() (#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 in adata.obsm

Full Changelog: v1.2.0...v1.4.0