From bbb1a96cc77dabcebea56ac74f4d5807f6c18915 Mon Sep 17 00:00:00 2001 From: marypipes <33496518+marypipes@users.noreply.github.com> Date: Tue, 10 Jul 2018 12:45:00 -0400 Subject: [PATCH] Update functional_analysis_other_methods.md --- lessons/functional_analysis_other_methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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