diff --git a/lessons/functional_analysis_other_methods.md b/lessons/functional_analysis_other_methods.md index 45b7e4b..b076c14 100644 --- a/lessons/functional_analysis_other_methods.md +++ b/lessons/functional_analysis_other_methods.md @@ -29,7 +29,7 @@ We can run gProfileR relatively easily from R, by loading the library and runnin ```r source("http://bioconductor.org/biocLite.R") biocLite(c("gProfiler", "treemap")) -library(gProfiler) +library(gProfileR) library(treemap) ## Running gprofiler to identify enriched processes among significant genes