powered by
biological sequence filter by searching pattern
bs_filter(x, pattern, by = "description", ignore.case = FALSE)
BStringSet object
keyword for filter
one of 'description' and 'sequence'
logical
Guangchuang Yu
fa_file <- system.file("extdata/HA.fas", package="seqmagick") x <- fa_read(fa_file) bs_filter(x, 'ATGAAAGTAAAA', by='sequence')
Run the code above in your browser using DataLab