if (FALSE) {
## Read tracks from immunemap online
input <- parse.immap.json( url = "https://api.immunemap.org/video/14/tracks" )
meta.df <- get.immap.metadata( input )
## Repeat but ignore also the 'color' column:
exclude <- c("points", "cellTypeObject","date", "color")
meta.df <- get.immap.metadata( input, exclude.names = exclude )
}
Run the code above in your browser using DataLab