- d
The data frame that contains the compositional variables. Other
objects will be coerced as data frames using
as.data.frame
- nom.fichier
A length-one character vector giving the name of the file
- noms
A character vector containing the column names of the compositional
variables to be used for ratio computations. Names absent from the
data frame will be ignored with a warning.
Optionnally, an integer vector containing the column numbers can be
given instead. They will be converted to column names before further
processing.
- f.p
An R function that will perform the hypothesis test on a single
ratio (or log ratio, depending on log
and en.log
values).
This function should return a numeric vector, of which the first one
will typically be the p-value from the test --- see
creer.Mp
for details.
Such functions are provided for several common situations, see
links at the end of this manual page.
- log
If TRUE
, values in the columns are assumed to be
log-transformed, and consequently ratios are computed as differences
of the columns. The result is in the log scale.
If FALSE
, values are assumed to be raw data and ratios are
computed directly.
- en.log
If TRUE
, the ratio will be log-transformed
before applying the hypothesis test computed by f.p
. Don't
change the default unless you really know what you are doing.
- nom.var
A length-one character vector giving the name of the
variable containing a single ratio (or log-ratio). No sanity check
is performed on it: if you experience strange behaviour, check you
gave a valid column name, for instance using
make.names
.
- noms.colonnes
A length-three character vector giving the names
of, respectively, the two columns of the data frame that will contain
the components identifiers and of the column that will contain the
p-value from the test (the first value returned by f.p
).
- add.col
A character vector giving the names of additional
columns of the data.frame, used for storing additional return values
of f.p
(all but the first one).
- sep, dec, row.names, col.names, header
Options for controling
the file format, used by write.table
and
read.table
.
- col.noms
A length-two vector giving the two columns that
contain the two components of the ratio. Can be given either as
column number or column name.
- col.p
A length-one vector giving the column that contain the
p-value of the ratio. Can be given either as column number or
column name.
- p
The p-value cut-off to be used when creating the
graph, see grf.Mp
for details.
- reference
A character vector giving the names of nodes that
should be displayed with a different color in the created graph.
These names should match components names present un the
file. Typical use would be for reference genes in qRT-PCR
experiments. By default, all nodes are displayed in palegreen;
reference nodes, if any, will be displayed in orange.
- groupes
- ...
additional arguments to f.p
, passed unchanged to
it.