Closed lcolladotor closed 2 years ago
Create lists of ENSEMBL/GENCODE gene IDs (not gene Symbols since they are not unique) of genes related to AD (separating those that have higher expression in controls vs those that higher expression in cases) from the literature. Then we can use code like https://github.com/LieberInstitute/HumanPilot/blob/master/Analysis/Layer_Guesses/check_clinical_gene_sets.R to compute chi square tests like at http://research.libd.org/spatialLIBD/reference/gene_set_enrichment.html that we then use to make plots like http://research.libd.org/spatialLIBD/reference/gene_set_enrichment_plot.html
So it's like a table with 3 or 4 columns:
Resolved with https://github.com/LieberInstitute/Visium_IF_AD/commit/bf2c3a4d78baf4aad22d10638242baced9826ad7.
Create lists of ENSEMBL/GENCODE gene IDs (not gene Symbols since they are not unique) of genes related to AD (separating those that have higher expression in controls vs those that higher expression in cases) from the literature. Then we can use code like https://github.com/LieberInstitute/HumanPilot/blob/master/Analysis/Layer_Guesses/check_clinical_gene_sets.R to compute chi square tests like at http://research.libd.org/spatialLIBD/reference/gene_set_enrichment.html that we then use to make plots like http://research.libd.org/spatialLIBD/reference/gene_set_enrichment_plot.html