powered by
Feature Enrichment Boxplot
boxPlotFeature(obj, feature, outline, ylab, main, add.point, point.size, point.shape, point.alpha, pdf.file.name, pdf.height, pdf.width)
A snap object.
Feature enrichment value for each cell.
If 'outline' is not true, the outliers are not drawn (as points whereas S+ uses lines).
Name of ylab.
Main title.
If 'add.point' is true, scatter points will be added to the top of the boxplot.
Point size [0.5].
Point shape type [19].
Point transparancy level [0.9].
pdf file name to save the plot [NULL].
the height of the graphics region in inches [7].
the width of the graphics region in inches [7].
# NOT RUN { data(demo.sp); boxPlotFeature(demo.sp, rnorm(nrow(demo.sp))); # }
Run the code above in your browser using DataLab