predicting age and gender by using geneexpression
1
1
Entering edit mode
5.2 years ago

I am trying to predict age and gender at same instance by using geneexpression (Python Programming). For age, I am using regression algorithm and for gender, I am using classification algorithm. I am trying to combine both algorithm in Neural network but not sure how to do that. If anyone have example or link for the mentioned problem. Thanks

Below are sample data: https://drive.google.com/open?id=1_TMySl3FEnxqO7k4qFrDFQzW9TsVULCL

python neural-network • 1.7k views
ADD COMMENT
0
Entering edit mode

What was the AUC from your age regression model?; what was the shrunk r-squared value after cross-validation?; what was the AUC from the gender 'classification' algorithm?; Why a 'neural network' for combining these?

Last, but not least: what have you already tried / researched?

ADD REPLY
0
Entering edit mode

FYI: Also posted on stackexchange.

ADD REPLY
2
Entering edit mode
5.2 years ago

You don't need a fancy classification system for your prediction of gender. You need some biological knowledge. I'll lazily refer to my blog where I described a method for determining the sex based on trancriptomics.

ADD COMMENT
0
Entering edit mode

For sex prediction I use massiR package. I had sex data on each sample, so I tested how it works - for my case it predicted everything correctly.

ADD REPLY
0
Entering edit mode

Seems that only uses the presence or absence of Y-chromosome expression? But can it identify a patient with Klinefelter syndrome? ;-)

ADD REPLY
0
Entering edit mode

I think, no ;-) But in general it worked for me, so in cases when you know your samples (e.g. healthy humans) it works nicely. I will definitely check your post.

.

ADD REPLY

Login before adding your answer.

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