posts


a place to vent

Inference of Causality from Correlations

The source for this post is available here Intro & Motivation Yes, there is a mantra, that causality can not be inferred from correlation. No doubt if A correlates with B, it is generally impossible to say if A or B is the cause. Moreover there can be... [Read More]

An Overlooked Regression - Total Least Squares

The source for this post is available here Intro & Motivation When someone needs to perform a linear regression, the first thing that comes to mind is lm function from the the stats R package. However, this linear model relies on assumption that the... [Read More]

Non-Standard Evaluation in R

Non-standard evaluation (NSE) in R is a topic that unfairly not discussed as much as it should. At least understading NSE helps to better understand how R works. At this point this post is a stub with collection of links to the scarse decent resources on this topic. <a... [Read More]

Checklist for Peer Review

items that I pay a particular attention to

Different peer reviewers pay attention to different thing in the manuscripts. Here is what I care about and pay a particular attention to. Is the ‘omics data uploaded into any of the public repositories (e.g. PRIDE)? Is the statistical analysis done correctly and the corresponding claims and conclusions of... [Read More]

Lotka-Volterra Model

forward and reverse ODE problem solving in R

Intro Lotka-Volterra is a small model that describes a number of biological processes. Perhaps the most know example is describing the populations of prey and predator specie. Although the model is (as low as 2 ODE) it possesses some interesting properties that makes it challending and interesting to... [Read More]

Testing R

How to make an R post with a graph

I am planning to post quite a few things on computation and R. This is a basic post that demonstrates the capability. the .Rmd file is created as usual. It should be in /blog/_R folder Run _knitposts.R from the main directory of the... [Read More]

T-test 101

What is t-test and why it works

The source code of this post is right here. T-test is one of the basic tests used in biology (and perhaps most others scientific disciplines). However, it is not always interpreted correctly. Hopefully, this small demo will help understanding what the t-test is and what question is answers. Let’s... [Read More]

Hello World

one day this gotta happen

It did really feel that I need a place on the web for self-expression. I think I can add some value with my posts of my biomedical research, R, computational biology and perhaps math in general. As an acknowledgement I’d like to point out a few folks & sites that... [Read More]