extract_fasta | R Documentation |
Title Extract fasta from file in a loop
extract_fasta(
filepath,
batch = 1000,
skip = 0,
returnids = TRUE,
fastaids = vector(),
fastafileout = "fastaout.txt",
idfileout = "fastaindex.txt"
)
filepath |
fasta file to search |
batch |
number of rows to read at a time |
skip |
number of rows to skip from fasta file |
returnids |
logical, TRUE to return identifiers |
fastaids |
fasta identifiers to retrieve |
fastafileout |
file name to save fasta matching ids to |
idfileout |
file name to save fasta index to |
saves identifier matches fasta to file and returns a list of number of ids searched, last row searched, ids foundand their row numbers, fasta ids searched for,the file names for the fasta id matches and the fasta index.
extract_fasta(filepath="audit.fasta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.