I finally got around to reading Ralph Vince’s latest The Leverage Space Trading Model (for a brief summary see this magazine article in Futures), and I’m happy to say that the book was very helpful in approach and example. I especially enjoye...
Yesterday I tried to insert some more R code into knime. scatterplot smoothed density library("geneplotter") ## from BioConductor require("RColorBrewer") ## from CRAN x1 <- matrix(rnorm(1e4), ncol=2) x2 <- matrix(rnorm(1e4, mean=3, sd=1.5...
So today I’m going to follow another R-course which is supposed to tell me more about Flowcytometry in R. I’ll keep you up to date
The version 0.22 of solaR includes a new method, mergesolaR. It is designed to merge daily time series of several solaR objects. For example, we can obtain the daily irradiation of the whole set of meteorological stations of Madrid (Spain) and use this information to calculate the productivity of a grid connected PV system. It 
Part 1. Finding alpha. The first question to resolve in Exercise 3 is to pick a good learning rate alpha. This require making an initial selection, running gradient descent and observing the cost function. Read More: 221 Words Totally
Recently I wrote a couple of small functions as a result of work done by myself and others in my lab group. The first is a function that determines what sites in a sequence alignment are ambiguous (i.e. not A, G, C or T).
require(ape)This function utilises the bit-level coding scheme that...
data(woodmouse)
is.ambig x bases ambig ambig > 0
}
is.ambig(woodmouse)
Recently I wrote a couple of small functions as a result of work done by myself and others in my lab group. The first is a function that determines what sites in a sequence alignment are ambiguous (i.e. not A, G, C or T).
require(ape)This function utilises the bit-level coding scheme that...
data(woodmouse)
is.ambig x bases ambig ambig > 0
}
is.ambig(woodmouse)