Description Usage Arguments Examples
View source: R/read_fasta.src.R
extract DNAStringSet data from a batch of fasta files: requires package Biostrings
1 | read_fasta(files, is_RNA = FALSE, output_list = FALSE)
|
files |
path or list of paths to fasta files |
is_RNA |
logical argument to use RNAStringSet - default is FALSE |
output_list |
logical argument to concatenate list of XStringSets - default is FALSE |
1 | read_fasta(files = c("path/to/example1.fa", "path/to/example2.fa"), is_RNA = FALSE, output_list = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.