import_seqs | R Documentation |
import DNA sequences in FASTA format
import_seqs(filepath, format = "fasta")
filepath |
A character vector containing the path to the DNA sequences file. Reading files in gzip format (which usually have the '.gz' extension) is supported. Note that only DNA supported here. |
format |
Either "fasta" (the default) or "fastq" |
object of DNAStringSet class
seqPath <- system.file("extdata", "seqs.fa", package = "geneHapR")
geneSeqs <- import_seqs(filepath = seqPath, format = "fasta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.