granges_to_features | R Documentation |
This function takes a GRanges object and returns a character vector. Only 4 metadata fields from the GRanges object will be included: locus_tag, type, fwdcolor and revcolor. Locus_tag must be unique. This will be checked by the Ape constructor. This function should mostly be used internally in the construction and FEATURE-setting of instances of the Ape class.
granges_to_features(gr)
gr |
A GRanges object. |
A character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.