From c4225cec4f8ab66fbe4aaaf4330bb103f238245d Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Thu, 10 Sep 2020 19:55:21 +0100 Subject: [PATCH] updated Header file with Logolas and ggseqlogo --- scripts/plotting/Header_TT.R | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/plotting/Header_TT.R b/scripts/plotting/Header_TT.R index 9eae42a..aa00f66 100755 --- a/scripts/plotting/Header_TT.R +++ b/scripts/plotting/Header_TT.R @@ -114,6 +114,16 @@ if (!require ("arsenal")){ } +#if (!requireNamespace("BiocManager", quietly = TRUE)) +# install.packages("BiocManager") + +#BiocManager::install("Logolas") +library("Logolas") + +#install.packages("ggseqlogo") +library(ggseqlogo) + + ####TIDYVERSE # Install #if(!require(devtools)) install.packages("devtools") @@ -128,3 +138,4 @@ if(!require(bio3d)){ install.packages("bio3d") library(bio3d) } +