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

Update variant_classifier.R

parent ed44f8be
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ variant_classifier <- function(
dplyr::filter(seqnames != clus_name)
# Calculate the similarity of each cluster to the reference sequence
sim_to_ref_tbl <- map(clustered_seqs, similiarity_to_reference,
sim_to_ref_tbl <- map(clustered_sequences, similiarity_to_reference,
ref = refstrings) %>%
discard(is_null) %>%
bind_rows(.id = 'clus_name') %>%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment