Description Usage Arguments Value Author(s) References See Also Examples
Plots two genes or features as a pair of boxplots; optionally, individual samples can be plotted on top of the boxplots as points; for this points can be colored by either gene, or class, or whether first gene < second gene is TRUE or FALSE for each sample.
1 2 3 |
genes |
is a vector of length two providing the pair
(from the rownames of |
inputMat |
is a matrix of data with rows being the features (such as gene names, if the matrix if gene expression data) and columns being the samples. |
Groups |
is a factor or a vector providing the phenotype class
each sample belongs to. It should correspond to the order of samples
given by the columns of |
classes |
is a vetor of length 2 providing the two phenotype or
class labels of |
points |
is a logical value indicating whether to overlay the boxplot with points for individual samples or not. |
point_coloring |
can be either 'byGene' or 'byClass' indicating whether to color the points by gene/feature or by phenotype. A third option is 'byDirection' indicating to color the points by whether the first gene is less than the second gene. |
colors |
is a character vector indicating the color to be used for each boxplot. |
point_colors |
is a character vector indicating the color to be used for the points. |
... |
any further arguments are supplied to the |
Produces a pair of boxplots indicating the distribution of the measured values for the pair of features/genes.
Bahman Afsari bahman.afsari@gmail.com, Luigi Marchionni marchion@jhu.edu, Wikum Dinalankara wdinala1@jhmi.edu
See switchBox for the references.
SWAP.PlotKTSP.GenePairClassesBoxplot
1 2 3 4 5 6 7 8 9 | ### Load gene expression data
data(trainingData)
### train 1-TSP
classifier = SWAP.Train.1TSP(matTraining, trainingGroup)
### plot top pair
SWAP.PlotKTSP.GenePairBoxplot(classifier$TSPs, matTraining,
points=TRUE, point_coloring="byGene")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.