Sage-Bionetworks / WallOfTargetsShiny

0 stars 1 forks source link

Differential expression at gene level widget #67

Closed kdaily closed 6 years ago

kdaily commented 7 years ago

A forest plot of effect estimates for set of genes as a fxn of brain region/disease?

kdaily commented 7 years ago

volcano plot, per brain region/study?

kdaily commented 7 years ago

table/summary of expression levels as fxn of disease status

kdaily commented 6 years ago

Using these datasets of summary statistics:

kdaily commented 6 years ago

Unsure about what set of columns is required for uniqueness, looks like:

Model, Comparison, BrainRegion.ref, BrainRegion.ag, Gender.ref, Gender.ag, AOD.ref, AOD.ag, ensembl_gene_id, hgnc_symbol, logFC, CI.L, CI.R, AveExpr, adj.P.Val

But MSBB and ROSMAP do not have BrainRegion.ref and BrainRegion.ag columns.

blogsdon commented 6 years ago

@th1vairam is the person to answer this question

th1vairam commented 6 years ago

Here is a merged table from all three studies, 4 models with 7 brain regions and 4 comparisons https://www.synapse.org/#!Synapse:syn11180450

th1vairam commented 6 years ago

This is the code I used to do the above merge https://github.com/th1vairam/Brain_Reg_Net/blob/AMPAD_reprocessing/code/R/collateDifferentialExpressionResults.R

kdaily commented 6 years ago

Done.