montilab / hypeR

An R Package for Geneset Enrichment Workflows
https://montilab.github.io/hypeR-docs/
GNU General Public License v3.0
76 stars 11 forks source link

Background setting #21

Closed matwgmkw closed 3 years ago

matwgmkw commented 4 years ago

Hi. I am wondering what is the "background" setting? Is it the total number of genes in the genome? Thanks.

anfederico commented 4 years ago

Hi, yes that is correct.

tetomonti commented 4 years ago

To add to that, the background depends on the assay.

E.g., if you use an Affymetrix microarray that measures 13,000 features, then 13,000 is the background.

If you use a protein array such as SomaScan measuring, say, 3,500 proteins, then 3,500 is the background.

If you use RNAseq, than yes, the background is the number of transcripts in the transcriptome (i.e., the number of transcripts RNAseq can conceivably detect).

—ste

On Aug 3, 2020, at 4:17 PM, anfederico notifications@github.com wrote:

Hi, yes that is correct.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/montilab/hypeR/issues/21#issuecomment-668221084, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACIAGH7VCIQHLLSYZ5XJQQLR64LOLANCNFSM4OVFCTFA.

matwgmkw commented 4 years ago

To add to that, the background depends on the assay. E.g., if you use an Affymetrix microarray that measures 13,000 features, then 13,000 is the background. If you use a protein array such as SomaScan measuring, say, 3,500 proteins, then 3,500 is the background. If you use RNAseq, than yes, the background is the number of transcripts in the transcriptome (i.e., the number of transcripts RNAseq can conceivably detect). —ste On Aug 3, 2020, at 4:17 PM, anfederico @.***> wrote: Hi, yes that is correct. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#21 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACIAGH7VCIQHLLSYZ5XJQQLR64LOLANCNFSM4OVFCTFA.

I see. Thank you.

anfederico commented 4 years ago

I will leave this issue open for a bit as this is a FAQ.

tilofrei commented 2 years ago

As a reference broad's msigdb sets the background to 40786 for their online tool:

image