Giter Club home page Giter Club logo

Comments (1)

krisrs1128 avatar krisrs1128 commented on August 22, 2024

Hi @sundamiguel. I think it's worth clarifying the role of alpha: it’s the False Discovery Rate (FDR) control rate within a single family of hypothesis. An FDR control rate of 1 is not useful -- all probabilities are less than 1. Admittedly, in our paper, the alpha = 0.75 is not a very meaningful bound, and it was chosen that high for the sake of illustration. As an aside, the hierarchical testing procedure comes with a guarantee on the tree-wide FDR of alpha * (#discoveries + #families tested) / (#discoveries + 1). [see table 1 at https://www.jstatsoft.org/article/view/v059i13]

With this context, hopefully the answers to your questions make more sense,

  1. The adjusted p-values when you set alpha = 1 are not equivalent to doing a non-tree structured BH procedure. It’s possible to construct situations where the signal is so weak at a node that the procedure doesn’t descend down it’s subtree even when alpha = 1, it’s just that you wouldn’t expect this to happen in most situations.
  2. There is a trade-off, but I think you might be confusing the direction of the association. Larger alpha give you more power, at the cost of a larger number of false positives. Intuitively, the lower your bar for calling a result significant, the higher power you'll have, at the cost of more potential false discoveries.

Besides trying to fiddle with alpha, you might want to consider two alternatives for dealing with the fact that the tree-wide p-values at higher internal nodes are not significant.
Right now, the treePValues computes p-values by averaging data across descendant nodes and performing a t or F test. This is powerful in the case where there are many weak signals spread throughout the tree, but is weak in the case that there are a few strong signals (needles in the haystack). A better choice in this case is to use a Bonferroni adjusted p-value -- take the minimum p-value across descendants and multiple by the number of descendants.
There are some more recent proposals for leveraging tree structure when testing trees. You might want to check out the approaches here [https://arxiv.org/abs/1705.07529] and here [https://arxiv.org/abs/1709.10250]

from f1000_workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.