-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reporting initial result of data analysis #24
Comments
@kicheolkim It seems CIS and RR has DiseaseDuration difference significantly (notebook link), so if we find features that are relevant to early and late markers by using DiseaseDuration, those might be differential expressed genes between RR and CIS. Do you think CIS and RR have actual meaning for the early and late stages of MS? for example, CIS might be really the early stage of MS and RR for the medium stage. |
@swiri021 I don't think RR can consider as a middle of the stage. As far as I know, in clinics, CIS is just experienced the first time neurodegeneration. If the patient had an attack again, it considers as the RR stage. A patient can have more attacks or have no more attacks after the CIS stage. That's why I think the data is good for disease mechanisms study but may not be good for diagnostic biomarkers. |
|
wow... it's very interesting... |
Activation score is calculated by gene-sets(gene signatures), and DEG is one list of DEG as you know... So, here, DEG model is using one gene as one features and Activation Score model is using one pathway score as one feature. |
I think this may occur because of features numbers, and I downed DEG fold change threshold to 0.58(1.5 fold) and performance is better than 2 fold threshold. But still, the activation score model has narrower discrepancies of AUC between validation-set and test-set. Anyway, I am going to dig pathway features deeply. |
So, the activation score is based on pathways, and the gene set is from DEG (DESeq2 results)? |
Yes, we have a list of pathways, and the activation score was calculated by using MSigDB. Additionally, I will let you know if we have more interesting points here. |
@kicheolkim @lacuss I got a weird signal in the data: Notebook link |
So…I looked up about MS at Mayo clinic website. Seems that “Sex-Women are more than two to three times as likely as men are to have relapsing-remitting MS” Maybe this is the reason? Should dig up more about the correlation I think. |
Yeah, I have seen a similar review paper: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3707353/ , but still, we can't say that RR and CIS could be related on sex factor because of the case number. Any thought? @kicheolkim do we need to go some further with gender information? Top pathways are here(for that clustering): RUNNE_GENDER_EFFECT_UP
|
|
These genes are outliers to cluster male and femal. When these genes removed from the list, clustering by Sex has been completely gone. Let me know if these genes are interesting or need more investigation. (Sorry for not converting EntrezID)
|
|
As we expected, all of genes are Y-linked |
Sorry for the late reply. I was busy becoming a father this week :) |
No description provided.
The text was updated successfully, but these errors were encountered: