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

Update variant_classifier.R

parent 534b0938
Branches
Tags
No related merge requests found
......@@ -134,7 +134,8 @@ variant_classifier <- function(
ungroup() %>%
dplyr::filter(rel_abundance > 0)
aa_info <- find_longest_reading_frames(unlist(unname(clustered_sequences))) %>%
aa_info <- find_longest_reading_frames(unlist(unname(
Biostrings::DNAStringSetList(clustered_sequences)))) %>%
mutate(longest_aa_seq = max_width/3) %>%
select(seqnames, longest_aa_seq)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment