splitFASTA | R Documentation |
The first non-space word in the header will be used as the file name.
splitFASTA(fasta.file, output.dir = "./")
fasta.file |
A path to a FASTA file. |
output.dir |
A path to save the output results. Default is current working directory. |
data.table::fread is not built for reading in chunks. The developers expect skip and nrow arguments to be in a small number. Large number slows the reading a bit.
A splitted fasta files by its headers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.