Description Usage Arguments Value Author(s) References Examples
This is a wrapper function for perfoming meta-analysis using Rank Product method.
1 |
data |
MetaArray object |
varname |
Character String - name of one column in clinical data matrices to be used as class labels, factors are turned into a numeric vector by |
num.perm |
Number of permutations |
logged |
Logical - indicating whether data are on log-scale |
na.rm |
Logical - if |
gene.names |
Character vector - gene names to be be attached to the estimated percentage of false prediction (pfp) |
plot |
Logical - if |
rand |
Numeric - a seed for random number generator |
cutoff |
Numeric - p-value for selection of significant genes |
Object of class RankProduct.res
containing outputs from functions: RPadvance
and topGene
. 'Class1' refers to the first level of the used class labels, 'Class2' to the second one.
Ivana Ihnatova
Breitling, R., Armengaud, P., Amtmann, A., and Herzyk, P.(2004) Rank Products: A simple, yet powerful, new method to detect differentially regulated genes in replicated microarray experiments, FEBS Letter, 57383-92
1 2 3 4 5 | ## Not run:
data(ColonData)
rp<-RankProduct(ColonData, "MSI", num.perm=10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.