read_fasta | R Documentation |
read_fasta
read_fasta
is used to read fasta file, implementation
similar to seqinr, but much simpler and allow for spaces in sample name.
read_fasta(file, force_to_upper = TRUE, bp = SerialParam())
file |
file path |
force_to_upper |
whether to transform sequences to upper case, default to TRUE |
bp |
is the biocparallel backend, default to serialParam, most likely sufficient in most scenario |
Will return list of named character vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.