R/get_data.R

Defines functions getHCOP getMSigDB

Documented in getHCOP getMSigDB

#' get the latest data from the MSigDB website
#'
#'
#'
#'
#'

getMSigDB <- function(){

}

#' get the latest data form the HCOP website
#'
#' @param species
#'
#' @param saveto
#'

getHCOP <- function(species = 'mouse', saveto){


}
TamasKiss26/MSigDBOrthology documentation built on May 26, 2020, 1:25 a.m.