The goal of lasertrapr is to automate the analysis of laser trap data. The app is still being heavily developed, end-users should proceed with caution. For more information and the official documentation refer to the website.
Several peer-reviewed research articles have used either this app for some analyses or prior versions of the codebase:
-
A mutation in switch I alters the load-dependent kinetics of myosin Va
-
Myosin's powerstroke occurs prior to the release of phosphate from the active site
-
Positional Isomers of a Non-Nucleoside Substrate Differentially Affect Myosin Function
-
Modeling thick filament activation suggests a molecular basis for force depression
Current stable version will be hosted on my drat repo. Note, this will install a very old version from 2022.
# install.packages("drat")
drat::addRepo("brentscott93")
install.packages("lasertrapr")You can install the most recent developmental version of lasertrapr from GitHub with:
# install.packages("devtools")
devtools::install_github("brentscott93/lasertrapr")Note: This will install a random snapshot from my last commit. A new more recent "drat" version will be added soon.
We are in the process of submitting for publication. After reviewer recommended changes are made we can make a stable release in the "drat" repository.
