Recently Published

Project 2 Draft
Document
zoop_khill_density_ridges
(p<-node_khill %>% mutate(genome_compressibility=khill/num_genomes) %>% ggplot(aes(x=genome_compressibility, y=type, fill=type))+ geom_density_ridges(scale = 1.5, alpha = 0.7, color = "white")+ theme_classic() ) ggplotly(p)
Final Exam Question 7
Final Exam Question 6
Final Exam Question 5
zoop_node_khill