Keegan Hines

smp: R package for single molecule photobleaching

Back in June, I published a paper on the analysis and interpretation of single molecule photobleaching data. At the time, the statistical methods I developed were written up in an R script that came along as supplemental material to the paper. In order to make the code more amenable to further development and to (hopefully) encourage others to get involved in the development of more sophisticated methods, I've created and R package, smp . It is currently not on CRAN, but lives in github .

It can be downloaded from github using the devtools package and then can be imported like any other R package.


library(devtools)
install_gitub('smp',username='keeganhines')
library(smp)

I've included an extensive tutorial on the use of this package which can be downloaded here.