Usage
hierMde(data, group=c("C", "R", "B")[1], distance="correlation", method="complete", doHeat=TRUE, sLabelID="SAMPLE", gLabelID="GeneName", idxTest=1, adjP="BH", nDEgenes=0.05, ...)
Arguments
group
character string giving the type of grouping: by rows
'R', columns 'C' (default) or both 'B'.
distance
char string giving the type of distance to use. Here we
use the function Dist
and the possible values
are 'euclidean', 'maximum', 'manhattan', 'canberra', 'binary',
'pearson', 'correlation' (default) and 'spearman'. method
char string specifying the linkage method for the
hierarchical cluster. Possible values are 'ward', 'single',
'complete' (default), 'average', 'mcquitty', 'median' or 'centroid'
doHeat
logical indicating to do or not the heatmap. If FALSE,
only the dendrogram is displayed.
sLabelID
character string specifying the sample label ID to be
used to label the samples.
gLabelID
character string specifying the gene label ID to be
used to label the genes.
idxTest
numerical index of the test to be used to sort the
genes when clustering objects of class maigesDEcluster
. adjP
string specifying the method of p-value adjustment. May be
'none', 'Bonferroni', 'Holm', 'Hochberg', 'SidakSS', 'SidakSD',
'BH', 'BY'.
nDEgenes
number of DE genes to be selected. If a real number
in (0,1) all genes with p.value <= nDEgenes will be
used. If an integer, the nDEgenes
genes with smaller
p-values will be used.=>
...
additional parameters for heatmap
function.