Nothing
bFDR <- function(ans_mrs, threshold) {
PMAPs <- ans_mrs$RepresentativeTree$AltProbs
selected <- PMAPs > threshold
if (!any(selected)) {
return(0)
}
mean(1 - PMAPs[selected])
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.