| read_seq | R Documentation |
Reads a FASTA or FASTQ file and returns it as a dataframe or list.
read_seq(file, format = "df")
file |
Path to the input sequence file |
format |
A string indicating "df" (dataframe) or "list" (default: "df") |
A dataframe or list of the sequence data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.