π¦ πͺ΄ πͺ° Le laboratoire de BiomΓ©trie et Biologie Evolutive (LBBE) ouvre ses portes dans le cadre de la fΓͺte de la science !
π Samedi 11 octobre 11h-12h30 14h-17h
π Campus de la Doua - arrΓͺt Tram T1 et T4 " La Doua-Gaston Berger"
Lβaffiche du programme est Γ retrouver ci-dessous !
02.10.2025 14:14
π 8
π 4
π¬ 0
π 0
I am almost finally (_final_v3.2_this_one_updated) done creating my first R package! It's a re-desing of a report known to all bioinformatician.. I got almost 1k likes on linkedin with this one, crazy.
repo: github.com/barreiro-r/f...
had i great (and long) time doing it.
04.09.2025 02:20
π 14
π 3
π¬ 1
π 0
π My first paper is out in NAR Genomics and Bioinformatics!
We developped Cluefish - an open-source R workflow designed for untargeted biological interpretation of transcriptomic data series.
If you're interested, take a gander:
π github.com/ellfran-7/cluefish
π doi.org/10.1093/nargab/lqaf103
07.08.2025 09:05
π 1
π 0
π¬ 0
π 0
GitHub - mcanouil/quarto-preview-colour: A Quarto extension to add preview colour as a coloured symbol next to colour code in HTML, PDF, Typst, Docx, Reveal.js, Beamer, and PowerPoint
A Quarto extension to add preview colour as a coloured symbol next to colour code in HTML, PDF, Typst, Docx, Reveal.js, Beamer, and PowerPoint - mcanouil/quarto-preview-colour
π¨ NEW: Quarto Preview Colour Extension v1.0.0!
β¨ Inline colour previews (code and/or text)
β¨ Hex, RGB, HSL, and HWB support
β¨ Click to copy colour codes (HTML)
β¨ HTML, LaTeX, Typst, DOCX & PPTX support
github.com/mcanouil/qua...
#Quarto #QuartoPub
19.07.2025 18:28
π 27
π 5
π¬ 0
π 1
Myself presenting my work at the conference
A photo of the sunset falling behind a statue near Hofburg, in Vienna
Presented cluefish π£ at @setac.bsky.social Europe in Vienna! It's an open-source R workflow for untargeted, comprehensive interpretation of transcriptomic data series π§¬
Curious? Check out the Github repo (github.com/ellfran-7/cl...) and the preprint (www.biorxiv.org/content/10.1...).
24.05.2025 16:25
π 2
π 1
π¬ 0
π 0
the "i'm tired boss" meme (a person looking tired saying "i'm tired boss")
RStudio after I forgot to stop the background job on Friday and left it rendering my #quarto presentation all weekend
#rstats
02.03.2025 22:38
π 30
π 3
π¬ 1
π 0
Welcome β Reproducible Research Workshop
I led my first ever workshop on Reproducible Research last week for members of my lab π It was such fun! It started with an open discussion, followed by a hands-on Quarto introduction. I even created a Quarto website for the occasion. Feel free to check it out! ellfran-7.github.io/repro-resear...
11.02.2025 12:17
π 0
π 0
π¬ 0
π 0
In case you ever wondered about the differences between magrittr pipe and base pipe π€
This table is taken from a great stackoverflow answer by @GeorgKindermann
stackoverflow.com/questions/67...
#rstats #dataviz #phd
23.01.2025 16:59
π 179
π 33
π¬ 1
π 4
I love it! It gives me many ideas...
21.01.2025 22:29
π 0
π 0
π¬ 0
π 0
π "Six not-so-basic base R functions"
π€ Isabella VelΓ‘squez (@ivelasq3.bsky.social)
π Master 7 powerful base R functions! Unlock amazing functionality without extra packages.
π https://ivelasq.rbind.io/blog/not-so-basic-base-r-functions/
#rladies #rstats #reference
16.01.2025 07:18
π 12
π 6
π¬ 1
π 0
I was thinking of setting up a GitHub account (or repo) for our lab where members could share useful lab-specific functions and Quarto report templates. Is this something other labs do, especially those where bioinformatics or data science isn't the primary focus?
15.01.2025 07:54
π 0
π 0
π¬ 0
π 0
New website for #tidyplots use cases, complete with data and code π€©
tidyplots.org/use-cases/
#rstats #dataviz #phd
13.01.2025 15:32
π 40
π 9
π¬ 4
π 1
PDF table made with LaTeX and tabularray with {tinytable}
R code for making the table
#rstats and #QuartoPub PSA: @vincentab.bsky.social's {tinytable} is the absolute best table making package out there for LaTeX output (it natively supports tabularray!), and it's phenomenal for HTML. It has fully replaced {gt} and {kableExtra} for me vincentarelbundock.github.io/tinytable/
11.01.2025 20:38
π 175
π 29
π¬ 7
π 4
Last month, I finally dove into building my Quarto website π
It was easy peasy thanks to @cwick.co.nz, @emilhvitfeldt.bsky.social, and @minecr.bsky.social with their video series (quarto.org/docs/blog/po...)! I highly recommend it!
I can now share various bits and bobs π
#quarto #Rstats
11.01.2025 15:05
π 21
π 3
π¬ 0
π 0
Possibly useful little #Rstats trick:
edit(names(iris))
will create a popup with the R code for the character vector containing the column names of your data frame that you can copy and paste, e.g.
c("Sepal.Length", "Sepal.Width", "Petal.Length", "Petal.Width", "Species")
04.01.2025 19:11
π 110
π 21
π¬ 6
π 0
Quarto: Publishing to GitHub Pages β MCU
In this guide, weβll explore various methods to publish your Quarto projects to GitHub Pages. Weβll cover both manual and automated approaches to help you choose the best fit for your workflow.
Unlock the secrets to effortlessly publish your Quarto projects to GitHub Pages!
Dive into my guide and transform your documents, books, and websites into live masterpieces with ease. ππβ¨
mickael.canouil.fr/posts/2024-1...
#Quarto #GitHubPages #GitHub #automation #CICD
30.12.2024 17:42
π 10
π 4
π¬ 1
π 0
Just pushed a Christmas update to {ggblanket}. I decided to support colour blending. It uses {ggblend} under the hood (thanks @mjskay.com), which uses graphics features developed by Paul Murrell. Give {ggblanket} and {ggblend} a star, if you find them useful. Oh, and have a merry Christmas #rstats
18.12.2024 01:52
π 104
π 20
π¬ 3
π 0
User Cheng Xu writes "Little known fact: R actually stands for R u kidding me I literally just spent 5 hours cleaning up the data stop giving me this error code. #TheMoreYouKnow #gradchool #Rstats"
When using R, I either feel like a genius, or I feel as if I'm in imminent danger of having my degrees revoked. There is no in between.
22.12.2024 07:55
π 10
π 3
π¬ 0
π 0
Cooool thanks for the share!
20.12.2024 23:21
π 1
π 0
π¬ 0
π 0
There are sooo many, but `grepl()` for pattern matching has helped me a lot!!
20.12.2024 23:08
π 0
π 0
π¬ 1
π 0
Ey up! π Just teleported myself here and plan to mainly use this platform for all things R, Quarto, and reproducible research. If you're into the same, feel free to follow! #R #quarto
19.12.2024 06:59
π 2
π 0
π¬ 0
π 0
Title slide: Will your code run again? Tips for making code reproducible in R
If you missed my talk but still want to learn how to make your R code more reproducible, my slides are here π:
daxkellie.quarto.pub/will-your-co...
All the links to packages and resources I mentioned are there, so hopefully this can be a nice reference, too!
#ESAus2024 #rstats #quartopub π§ͺπ
09.12.2024 06:06
π 344
π 107
π¬ 15
π 9
Introducing Rlinguo, a native mobile app that runs R - Rtask
The R task Force - R experts for all your needs
#RStats
I'm so, so thrilled to finally share the release of Rlinguo, a mobile app that runs R π±
This is a fully, native mobile app that uses #webR in the backend to run R functions.
Available on the App Store (iPhone) & Play Store (Android)
rtask.thinkr.fr/introducing-...
18.12.2024 14:45
π 134
π 41
π¬ 7
π 7