Description Usage Arguments Value Author(s) Examples
View source: R/readTrackMateXML.r
read TrackMate XML output files
1 | readTrackMateXML(XMLpath, multiCore = TRUE)
|
XMLpath |
path to the xml file |
multiCore |
use multi-cores (boolean) |
data frame
JuG
1 2 3 4 5 6 7 | xmlPath <- "/Users/jgodet/Seafile/MaBibliotheque/Code/TrackMate/nmeth.2808-sv1.xml"
system.time(
data <- readTrackMateXML(XMLpath = xmlPath)
)
data <- readTrackMateXML(XMLpath = xmlPath, multiCore = FALSE)
data$jump<-jump(data, spaceRes=1)
hist(data$jump, breaks=150)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.