How to find the association between SNP and multiple traits or diseases
2
0
Entering edit mode
7.6 years ago
wtvxy • 0

A disease may relate to multiple traits or diseases which means multiple traits may cause a disease. Now I have a data of 10 related traits of 10 column, 1 represent a sample have this trait, 0 represent doesn't have. Each row represents a sample.

A 6 samples examlpe:

0 0 0 0 0 0 0 0 0 0

1 0 0 1 0 0 0 0 0 0

1 1 1 1 0 0 0 1 1 1

0 1 1 1 0 1 0 0 0 0

1 1 1 1 1 1 1 1 1 1

Each sample has many SNPS:

3 2 1 2 1 1 1 1 1 1 1

2 2 2 2 3 2 1 1 1 1 1

3 3 1 1 3 2 3 1 1 1 1

3 1 1 2 2 1 2 2 2 2 2

2 2 2 3 2 1 2 1 3 1 2

2 1 1 2 1 1 1 1 3 3 1

The question is: How can I find the relation between SNPs and traits?

In this question,the disease/trait label more than one dimension.

Which algorithm should I use?

SNP genome gene • 1.7k views
ADD COMMENT
0
Entering edit mode
7.6 years ago
vakul.mohanty ▴ 270

You could build a linear regression model between the trait and the genotype. Yo can add covariates to the model to account for confounding factors. You can use tools like plink or MatrixEQTL to carry out the analysis

ADD COMMENT
0
Entering edit mode
7.6 years ago
chrishengbee ▴ 20

Hi,guy! Guess u are doing modeling competition ha? It's the last night. Good luck for u!

ADD COMMENT

Login before adding your answer.

Traffic: 1846 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6