updated Header file with Logolas and ggseqlogo
This commit is contained in:
parent
96c95fb06c
commit
61b91bccb4
1 changed files with 11 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue