analyse.data | R Documentation |
This function implements the backend functionallity of the SCExV analyse page.
analyse.data( obj, onwhat = "Expression", groups.n, cmethod, clusterby = "MDS", ctype = "hierarchical clust", beanplots = TRUE, move.neg = FALSE, plot.neg = TRUE, useGrouping = NULL, plotsvg = 0, mds.type = "PCA", geneGroups = NULL, ... )
obj |
the Rscexv object |
onwhat |
cluster on weither Expression of FACS data default='Expression' |
groups.n |
the number of groups to create |
cmethod |
clustering method |
clusterby |
which dataset to cluter on (raw or MDS) default='MDS' |
ctype |
the clzutering type default = 'hierarchical clust' |
beanplots |
create beanplots or violinplots |
move.neg |
should the not expressed value be as set to the minimum expression value? |
plot.neg |
show the not expressing samples in the bean/violinplots? |
useGrouping |
do not calculate a new grouping - use this column in the samples table (default=NULL) |
plotsvg |
create svg figures in addition to the png ones (default=0) |
mds.type |
which mds algorithm to use (PCA, LLE, ISOMAP or ZIFA) default = PCA |
geneGroups |
the annotation gene group to use in the heatmaps (default = NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.