You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run preprocessREMBRANDT.r to normalize the data, separate samples into male and female GBM and LGG, and limit to protein coding genes, changing the following:
- sourceDir: The path to the REMBRANDT gene expression and clinical data.
- pccFile: The path to the file containing gene annotations, to obtain protein coding genes
Run runPANDA_REMBRANDT.R to run PANDA on each subgroup, modifying the following:
fileDir: The path to the REMBRANDT expression files from step 2
Run BLOBFISH on REMBRANDT data using blobfishforrevdata.r, changing the following:
sourceDir: The path to the REMBRANDT PANDA files.
monsterDir: The path to the MONSTER files from TCGA.
pathwayFile: The path to the gene-pathway mapping (GMT format).
nullDir: The path to the null PANDA files.
Run plotBLOBFISH_REMBRANDT_noAR.R to plot the BLOBFISH results, changing the following:
pathwayDir: The path to the TCGA pathway results.
rembrandtResultDir: The path to the REMBRANDT BLOBFISH results.
rembrandtDir: The path to the REMBRANDT gene expression and clinical data.
gmtFilePath: The path to the file containing mappings from genes to pathways (GMT format).
Run compareBLOBFISH_HIF1A.R to compare the targeting of specific genes within pathways downstream of HIF1A between male and female GBM in TCGA and REMBRANDT, changing the following:
pathwayDir: The path to the TCGA pathway results.
tcgaDir: The path to the TCGA gene expression and clinical data.
rembrandtDir: The path to the REMBRANDT gene expression and clinical data.
gmtFilePath: The path to the file containing mappings from genes to pathways (GMT format).
About
Scripts used to replicate the results for the Adebari et al paper comparing sex differences in glioblastomas and low-grade gliomas.