Learn R Programming

metaseqR (version 1.12.2)

get.weights: Get precalculated statistical test weights

Description

This function returns pre-calculated weights for human, chimpanzee, mouse, fruitfly and arabidopsis based on the performance of simulated datasets estimated from real data from the ReCount database (http://bowtie-bio.sourceforge.net/recount/). Currently pre-calculated weights are available only when all six statistical tests are used and for normalization with EDASeq. For other combinations, use the estimate.aufc.weights function.

Usage

get.weights(org = c("human", "chimpanzee", "mouse",
        "fruitfly", "arabidopsis"))

Arguments

org
"human", "chimpanzee", "mouse", "fruitfly" or "arabidopsis".

Value

  • A named vector of convex weights.

Examples

Run this code
wh <- get.weights("human")

Run the code above in your browser using DataLab