T-Wisse / MEP_Thomas

This repository serves as the documentation platform for my MEP in TU Delft.
1 stars 0 forks source link

A detailed plan for 08/12/20 #7

Open T-Wisse opened 3 years ago

T-Wisse commented 3 years ago

In the meeting of 01/12 we said I would have a more detailed plan the coming meeting. I am thinking about what this plan would look like and what it should contain. I think it should resemble a clear and concise summary of my approach and goals for the coming time, say until I start in the lab.

It should have the exact data I want to use listed and where it comes from, (such as the list of genes associated with GO slim terms from yeastmine). Then it should also explain how I will use that data, which will first be looking for functional modules in which there is a strong correlation of multiple attributes (such as common number of go terms) with the type of genetic interaction by using your code. Once I have one or more modules to work with I will create predictions of the type of genetic interaction between 2 genes based on these attributes and check how well that works.

For the prediction part I am still not sure what would be a good way to do it. I think a classifier trained for a specific module may work but if you have other suggestions they are very welcome. Do you feel like this is what Liedewij has in mind and if anything is missing/should be different?

leilaicruz commented 3 years ago

yes I think what is useful are bullet points of specific tasks that obey certain goal you have in mind (not a super polish goal , just something that have a minimum of sense). Also the more concise the tasks are , the more easy is to test them afterwards. When doing your plan keep things simple and concise .

leilaicruz commented 3 years ago

Can you publish the plan you discuss with Liedewij here? and we can later in the meeting go through it to see how useful it was to you :)

T-Wisse commented 3 years ago

planDecember This was it. I think it was already ambitious but I also overestimated my python skills, so I did not get as far as I hoped

leilaicruz commented 3 years ago

Write here a reflection on what you did from the plan and the learning you got from these activities. What you did not achieve , and why. And what would be your next steps in the short term , based on the scope of your project. With the discussion of this reflection we will close this issue.

T-Wisse commented 3 years ago

Reflection

Achieved

Not achieved

Why not achieved

What have I learned

Next steps

leilaicruz commented 3 years ago

I created 2 lists of genes which make up functional clusters based on a common GO term. One for cell polarity and one for protein folding. More functional clusters can be made simply by editing the GO term in the script and running the script. With that the first step is complete. I used attribute data on GO terms and common interactors that was already downloaded. I plotted pairplots of attribute data vs interaction type. Both for individual genes and for all genes in the cluster.

leilaicruz commented 3 years ago

Find a way to determine correlations between features and interaction type (discuss with Leila/someone else who might have ideas about hwo to do this)

This was an exercise for you to get acquainted with the topic and to also train python skills on a relevant topic, yet I understand is complicated.

I have scripts that do some correlations with common interactors and interaction type, and with common protein domains and synthetic lethality interaction , that maybe give you ideas , but remember this is all in the context of finding which genes relationships that can be known in advance can be useful to predict their interaction type , for example synthetic lethality.