Usage
tablesDE(deComp=NULL, dir="./", filenames=NULL, dataID="Someone's", type=c("HTML","CSV")[1], geneID="GeneName", hsID="ClusterId", gbID="GeneId", annotID="Annot", genes=NULL, logFold=TRUE, adjP="none", sort="p.value", nDEgenes=NULL)
Arguments
dir
character specifying the directory to save the files.
filenames
character vector with file names to be saved, if NULL
default names are given.
dataID
character giving an identifier for the dataset. If NULL
the notes
slot from DE.comp
are used.
type
type of file to be saved. May be 'HTML' (default) or 'CSV'.
geneID
character giving the ID of label for gene symbol in the dataset.
hsID
character giving the ID of label for unigene code in the dataset.
gbID
character giving the ID of label for Genbank entry in the dataset.
annotID
character giving the ID of label for gene annotation in
the dataset.
genes
character vector specifying the genes to be saved, mapped
according to geneID
label.
logFold
logical specifying if the fold change must be saved in
log2 scale.
adjP
character string giving the type of p-value
adjustment. May be 'Bonferroni', 'Holm', 'Hochberg', 'SidakSS',
'SidakSD', 'BH', 'BY' or 'none'. Defaults to 'none'.
sort
character specifying the field to be sorted, may be
'p.value' (default), 'fold' or 'statistic'.
nDEgenes
number of differentially genes to be saved in the
file. Defaults to NULL to save all genes. If an integer value the
function saves the nDEgenes
with smaller p-values (most
significantly DE genes). If a number in (0,1) nDEgenes
is
used as a cutoff for the p-values.