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

import readDNAStringSet

parent de14a9b4
Branches
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ import(tidyr) ...@@ -57,6 +57,7 @@ import(tidyr)
importFrom(Biostrings,AAStringSet) importFrom(Biostrings,AAStringSet)
importFrom(Biostrings,DNAStringSet) importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,DNAStringSetList) importFrom(Biostrings,DNAStringSetList)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,translate) importFrom(Biostrings,translate)
importFrom(Biostrings,writeXStringSet) importFrom(Biostrings,writeXStringSet)
importFrom(DECIPHER,AlignSeqs) importFrom(DECIPHER,AlignSeqs)
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#' cluster_longest_reading_frames(clustered_sequences=clustered_sequences, reading_frame_tbl=reading_frame_tbl) #' cluster_longest_reading_frames(clustered_sequences=clustered_sequences, reading_frame_tbl=reading_frame_tbl)
#' #'
#' @import dplyr purrr tibble tidyr #' @import dplyr purrr tibble tidyr
#' @importFrom Biostrings DNAStringSetList #' @importFrom Biostrings DNAStringSetList readDNAStringSet
#' #'
cluster_longest_reading_frames <- function( cluster_longest_reading_frames <- function(
clustered_sequences = DNAStringSetList, # A variable that holds a list of DNA sequences that have been clustered clustered_sequences = DNAStringSetList, # A variable that holds a list of DNA sequences that have been clustered
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment