Description Usage Arguments Details Value Author(s) See Also Examples
This function can be used to extract a subset of the highest scoring genes for other downstream analysis.
1 | highScores(pvalue_annotation, alpha = 0.05)
|
pvalue_annotation |
An S4 object of class PvalueAnnotation for which scoring has already been performed |
alpha |
A numeric specifying a threshold at signficant genes can be determined. DEFAULT is alpha=0.05. |
This function randomly samples the scores with replacement 100 times and for within each random sample for each score it determines the proportion of scores at or greater than the score. The average of these proportions over the 100 samples will be the new p-value/scores. All scores falling below the threshold will be returned.
A named vector of scores.
N. Ari Wijetunga
scorePval plotCompareScores runSpinglass runBioNet
1 2 3 4 5 6 | data(test_annotation_score_data)
## Note: commented out for example. See vignette for better example ##
#out <- highScores(pvalue_annotation=test_annotation, alpha=0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.