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

test

parent 0694b906
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ import(DECIPHER)
import(GenomicRanges)
import(ape)
import(cowplot)
import(dplyr)
import(ggdendro)
import(ggtree)
import(phangorn)
......
......@@ -19,7 +19,6 @@
#' meshclustR(seqs = MyDNAStringSet, meshclust_bin = meshclust, filepath = path)
#' @import Biostrings
#' @import tidyverse
#' @import dplyr
#' @export
meshclustR <- function(seqs = MyDNAStringSet,
meshclust_bin = meshclust,
......@@ -42,7 +41,7 @@ meshclustR <- function(seqs = MyDNAStringSet,
col_names = c('cluster', 'seqnames',
'identity_with_center', 'cluster_class'),
col_types = 'fcdc') %>%
mutate(seqnames = str_remove(seqnames, '>'))
dplyr::mutate(seqnames = str_remove(seqnames, '>'))
#clean up temp file and output file
file.remove(temp_file, out_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment