Learn R Programming

HELP (version 1.30.0)

plotFeature-methods: Plot feature versus two-color intensity (methods)

Description

Methods for plotting featureData (ex: fragment size) versus two-color signal intensity data

Arguments

Methods

x = "missing", y = "missing"
Handle empty function call
x = "ExpressionSet", y = "missing"
Handle input of an object of class ExpressionSet. Derive both data and feature information from a single object.
x = "ExpressionSet", y = "vector"
Handle input of an object of class ExpressionSet. Derive data from this class but use feature values from a vector input.
x = "matrix", y = "vector"
Handle matrix input, where each of two columns in matrix represents data from one signal channel. Feature data is derived from values from a vector input.