Hello everyone,
I have a gtex model file, I noticed that there are several SNPs that are regulation Gene A expression in more than one tissues. Is there any method to evaluate such a condition and get function information from it?
This is how my file look like:
So for this:
SNP1(rs1041770) and SNP2(rs12628452) regulating gene ENSG00000283633 is present in tissue adipose subcutaneous but not in adipose visceral.
I was reading research and there is a research being done on eQTL using bipartite network:
This is what the paper states: For each of the 13 tissues, we represented the significant eQTL as a bipartite network, with nodes representing either SNPs or genes and edges representing significant SNP–gene associations
But I want to do it for all tissues, So I have develop network for each tissue: how can I see the commonality and differences between them. Can anyone provide more guidance on this. I am new to network analysis and functional annotation work. Or any other method that can evaluate this kind of relationships for snps across tissues.
Thank you.
I should add that for scoring genomes (i.e., from sequencing data) you do not need this kind of fine mapping; and can use pre-computed expression weights like PrediXScan (https://predictdb.org/post/2021/07/21/gtex-v8-models-on-eqtl-and-sqtl/) which uses elastic net to select the variants. There will be many variants in the "credible set" with weight 0 due to the elastic net -- which is why you can't really compare weights across tissues -- but since they're all tagged by the selected variant, the prediction does not suffer.
You can use the scores for multiple tissues in multiXscan (https://journals.plos.org/plosgenetics/article?id=10.1371/journal.pgen.1007889) for gene association; and potentially analyze the model results to contrast the effects of different predicted tissue expression.