anndata2ri

Convert between AnnData and SingleCellExperiment

GPL-3.0 License

Downloads
3.5K
Stars
125
Committers
5

Bot releases are visible (Hide)

anndata2ri - v1.3.2 Latest Release

Published by flying-sheep about 2 months ago

  • [#126] Fix int csr_matrix (@flying-sheep)
anndata2ri - v1.3.1

Published by flying-sheep about 1 year ago

Bugfixes

  • [#130] Fix rpy2 dependency specification (@flying-sheep)
anndata2ri - v1.3

Published by flying-sheep about 1 year ago

Features

  • [#116] Make anndata2ri.converter the full thing (@flying-sheep)

Infrastructure

  • [#116] Make tests warning-free(@flying-sheep)
  • [#119] Fix docs (@flying-sheep)
  • [#115, #121] Enforce formatting (@flying-sheep)
anndata2ri - v1.2

Published by flying-sheep over 1 year ago

Features

  • [#82] Better matrix conversion errors (@flying-sheep)
  • [#95] DataFrames work in obsm, X and layers (@flying-sheep)
  • [#114] Support converting bool matrices (@flying-sheep)

Fixes

  • [#91] Replace deprecated rpy2.robjects.conversion.converter (@scottgigante-immunai)

Infrastructure

  • [#106] Modernize CI
  • [#112] Switch to Ruff
anndata2ri - v1.1

Published by flying-sheep over 2 years ago

Features

  • [#80] Upgrade rpy2 to >= 3.4.3 by (@scottgigante-immunai)

Infrastructure

  • [#72] Move CI to GitHub Actions (@scottgigante-immunai)
  • [#73] Reorganize and add pre-commit (@flying-sheep)
  • [#75] Fix deploy and bust cache (@flying-sheep)
  • [#81] Fix docs (@flying-sheep)
anndata2ri -

Published by flying-sheep over 2 years ago

  • [#60] Use new scRNAseq package and fix rpy2 3.4 compat
anndata2ri -

Published by flying-sheep almost 4 years ago

  • [#56] Always populate module when users import it
  • [#56] Provide doc links and improved docstrings
anndata2ri -

Published by flying-sheep about 4 years ago

  • [#52] Sort indices prior to conversion from csr/csc matrices to avoid

    invalid class “dgRMatrix/dgCMatrix” object: slot j/i is not increasing inside a column

  • [#53] Harden generic function converting SexpS4 objects when they’re objects, by allowing dim(object) to return NULL.

anndata2ri -

Published by flying-sheep about 4 years ago

  • [#49] Converts OverLoadedDicts introduced in theislab/anndata#337 (anndata 0.7.2)
anndata2ri -

Published by flying-sheep over 4 years ago

  • [#41] Factors in rowData/colData are now correctly converted to categoricals
  • [#41] Caching R packages speeds up everything a bit
anndata2ri -

Published by flying-sheep almost 5 years ago

First working version with basic support for X, obs, and var

anndata2ri -

Published by flying-sheep almost 5 years ago

  • Add a README
  • [#13] Support scipy types (sparse matrices)
  • [51338b8] Support uns
  • [fcc8ea9] Support obsm↔reducedDims
  • [ceca16a] Support obs_names/var_names
  • Tons of other fixes
anndata2ri -

Published by flying-sheep almost 5 years ago

  • [#36] README improvements
  • [#37] Travis CI works
  • [#37] BioConductor 3.10 is supported (S4Vectors renamed its “DataFrame” to “DFrame”)