You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# we also have a newer classification stored in new_classes
unique(models$new_classes)
# how many representative models are there?
dim(models[models["representative"] == "YES",])
# you might use commands table(), subset(), ifelse()
# 1. How many models of class 1 are in the table?
# 2. Extract models that are representatives and have only one exon and are of class 2. How many such models are there?
# 3. Define a new column name exon_category in the file: a categorical value for number of exons. Hint: we are only interested if the model in single exonic or multiexonic.