Skip to main content

Search

Items tagged with: rstats


What RNA-Seq datasets are everyone using for RNA-Seq differential analysis workshops, using {DESeq2} or {limma} #RStats?

Two or three categories, and ideally a good (4 or 5+) number of replicates, human or mouse?

We have some new methods in ontology enrichment, and we really could use some more datasets to try them on.

I've found the {airways} dataset, and lung adenocarcinoma from {recount3} (as an easy pull). Looking for others. TIA.

#bioinformatics #RnaSeq


I'm thrilled to announce a new preprint from our lab, with in depth analyses showing that Seurat and Scanpy give drastically different results for ostensibly the same data analysis tasks: https://www.biorxiv.org/content/10.1101/2024.04.04.588111v1 #rstats #python #scrna #bioinformatics


Don’t want your matrix becoming a lonely vector if you index a single column? There is a simple solution 👇

Discovered this gem ages ago – couldn't believe I didn't know about it sooner though.

Hope this ripper helps someone else.

#RStats


Hey, #rstats champions! Sometimes you might want to consider reordering 🔀 your boxplot groups to more clearly illustrate the differences between them. You can easily achieve this with the `reorder` function within your aesthetic mappings. Check out my blog for a full working example and code.

🔗 https://lpembleton.rbind.io/ramblings/R/#order-a-boxplot-for-improved-across-axis-comparisions


earthdatalogin by Carl Boettiger streamlines the process of accessing NASA data from the Earth Data cloud program.

It also has a few vignettes explaining "Data Cubes with STAC", "Cloud-Native Access", and even shows how to read some data from a 31 Terrabyte Zarr.

https://boettiger-lab.github.io/earthdatalogin/

#rstats #rspatial #gischat


At my workplace, we're looking into how we can support the processing of very large datasets in R. It would be wonderful if some bioinformaticians could answer a couple of questions to direct us to the problem points.

We're hoping that we can publish something out of this that will be helpful to everyone in the field: https://forms.office.com/r/jNd2cbEZkh

#rstats #bioinformatics


If you are thinking of plotting distributions and/or confidence intervals, I highly recommend you check out the ggdist package by @mjskay
#RStats #ggdist
https://github.com/mjskay/ggdist


🐝🐝🐝 https://beekeeper.api2r.org v0.1.0 is available to play with! 🎉🎉🎉
Have an API you want to wrap into an #RStats 📦? I can help you with that!
Note: things are still in flux, so don't use this for anything critical yet. I think I'm gonna break some things apart in the generated functions in the next refactor. But it WORKS! See these repos generated using it:
🐝 https://jonthegeek.github.io/apisguru
🗳️ https://jonthegeek.github.io/fecapi
📥 https://jonthegeek.github.io/trellor


I'm looking for a reviewer for an #RStats package, {rangr}, https://github.com/popecol/rangr, a species range dynamics simulation toolset for @rOpenSci. I have one review completed and need one more. If you're interested please contact me via DM and let me know.

The review already in process can be found here on our GitHub repository for software reviews,
https://github.com/ropensci/software-review/issues/595.


Another #rstats post - what are your favourite examples when teaching students to think critically about data/figures and interpretations?
For example, Simpson's Paradox and the importance of considering important subpopulations - is brilliantly displayed in the Palmer Penguins dataset.


(1/2) Timetk for Python 🚀🚀🚀

The timetk, one of the main R packages for time series analysis and forecasting ❤️, by Matt Dancho, is now available in Python 🐍. The package provides a variety of tools for working with time series data and analyzing it. The Python version leverages pandas for processing time series data and plotly for visualization.

#timeseries #python #rstats #forecasting #DataScience


Cool #RStats prokect alert!

https://github.com/r-wasm/webr


I'm wanting to incorporate some #Rstats in my university #Evolution class so that students learn/reinforce some R skills while increasing their understanding of evolution. I did an internet search and found next to nothing:

Too advanced:
https://www.mimuw.edu.pl/~lukaskoz/teaching/sad2/books/Analysis_of_Phylogenetics_and_Evolution_with_R.pdf

Interesting, but pretty limited in what it does:
https://onlinelibrary.wiley.com/doi/10.1002/ece3.5412

Any recommendations?


Last Wednesday I ran @joelnitta's excellent "Introduction to Targets" workshop and taught around 15 people how to write workflows in R. I also tested out some bonus content about running targets on Slurm/HPC which I hope to get included in the workshop eventually.

All the feedback was positive, so I recommend giving it a shot if you're interested in teaching Targets at your organization!

https://github.com/carpentries-incubator/targets-workshop

#rstats #targets


New resource: a set of miscellaneous general-purpose R functions. I created most of these functions for my own personal use over the past 13 years, but I have also shared them informally with many students, friends, and colleagues. I have decided to publish them for anyone else who may be interested. They address a variety of tasks that sometimes come up in psychological data analysis.

https://saraemilyburke.com/stats/miscfunctions.html

#Statistics #RStats


New release of `plot2` coming in hot. As a reminder, the plot2 📦 provides a lightweight extension of the base #rstats plotting system. Automatically handles grouping and legends, etc. This version also adds support for pointrange and ribbon plots.

Make those base plots look good with minimal effort: https://github.com/grantmcdermott/plot2


The second edition of R for Data Science is out now, and it’s been a blast to join @hadleywickham as a co-author! Learn more about the second edition at https://www.tidyverse.org/blog/2023/07/r4ds-2e/, read it for free at https://r4ds.hadley.nz/, or buy a copy at https://amzn.to/3PTdLRQ. #rstats


New version of the rotl #rstats package. This package allows you to retrieve phylogenetic trees from the Open Tree of Life API.

The only change is that the function to match taxonomic names returns the taxon with the highest score if there are multiple matches. The score represents the distance to the match (a perfect match has a score of 1.0)

* Repo: https://github.com/ropensci/rotl
* CRAN: https://cran.r-project.org/package=rotl


📣 Exciting news! The next edition of our Generalised Additive Models in R course with @gavinsimpson will be in Nov!
Get ready to unleash the power of GAMs and take your data analysis skills to the next level🚀
🔗https://physalia-courses.org/courses-workshops/gams-in-r/
Don't miss out!
#GAMs #Rstats #DataAnalysis


@phenidone @andreasdotorg @mcc @andy_twosticks

My most recent disappointment with garbage collection involves R and `tidyverse` pipes on some large-ish transit data in an 8 GB laptop. By breaking the pipe chains into single steps and forcing a garbage collect after each step I was able to run it.

#RStats


Rust curious? 🦀
:rstat: user?
A cursory introduction to {extendr} for making rust based :rstat: packages!
Make super fast R packages using Rust ⚡️
#rstats #rustlang
https://www.youtube.com/watch?v=tRm-Qq2_Ap0


A review of 324 common R packages for microbiome analysis https://academic.oup.com/proteincell/advance-article/doi/10.1093/procel/pwad024/7147618 #microbiome #rstats #bioinformatics


This week in #TidyTuesday we look at the Portal Project.

Thanks to: @ethanwhite for the data.

The project: https://portal.weecology.org / @weecology

Code: https://github.com/mvbloois/tidytuesday

#dataviz #rstats


The EIAapi R package is now on CRAN 🚀

The EIA API is one of my favorite resources for real-life time series data examples ❤️. I packaged a couple of datasets (USgas and USgrid packages), and it is going to be the main resource for my upcoming book on time series analysis and forecasting. The package provides a function to seamlessly query data from the EIA API v2 in a tidy format.

Source code: https://github.com/RamiKrispin/EIAapi
Documentation: https://ramikrispin.github.io/EIAapi/

#rstats #timeseries #forecasting #data


"After a whole year of development, our in-depth R programming course 📊 is now LIVE: more than 9 hours of video lessons and hundreds of coding challenges are waiting for you for free on YouTube 📢
Many thanks to the World Health Organization & University of Geneva for making this open course possible!" - GRAPH Network (Global Research and Analyses for Public Health) LinkedIn post

https://www.youtube.com/playlist?list=PLkkleDPMR2sU2Y6H4fDBi9msOarZWOcBB

#rstats


I've been playing around with using #WebR and #Quarto for client-side interactive lesson material and it's amazing! All the R code (including #TidyVerse 📦) is running in the user's browser, so no server setup, resources, or security to worry about.

Demo Website: https://interactive-lessons.weecology.org/
GitHub: https://github.com/ethanwhite/datacarp-interactive

Huge thanks to @hrbrmstr for sharing all of this awesomeness this week(end). Checkout his new blog post on this: https://rud.is/b/2023/03/12/almost-bare-bones-webr-starter-app/

#OER #rstats


I'm super-duper excited by webR! Running #rstats directly in the browser without needing to install it is a dream come true for teaching and onboarding. I wished I had the time to add it to this trimester's introductory programming class.

https://www.tidyverse.org/blog/2023/03/webr-0-1-0/

@rstats


Introducing Tidier.jl for #JuliaLang:

A 100% Julia implementation of the #rstats {tidyverse}. Powered by the DataFrames.jl package and Julia’s meta-programming capabilities.

https://github.com/kdpsingh/Tidier.jl

Still a work in progress.

Tidier.jl currently supports many of the core tidyverse functions. Because the package implements a non-standard domain-specific language (i.e., tidyverse) within Julia, it requires macros instead of plain functions, which is why all of the functions start with a "@".


This thread explains the {quartodon} R 📦 (see https://quartodon.opens.science).

The #rstats quartodon 📦 allows you to post a Mastodon thread from a plain text file (e.g., a blog post from a Quarto, {blogdown}, or {distill} website, another Quarto or R Markdown file, or just a plain text file).

This effectively allows you to post blog posts to Mastodon in a thread of toots 📑➡️🪄➡️🐘🐘🐘

🧵1/10


Apparently #RStudio now partners with #Palantir and will be integrating their platform. So does anyone know what I should recommend as an alternative #R IDE??? #RStats
https://seekingalpha.com/news/3923597-palantir-posit-join-hands-for-rstudio-integration


Hello there! 🧬 Biochemist and 🖥️ R programmer from # speaking. I like reading sci-fi & fantasy and watching TV shows. Feminisms and #. Hope to meet like-minded people and see many cat's pics :BlobCatHeart:

# # # # # #

Lo, thar be cookies on this site to keep track of your login. By clicking 'okay', you are CONSENTING to this.