kdahlquist / GRNmap

Gene Regulatory Network modeling and parameter estimation
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Data Analysis Team tasks for Week of 11/28 #292

Closed kdahlquist closed 7 years ago

kdahlquist commented 7 years ago

The tasks for this week:

khorstmann commented 7 years ago

Gathered the stats for unweighted and weighted for CIN5, GLN3, HAP4, ZAP1, and Wild Type GephiOutputsFall16.pptx Saved all outputs (weighted on paradoxus, unweighted on boulardii 2) as Excel sheets.

maggie-oneil commented 7 years ago

Researched the equations and definitions for the statistics models that Gephi uses in it's outputs. Statistics Models Used in Gephi.pptx Saved weighted output tables on paradoxus

bklein7 commented 7 years ago

For #241, I generated the 16 new output sheets. There was a minor discrepancy in these outputs, run using the beta version of GRNmap, so I have held off on uploading the new files.

For #274, I made all requested changes and uploaded the a new version of the bar chart analysis PowerPoint Presentation. Moving forward, I can add the new CIN5 model run data to the charts. I did not see the output sheets for these runs uploaded to the Dahlquist Lab repository yet though and am also wondering if both network size results should be included.

More details on my work from this week can be found in comments on #241 and #274.

maggie-oneil commented 7 years ago

Looked into the outputs we were getting for the strongly connected component statistic, and basically the number widely varies because it's looking at the maximum number of vertices that are needed to have directed connections between two vertices. The sources I looked at describe it as being the "maximal set of vertices C ⊆ V such that for every pair of vertices u and v, there is a directed path from u to v and a directed path from v to u." https://goo.gl/Cvnv5K

Also looked more into the algorithm Gephi is using to calculate this statistic, and it's called Tarjan's strongly connected component algorithm. Here's the paper written by Tarjan on his algorithm - https://goo.gl/9SsU4V, and here's a link to the code Gephi uses, which can be found on GitHub https://goo.gl/lzWSLp

kdahlquist commented 7 years ago

@maggie-oneil, the links in your last comment are broken, can you fix them? You can edit a previously made comment by clicking on the pencil icon. Thanks.

kdahlquist commented 7 years ago

Open tasks moved to Issue #303.