Learn R Programming

quantable (version 0.3.6)

fisherExact: get p-values using fishers exact test for count data

Description

get p-values using fishers exact test for count data

Usage

fisherExact(x, y, accessions)

Arguments

x

- array

y

- array

accessions

accession string

Value

data frame with accessions, pval, pvaldj (BH adjusted p.values), fchange (log2 FC).

Examples

Run this code
# NOT RUN {
accessions <- letters
x <- sample(100,length(letters))
y <- sample(100,length(letters))
res <- fisherExact(x,y,accessions)
volcanoplot(res$fchange, res$pvaladj, labels = res$accessions)

# }

Run the code above in your browser using DataLab