https://github.com/ctlab/phantasus
Revision 5955ad7dfa2b80f0a1cbe4e5a0e8783e074a3b0f authored by Alexey Sergushichev on 26 April 2018, 07:47:57 UTC, committed by Alexey Sergushichev on 26 April 2018, 07:47:57 UTC
1 parent ee409c7
Raw File
Tip revision: 5955ad7dfa2b80f0a1cbe4e5a0e8783e074a3b0f authored by Alexey Sergushichev on 26 April 2018, 07:47:57 UTC
Fix for enrichr and https
Tip revision: 5955ad7
es-data.R
#' Example dataset
#'
#' Small slice from GSE27112-GPL6103 for
#'     runnable examples.
#'
#' @docType data
#'
#' @usage data(es)
#'
#' @examples
#' \dontrun{
#' data(es)
#' performKmeans(es, k = 2)
#' }
#'
"es"
back to top