2022

Bioinformatics Analysis of Omics Data with the Shell & R

July 28, 2022 | morphoscape

Summary In this tutorial participants will learn about biological data analysis with R and Unix/Linux tools. We begin with an introduction to bioinformatics and omics data analysis, and conclude with the walkthrough of a simple bioinformatics workflow for aligning transcriptomic sequences with genomic data. Questions What is bioinformatics? What ...
[Read more...]

How to convert characters from upper to lower case in R?

July 28, 2022 | Jim

The post How to convert characters from upper to lower case in R? appeared first on Data Science Tutorials How to convert characters from upper to lower case in R?. This article discusses how to change a character’s case in R from upper to lower and vice versa. Will ... [Read more...]

How to Set Axis Limits in ggplot2?

July 28, 2022 | finnstats

The post How to Set Axis Limits in ggplot2? appeared first on finnstats. If you are interested to learn more about data science, you can find more articles here finnstats. How to Set Axis Limits in ggplot2?, ggplot2 can frequently be used to set the axis bounds on a plot. ...
[Read more...]

How to Standardize Data in R?

July 27, 2022 | Jim

The post How to Standardize Data in R? appeared first on Data Science Tutorials How to Standardize Data in R?, A dataset must be scaled so that the mean value is 0 and the standard deviation is 1, which is known as standardization. The z-score standardization, which scales numbers using the following ... [Read more...]

Charity R Workshops in support of Ukraine

July 27, 2022 | Dariia Mykhailyshyna

Learn R (as well as Python and other tools for data analysis) and contribute to charity at the same time.  Since April, we have been running a series of weekly workshops on R and other tools for data analysis, all proceeds from which go to support Ukraine. Our workshops cover ... [Read more...]

How to Use the sweep Function in R?

July 27, 2022 | finnstats

The post How to Use the sweep Function in R? appeared first on finnstats. If you are interested to learn more about data science, you can find more articles here finnstats. How to Use the sweep Function in R?, The sweep() function in R allows you to carry out various ... [Read more...]

Posit – Why Rstudio is changing its name

July 27, 2022 | Appsilon

RStudio has officially announced a name change from RStudio to Posit.  Why did RStudio change its name to Posit? For the past few years, Posit (formerly RStudio) has been shifting from R-exclusive tooling to a language agnostic ecosystem. Much to our enjoyment, we’ve seen the RStudio IDE grow to ...
[Read more...]

How to Create an Interaction Plot in R?

July 27, 2022 | Jim

The post How to Create an Interaction Plot in R? appeared first on Data Science Tutorials How to Create an Interaction Plot in R?, To find out if the means of three or more independent groups that have been divided based on two factors differ, a two-way ANOVA is performed. ...
[Read more...]

How to Create Summary Tables in R

July 26, 2022 | Jim

The post How to Create Summary Tables in R appeared first on Data Science Tutorials How to Create Summary Tables in R?, The describe() and describeBy() methods from the psych package is the simplest to use for creating summary tables in R. How to apply a transformation to multiple columns ... [Read more...]
1 37 38 39 40 41 100

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)