As scientists make biological models, it is difficult to create frameworks of mathematics and formula’s around it. Usually this requires significant customization for each model. Dr Sorger’ Lab has developed a Python framework for creating systems biology models. These translate the equations to the models and allow a tedious task to be significantly simplified by using Python as a language to simplify the mathematics. PySB is an open source framework that works with other languages like BioNetGen and Kappa and allows the models developed with PySB to be reused and developed. Being Python, PySB works other libraries like SciPy, NumPy and SymPy and makes model development easier. Look up the link below for more information.
Similar Posts
Measure heart rate with WiFi
Heart rate monitors have been used to measure the heart rate during sports and other activity. They have also been used to measure serious medical conditions. Smart watches these days make it very easy to measure heart rate and almost all of them perform the measurement. However, they require contact with the skin or body….
New Data analysis estimates Heart attack risk
To estimate risk of a disease, the earliest method that scientist used were epidemiological data analysis. For example, in the 1950’s they found that smokers got an increased incidence of lung cancer. It took the society nearly 3 decades before it was generally accepted and warnings started being issued but that is another story. Currently,…
Culturomics and Computational Lexicology data mining techniques.
Computational lexicology methods try to understand human behavior, cultural norms through analysis of texts. These methods try to enlist the usage of words through the years and conclude what has changed in human behavior over the years. There have been various studies done, one in particular in which Harvard scientists showed that nearly 50% of…
Mobile tools for analytics- charting and graphing on the road with Android
When you have a business website, it is important to track visitors, the places they visit, the hits you get and other analytics that tell you more about whether your content is relevant and whether there is information that is useful to visitors or customers. Most companies make it a part of their daily, weekly…
Searching for datasets
For anything Artificial Intelligence or Machine Learning, datasets are important and sometimes to tune the algorithms requires a dataset that is useful and valid.One search tool that many use is called “GOOGLE” but there is a specific link to search for datasets. https://datasetsearch.research.google.com/ Another site talks about the background of google search engine and other…
Intraclass coefficient and Clinical Trials
One technique that is used to compare two groups in statistics is to measure whether they are correlated or not – for example, if you are trying to correlate whether food consumption and weight gain are related to each other. There are several tests to tell you whether that is true or not. However, it…