R Shiny in Life Sciences – Top 7 Dashboard Examples

[This article was first published on r – Appsilon | Enterprise R Shiny Dashboards, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

R Shiny in Life Sciences Article Thumbnail

Today we bring you 7 dashboard examples of R Shiny in life sciences. R Shiny is one of the easiest ways for developers to make production-ready dashboards when speed and functionality are crucial. Shiny is approachable with a lot of documentation available, and because of this, a lot of developers/researchers with non-coding backgrounds are able to produce some impressive results. The whole ecosystem is easy to get your head around and pretty much limitless with regard to what you can do.

The dashboards you’ll see span from analyzing bee colonies to interpreting MRI images and everything in between. Continue below to see examples of how interactive Shiny dashboards can be used in your field.

Stuck in a Python vs R analysis paralysis? Read our take on Python Dash vs R Shiny.

Here’s a list of the top 7 dashboards made with R Shiny in life sciences:


Shiny Dashboard Examples in Life Sciences

RStudio: Covid-19 Tracker

It’s near impossible to list the best dashboards made with R Shiny in life sciences without mentioning Covid-19. The dashboard made by RStudio shows daily updates on the number of cases and deaths among 199 countries.

Image 1 - Covid-19 Tracker dashboard by RStudio

Image 1 – Covid-19 Tracker dashboard by RStudio

The dashboard allows its end-users (citizens, researchers, government officials) to keep track of the pandemic stats from the very beginning (Jan 22, 2022). It has a section including an interactive world map, region plots (cases in regions of interest), and much more.

There are thousands or even tens of thousands of Covid-19 dashboards out there, so what makes this one unique? Well, it’s built with R Shiny, it’s free to access, and has the source code available on GitHub.

Learn more:

RStudio: Genome Browser

This dashboard shows a visualization based on Circos, which is a way of visualizing whole genomes. It uses pancreatic adenocarcinoma tumor samples data from various donors, provided by ICGN.

Image 2 - Genome Browser dashboard by RStudio

Image 2 – Genome Browser dashboard by RStudio

If you’re not familiar with the Circos-style plot, here’s a crash course. It shows several layers, starting from the outer one representing color and size distinguished chromosomes, moving clockwise from chromosome 1 to 22, then X and Y. Inside the ring, you can see a line representation of copy number mutations.

The dashboard serves researchers in the area of genomics and bioinformatics to make sense of complex data. It’s not the most useful dashboard for people without advanced domain knowledge.

Learn more:

RStudio: ShinyMRI

The ShinyMRI dashboard visualizes 3D MRI images and is made entirely with R Shiny. It was also recognized as an honorable mention in the 2019 Shiny Contest.

Image 3 - ShinyMRI dashboard by RStudio

Image 3 – ShinyMRI dashboard by RStudio

What makes this dashboard unique is the ability to upload your own files, either in .nii or .nii.gz format. That functionality makes the dashboard extremely useful for medical professionals. Sure, it’s in a PoC state now, but a little tweaking and added functionality could take it a long way.

Learn more:

Appsilon: Bee Colonies

The Bee Colonies dashboard was made by Appsilon in one day. You’re reading that right – you can build Shiny dashboards that fast.

Image 4 - Appsilon’s Bee Colonies dashboard

Image 4 – Appsilon’s Bee Colonies dashboard

The dashboard shows stressors affecting bee colonies (diseases, pesticides, and others) in different US states for a given period. It also shows you how many bee colonies were lost and added in a given year, ranging from 2015 to 2021.

It helps decision-makers to early detect potential problems of adding bee colonies to one location instead of the other.

Learn more:

FielDHub: Designing Experiments in R Shiny

The FielDHub dashboard by North Dakota State University helps in the creation of traditional, un-replicated, augmented, and partially-replicated designs applied to agriculture, plant breeding, forestry, animal, and biological sciences.

Image 5 - FielDHub dashboard

Image 5 – FielDHub dashboard

If you want to test the dashboard, you’ll have to install it first. It’s assumed you have R and RStudio configured – from there, there’s only one package to install:

To actually view the dashboard, you’ll have to import the library and run the app – it will open just as any other R Shiny application:

The dashboard allows end-users to evaluate research, teach, and train others. It also has the functionality to run simulations. You can simulate response variables along with the randomization. The info can be used directly to assess the correlation of data plots in spatial designs and for teaching statistical concepts.

Learn more:

CSBB: Computational Suite for Bioinformaticians and Biologists

The CSBB is an R Shiny dashboard developed with an intention to empower researchers from wet and dry labs to perform downstream Bioinformatics analysis.

Image 6 - The CSBB R Shiny dashboard

Image 6 – The CSBB R Shiny dashboard

Once again, you can run the dashboard from your machine. Use the runGitHub() function from R Shiny, and it will take care of the dependency installation for you.

The dashboard comes with 8 modules (visualization, normalization, basics statistics, differential expression, correlation profiles, function enrichment, ChiP-ATAC seq, and single-cell RNA-seq analysis) that are designed in order to help researchers design a hypothesis or answer research questions with little or no expertise in bioinformatics.

Learn more:

GraphBio: Visualization Analysis for Omics Data

The GraphBio dashboard provides 15 popular visualization analysis methods (heatmap, volcano plot, MA plot, network plot, PCA, ROC analysis, and other).

Image 7 - The GraphBio dashboard

Image 7 – The GraphBio dashboard

If you’re unfamiliar with the term, Omics stands for different disciplines in biology whose names end in “omics”, such as genomics, proteomics, metabolomics, and so on.

The dashboard enables experimental biologists without programming skills to easily perform popular visualization analysis and get publication-ready charts.

Learn more:


Conclusion

Today you’ve seen seven examples of dashboards built with R Shiny in life sciences, and we’ve only scratched the surface. There are many other closed dashboards that aren’t accessible to the public. Shiny is used across many subfields of Life Sciences with applications in biodiversity monitoring to biotechnology research and patient care.

Unsure about adopting R Shiny in your business? Here’s what we’ve learned by helping Fortune 500s develop enterprise Shiny apps.

The take-home point we want you to remember is the following: If your field of study can benefit from data science, it can also benefit from interactive dashboards. Look no further than R shiny, as it comes with everything you need to either automate or simplify your day job.

Looking to start a career as an R Shiny Developer? Our complete beginner guide has you covered.

If you’re looking to build your first R Shiny dashboard, you can use Appsilon Shiny Dashboard Templates to simplify the process. The bundle contains a ton of beautiful and easy-to-use templates. The best part – is it’s entirely free.

In case you need something more advanced, we’re also here to help. Appsilon is an RStudio Full Service Certified Partner. We develop advanced R Shiny applications for Fortune 500 companies across the globe. We’d be happy to help you choose the right options for your use case. Let’s talk and see how Shiny can help you grow.

Article R Shiny in Life Sciences – Top 7 Dashboard Examples comes from Appsilon | Enterprise R Shiny Dashboards.

To leave a comment for the author, please follow the link and comment on their blog: r – Appsilon | Enterprise R Shiny Dashboards.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)