Natalie Elphick
Bioinformatician II
Michela Traglia
Senior Statistician
What is your level of experience with coding/data analysis?
Keep at it—progress comes with persistence!
.R
.Rmd
R
code with Markdown for text
formatting.Rmd
file in RStudio
to
explore the basics of how they work:[1] 1
[1] 9
Error: object 'a' not found
Error: unexpected ")"
Error: object "a" not found
See this article for more common errors and how to fix them.
Warning in a + b: longer object length is not a multiple of shorter object
length
Which variable name is not valid in R?
[1] NA
Which of these is not the correct data type for the value?
10:00
What is the output of the following code?
What is the output of the following code?
dog_breeds <- c("Labrador Retriever", "Akita", "Bulldog")
if ("Akita" %in% dog_breeds) {
print("dog_breeds already contains Akita")
} else {
dog_breeds <- c("Akita", dog_breeds)
}
[1] "dog_breeds already contains Akita"
[1] "Already contains this dog"
[1] "German Shepard" "Labrador Retriever" "Akita"
[4] "Bulldog"
What does this function do?
Introduction
to Unix Command Line
February 10-February 11, 2025 1:00-3:00pm PST
Introduction
to RNA-Seq Analysis
February 13-February 14, 2025 1:00-4:00pm PST
Intermediate
RNA-Seq Analysis Using R
February 20, 2025 9:00am-12:00pm PST