Question of " mutation correlation"
1
0
Entering edit mode
6.3 years ago
Qingyang Xiao ▴ 160

Hello! Bioinformatic talents! I now have a basic question about genetic mutation. Can this variable be correlated with other data, like expression data? From my understanding, if the mutation data is quantifiable, then I can correlate with other omics data. Can you kindly give a comprehensive explanation please?

sequence next-gen genome • 857 views
ADD COMMENT
0
Entering edit mode

Qingyang Xiao why did you delete this post?

ADD REPLY
1
Entering edit mode
6.3 years ago

It would be better to build a logistic regression model with the no mutation, heterozygote mutation, and homozygote mutation as the y variable categories, and gene expression as the predictor variable (x). For example:

glm(Mutation ~ Gene1)

You could alternatively build a linear regression model with gene expression as the y variable and the mutation categories as the predictors. For example:

lm(Gene1 ~ Mutation)
ADD COMMENT

Login before adding your answer.

Traffic: 2550 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