layout_feats: Layout feats

View source: R/feats.R

layout_featsR Documentation

Layout feats

Description

Augment feats with all data necessary for plotting

Usage

layout_feats(
  x,
  seqs,
  keep = "strand",
  marginal = c("trim", "drop", "keep"),
  ...
)

Arguments

x

feat data convertible to a feat layout

seqs

the sequence layout the feat map onto.

marginal

how to handle feats that stick out of sequences, for example after focusing in on a subregion. Choices are to "drop" them, "keep" them or "trim" them to the subregion boundaries.

...

not used


thackl/gggenomes documentation built on March 10, 2024, 7:26 a.m.