Description Usage Arguments Value Examples
parse_gff
loads a file or downloads from an url if provided
protein information that is then changed to allow it to work with
draw_canvas
and other draw functions in drawProteins.
1 | parse_gff(file_or_link)
|
file_or_link |
link in gff format or a file in gff format that can be
read by |
Dataframe of one or more rows with the following column names: 'accession', 'source', 'type', 'begin', 'end', 'order', 'entryName', 'description'. Must contain a minimum of one "CHAIN" as data$type to allow plotting.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.