# See vignette for more examples.
# We load in a `countData' object containing the estimated posterior
# likelihoods of expression (see `getLikelihoods').
data(CDPost)
# If the first hundred rows in the 'simData' matrix are known to be
# truly differentially expressed (the second hypothesis defined in the
# 'groups' list) then we find the number of true positives for the top n
# genes selected as the nth member of
getTPs(CDPost, group = "DE", decreasing = TRUE, TPs = 1:100)
Run the code above in your browser using DataLab