Learn R Programming

metaseqR (version 1.12.2)

make.highcharts.points: Interactive volcano plot helper

Description

Creates a list which contains the data series of a scatterplot, to be used for serialization with highcharts JavaScript plotting. framework. Internal use only.

Usage

make.highcharts.points(x, y, a)

Arguments

x
The x coordinates (should be a named vector!).
y
The y coordinates.
a
Alternative names for each point.

Value

  • A list that is later serialized to JSON.