| markerAxis | R Documentation |
Identifies chromosome breaks and calculates tick positions based on physical distances. Used for plotting genomic axes with consistent spacing.
markerAxis(includedSites, ChosenSites = "all", tickDist)
includedSites |
BED-like file defining genomic sites, ideally output from |
ChosenSites |
Logical vector of sites to be analyzed. |
tickDist |
Distance between tick marks along the chromosome in bp. |
A list containing:
CHROMbreaks: Positions of chromosome breaks.
CHROMnamesPos: Midpoints for chromosome labels.
CHROMnames: Unique chromosome names.
ticksPos: Positions for tick marks.
ticksNames: Tick labels in megabases.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.