# 1. Library TOmicsVis package
library(TOmicsVis)
# 2. Use example dataset
data(traits_sex)
head(traits_sex)
# 3. Set height > 100 & eye_color == "black"
res <- table_filter(traits_sex, Sex == "Male" & Traits == "Weight" & Value > 40)
head(res)
Run the code above in your browser using DataLab