Sergio Oller

@zeehio
17 Followers
59 Following
107 Posts
Data Engineer at Pharma (Almirall, Barcelona). Physicist, PhD on Data Analysis for Life Sciences. Metabolomics, Proteomics, Transcriptomics analysis. Open Source fan and contributor.
GitHubhttps://github.com/zeehio
ORCIDhttps://orcid.org/0000-0002-8994-1549

TIL PyPI will reject a package upload if it has a "Private :: Do Not Upload" trove classifier. This is cool! I'll add this to the Insiders versions of my projects 🙂 Unless other registries reject it as well 🤔

#til #pypi #python

working on this unix redirects diagram today
@b0rk @Gottox don't forget tho, cmd 2>&1 >file.txt sends stdout to file.txt and stderr to terminal stdout (not to file.txt). The order matters in non-intuitive ways

#statstab #219 {ggh4x} - hacks for ggplot2

Thoughts: This is an awesome little package. Helps with added faceting on complex plots. In the image "Long Leaves" would not be possible in ggplot2.

#r #ggplot2 #dataviz #plots #infographic

https://teunbrand.github.io/ggh4x/

Hacks for ggplot2

A ggplot2 extension that does a variety of little helpful things. The package extends ggplot2 facets through customisation, by setting individual scales per panel, resizing panels and providing nested facets. Also allows multiple colour and fill scales per plot. Also hosts a smaller collection of stats, geoms and axis guides.

#plotnine enables me to plot in #python at a similar speed I can plot in #rstats. Love the #ggplot syntax!

A fun #rstats quiz! Without looking it up, <object of type 'closure' is not ______>

See also: `fortunes::fortune("English English")`

subsetable
27.1%
subsettable
72.9%
Poll ended at .

Welcome the latest addition to the tidyverse: duckplyr! 🎉

https://duckplyr.tidyverse.org/

The duckplyr package aims to be a fully compatible drop-in replacement for dplyr, using duckdb when it can for performance, and always giving the same results as plain dplyr. If you haven't seen it yet, give it a try and tell us how it works for you!

A DuckDB-Backed Version of dplyr

A drop-in replacement for dplyr, powered by DuckDB for performance. Offers convenient utilities for working with in-memory and larger-than-memory data while retaining full dplyr compatibility.

Please Boost, It could connect me to my dream research opportunity! 🙏

Seeking Masters/PhD in neuroscience/degenerative diseases or Pediatric Neurology!
Author of a paper (under peer review), data analyst, multilingual.
Johns Hopkins certs, experienced in data collection/analysis, medical/lab procedures including rodent handling, microscopy, CT/MRI, cell cultures. Proficient in R, MATLAB, SPSS.
#Neuroscience #PhDOpportunities #PhD #PhDPosition #FediHire

Good comeback. Checks many boxes of how to respond to comments of this kind:

- call out their bullshit
- respond with kindness
- craft your message not with the edgelord in mind, but write it for the rest of the community (the edgelord will hate it anyway, so no need to pander to them)

#community #socialmedia #internet #culture

You can improve CRAN with these 9 tricks 😉

As it has been discussed these days at #rstats there is much to improve #CRAN, both technically and non-technically. Kurt Hornik, one of the founders of CRAN, listed in his last slide of useR!2024 what *we* can do

My personal recommendation is to start small and with what you have at hand (resources available: time, interest, experience, ...). The hardest part in open source is not naming, but collaborating and long term maintenance