parse_gff | R Documentation |
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.
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.
data <- parse_gff("https://www.uniprot.org/uniprot/Q04206.gff")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.