thiagomaf / CSCpromoters

The goal of CSCpromoters is to extract, export and plot sequences of promoter regions from the genome fasta files.
MIT License
3 stars 1 forks source link

Create a pipeline function to filter for locus names - `filter_locus()` #7

Closed thiagomaf closed 1 year ago

thiagomaf commented 1 year ago

The function filter_locus() relies on two auxiliary functions filter_locus.character() and filter_locus.numeric() to handle subsetting both by locus name and numeric indexes.