Description Usage Arguments Value
This function reads an organism specific genome stored in a defined file format.
1 | read_genome(file, format, ...)
|
file |
a character string specifying the path to the file storing the genome. |
format |
a character string specifying the file format used to store the genome, e.g. "fasta", "fastq". |
... |
additional arguments that are used by the [Biostrings]readDNAStringSet function. |
A data.table storing the gene id in the first column and the corresponding sequence as string in the second column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.