Description Usage Arguments Details Value Author(s) References See Also Examples
This function carries out the unified Wilcoxon-Mann-Whitney test for qPCR data. See De Neve et al. (2013) for more details.
1 2 3 4 5 6 7 8 9 |
x |
An object containing the qPCR measurements. See details. |
groups |
A vector indicating the groups that need comparing, or a single character telling which variable in the data frame contains the groups. Make sure this vector is as long as the number of replicates in the data set. |
housekeeping.names |
an (optional) vector with the names of one or more housekeeping features. Make sure those names are spelled exactly as in the object. |
transpose |
In case a matrix is used, should the matrix be transposed? A matrix needs to be transposed when the columns do not represent the replicates. The function expects the columns to be replicates and the rows to be the different features. |
feat.names |
An (optional) character vector with the names of the features (typically genes or microRNAs) or a single character giving the name of the feature variable. If not specified, the feature names are derived from the row names of the matrix, or from the feature names of the qPCRset object. |
... |
For passing arguments between methods and to internal functions. |
subjects |
An (optional) character string indicating which variable of the data frame contains the subject id's. Ignored if x is not a data frame. |
value |
An (optional) character string indicating which variable of the data frame contains the values. Ignored if x is not a data frame. |
This function carries out the unified Wilcoxon-Mann-Whitney test using either Overall normalization (O) or Housekeeping normalization (H) as reference (see De Neve et al., 2013). If the argument housekeeping.names
is specified, housekeeping normalization is considered. Otherwise overall normalization is considered.
The function uWMW can deal with data frames, matrices and qPCRset
objects from the package HTqPCR
. When using a data frame, you need to specify the arguments groups
, feat.names
, subjects
and value
; each one should contain the name of the related variable in the data frame.
When using a matrix, each column is assumed to be a subject and each row a feature. The argument groups
should contain as much values as there are columns in the matrix. Note that the method for qPCRset
objects does nothing else but extract the data matrix and do the analysis. You still need to specify where the groups are to be found.
An object of the class uwmwRes
, containing the results of the unified Wilcoxon-Mann-Whitney test. See the help page of the class uwmwRes
for more information.
Wrapper methods are written by Joris Meys. Internal functions are written by Jan De Neve.
De Neve, J. Thas, O. Ottoy, J.P. and Clement L. (2013) An extension of the Wilcoxon-Mann-Whitney test for analyzing RT-qPCR data. Statistical Applications in genetics and Molecular Biology. 12, 333-346
uwmw_Accessors
and uwmw_Extract
for accessing the results, and volcanoplot
and forestplot
for plotting them.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.