meltMS: Create ggplot2 ready data from object

Description Usage Arguments Value Methods (by class)

Description

This is an internal function that converts objects to long-format data.frames ready for use in ggplot2 functions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S4 method for signature 'MsChromList'
meltMS(object)

## S4 method for signature 'MsIonList'
meltMS(object, extraData)

## S4 method for signature 'MsPeakList'
meltMS(object)

## S4 method for signature 'MsScanList'
meltMS(object, extraData)

meltMS(object, ...)

Arguments

object

An object to be converted to a data.frame

Value

A data.frame with the relevant information

Methods (by class)


thomasp85/MSsary documentation built on May 31, 2019, 11:11 a.m.