Jayaram Kancherla

@jkanche.bsky.social

Research Software Engineer. Develops bioinformatics tools and software: github.com/jkanche

The new `rds2py` release brings R's native serialization to Python. Now you can write complex BiocPy objects like SummarizedExperiment, SingleCellExperiment, and GenomicRanges as RDS files. They’ll open in R seamlessly with no extra steps: ``` import rds2py rds2py.write_rds(my_obj, "data.rds") ```

A follow up, you can fetch Organism DB objects straight from AnnotationHub! The `orgdb` Python package makes querying annotations efficient and easy. repo: github.com/BiocPy/orgdb #biocpy #orgdb

Bild
Jayaram Kancherla@jkanche.bsky.social · 8mo ago

Seamlessly access R/Bioconductor annotations in Python! The new "txdb" package lets you load standard TxDb SQLite databases and work with genomic features as native #BiocPy `GenomicRanges` objects. Try it: `pip install txdb` docs: github.com/BiocPy/txdb

It's official! The #tidyomics blog is up! 🚀 Here, the introductory post tidyomics.github.io/tidyomicsBlo... This blog aims to publish not only news about our community but also anything related to tidy interfaces, opinions, events, and more. Plz share! 🙏 @bioconductor.bsky.social #rstats

The Tidyomics Ecosystem – tidyomicsBlog

An introduction to the tidyomics ecosystem, including principles, core packages, publications, and community resources for tidy omic analysis.

tidyomics.github.io