Description Usage Arguments Value Author(s) Examples
Computes the number of genes one would need to consider to obtain a given number of truly positive genes if one considered genes in order of decreasing observed fold change.
1 | spkGNN(n, n.expr, n.unexpr, AccuracySlope, AccuracySD, nullfc)
|
n |
the desired number of true positives |
n.expr |
the actual number of truly expressed genes |
n.unexpr |
the actual number of truly unexpressed genes |
AccuracySlope |
the signal detect slope from the spkSlope function |
AccuracySD |
the standard deviation of the signal detect slope from the spkAccSD function |
nullfc |
a vector of null fold changes from the spkBox function |
This function returns the expected number of genes one would have to consider to obtain N true positives under the given conditions.
Matthew N. McCall
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.