plotSamplesDistribution: Per sample density plot

Description Usage Arguments Details

Description

Per sample density plot

Usage

1
2
plotSamplesDistribution(mat, groups = NULL, filename = NULL,
  main = "Density")

Arguments

mat

numeric matrix with measures per feature and sample, with samples in the columns and features in the rows

groups

vector with annotation for the samples

filename

character. File to save the density plot

main

title of the density plot

Details

In 'mat', the features are in the rows and the samples in the columns.

If 'groups' is specified, it has to be of the same length and order as the columns in mat, and the density lines will be coloured according to it.

If no filename is provided, the plot will be forwarded to the current device.


xpastor/skima documentation built on May 16, 2019, 3:25 p.m.