LieberInstitute / Habenula_Pilot

habenulaPilot project code repository
0 stars 0 forks source link

Run eQTL analysis with TensorQTL #14

Open lahuuki opened 6 months ago

lahuuki commented 6 months ago

TensorQTL: https://github.com/broadinstitute/tensorqtl (Check documentation)

Code from MDDseq: https://github.com/LieberInstitute/goesHyde_mdd_rnaseq/tree/master/eqtl/code

Data conversion

Covariates

Expression

Genotype

Run tensorQTL

p-val correction -04_filter_genomewide_nominal.R : Read parquests back in to R, combine all chrs, calc FDR, filter and write csv with FDR> 0.05

lahuuki commented 6 months ago

Adding a cell type interaction to nominal run: https://github.com/LieberInstitute/goesHyde_mdd_rnaseq/blob/d8a3876e941f0b38791b5dfc1138f536d0e86e0a/eqtl/code/09_tensorqtl_genomewide_interaction.py#L19C8-L29C53