RGLab / MAST

Tools and methods for analysis of single cell assay data in R
224 stars 57 forks source link

GSEA background sets of genes #159

Closed sofiapuvogel closed 3 years ago

sofiapuvogel commented 3 years ago

Dear MAST team, I am performing GESEA with MAST, but it is not clear to me what the program uses as "background gene sets". I am following the MAIT Analysis tutorial, with min_gene_in_module <- 5. Best regards, Sofía

amcdavid commented 3 years ago

Hi Sofia,

These are competitive tests, so the background is everything that is in the SingleCellAssay object, that is not in the set currently being tested. The 2015 paper has the details: https://genomebiology.biomedcentral.com/articles/10.1186/s13059-015-0844-5#Sec12

On Jun 2, 2021, at 11:09 AM, sofiapuvogel @.***> wrote:

Dear MAST team, I am performing GESEA with MAST, but it is not clear to me what the program uses as "background gene sets". I am following the MAIT Analysis tutorial, with min_gene_in_module <- 5. Best regards, Sofía

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RGLab/MAST/issues/159, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALLAHWB4B6QTAIXKUVPWLDTQZCTRANCNFSM4566CCMQ.

sofiapuvogel commented 3 years ago

Thanks!