| read_gff | R Documentation |
This function reads an organism specific CDS stored in a defined file format.
read_gff(file)
file |
a character string specifying the path to the file storing the CDS. |
This function takes a string specifying the path to the GFF file
of interest (e.g. the path returned by getGFF).
Either a Biostrings or data.table object.
Hajk-Georg Drost
Other gff:
getGFFSet(),
getGFF()
Other readers:
read_cds(),
read_genome(),
read_proteome(),
read_rna()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.