| as_feats | R Documentation |
Read feat data such as genes into a tidy dataframe and augment it with layout information based on a sequence layout.
as_feats(x, seqs, ..., everything = TRUE)
x |
feat data convertible to a feat layout |
seqs |
the sequence layout the feat map onto. |
... |
passed on to |
everything |
set to FALSE to drop optional columns |
Obligatory columns are seq_id, start and end. Also recognized are
strand and bin_id.
Note start and end for every record will be coerced so that start < end. If no strand was provided, strand will added and set to "+" for
records that initially had start < end and "-" for end < start inputs. If
strand was provided, start and end will be ordered without any
additional effect.
a tbl_df with plot coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.