Skip to main content

No project description provided

Project description

PyPI Version Bioconda Version Documentation Status Unit Tests Publication DOI

AnnData ↭ SingleCellExperiment

RPy2 converter from AnnData to SingleCellExperiment and back. (For details about conversion see the docs)

You can for example use it to process your data using both Scanpy and Seurat, as described in this example notebook

Installation

pip install anndata2ri
# or
conda install -c bioconda anndata2ri

Troubleshooting

If you have problems installing or importing anndata2ri, please make sure you first:

  1. Check the stack trace: If the error happens while installing or importing a dependency such as rpy2, report your problem in that project’s bug tracker.

  2. Search the issues. At the time of writing 17 of the 29 bugs (60%) are invalid or rpy2 bugs / install problems.

  3. Make sure you have a compatible R version: rpy2 requires R ≥ 3.6.

Usage from Python

Either use the converter manually …

import anndata2ri
from rpy2.robjects import r
from rpy2.robjects.conversion import localconverter

with localconverter(anndata2ri.converter):
    adata = r('as(some_data, "SingleCellExperiment")')

… or activate it globally:

import anndata2ri
from rpy2.robjects import r
anndata2ri.activate()

adata = r('as(some_data, "SingleCellExperiment")')

Usage from Jupyter

Activate the conversion before you load the extension:

import anndata2ri
anndata2ri.activate()
%load_ext rpy2.ipython

Now you can move objects from Python to R …

import scanpy.datasets as scd
adata_paul = scd.paul15()
%%R -i adata_paul
adata_paul  # class: SingleCellExperiment ...

… and back:

%%R -o adata_allen
data(allen, package = 'scRNAseq')
adata_allen <- as(allen, 'SingleCellExperiment')
print(adata_allen)  # AnnData object with ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anndata2ri-1.2.tar.gz (31.5 kB view details)

Uploaded Source

Built Distribution

anndata2ri-1.2-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

Details for the file anndata2ri-1.2.tar.gz.

File metadata

  • Download URL: anndata2ri-1.2.tar.gz
  • Upload date:
  • Size: 31.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for anndata2ri-1.2.tar.gz
Algorithm Hash digest
SHA256 72818996dad63cce2161fc97558d38fa8781c1b8d0aaa1c7204429a85ada553b
MD5 2dadcf9587267df64aa8d51cd45cbb1e
BLAKE2b-256 89f8a1f86e3801fbc70543d2247ad23c48d248d2f95cadba3e5fd1524c9e66b4

See more details on using hashes here.

File details

Details for the file anndata2ri-1.2-py3-none-any.whl.

File metadata

  • Download URL: anndata2ri-1.2-py3-none-any.whl
  • Upload date:
  • Size: 27.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for anndata2ri-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7c6ffbfbf54a5ea67fe39dfc7de6c5b52c06250d7c24144093935b0ada1689f6
MD5 974a1a968f74a2ff98f717500d1d5fda
BLAKE2b-256 c4766cf9b519084db794c1f0032f9b9e77f6c385d25db1d24d8e1ce20b18cd13

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page