https://github.com/ctlab/phantasus
Tip revision: bc3f225ce88fe6137237e5f248b11f1daaf3dd1e authored by Alexey Sergushichev on 07 August 2018, 12:34:59 UTC
update static
update static
Tip revision: bc3f225
probeDataset.R
probeDataset <- function (es, indices) {
response <- list()
response[['dims']] <- dim(exprs(es))
response[['fvarLabels']] <- colnames(fData(es))
response[['probe']] <- exprs(es)[indices]
jsonlite::toJSON(response)
}