Skip to content
Snippets Groups Projects
Commit 0694b906 authored by Simeon's avatar Simeon
Browse files

test

parent b236b6f2
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ import(DECIPHER) ...@@ -50,6 +50,7 @@ import(DECIPHER)
import(GenomicRanges) import(GenomicRanges)
import(ape) import(ape)
import(cowplot) import(cowplot)
import(dplyr)
import(ggdendro) import(ggdendro)
import(ggtree) import(ggtree)
import(phangorn) import(phangorn)
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#' meshclustR(seqs = MyDNAStringSet, meshclust_bin = meshclust, filepath = path) #' meshclustR(seqs = MyDNAStringSet, meshclust_bin = meshclust, filepath = path)
#' @import Biostrings #' @import Biostrings
#' @import tidyverse #' @import tidyverse
#' @import dplyr
#' @export #' @export
meshclustR <- function(seqs = MyDNAStringSet, meshclustR <- function(seqs = MyDNAStringSet,
meshclust_bin = meshclust, meshclust_bin = meshclust,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment