make.highcharts.points {metaseqR}R Documentation

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.

Author(s)

Panagiotis Moulos


[Package metaseqR version 1.20.0 Index]