Get information about all available platforms for the selected compendium, use get_available_compendia to check all the available compendia

get_platform_information(compendium = "vespucci")

Arguments

compendium

A string - the selected compendium

Value

A data.frame with five columns: accessId, name, description, source, type

Examples

info <- get_platform_information() dplyr::count(info, type, source)
#> type source n #> 1 microarray ArrayExpress 5 #> 2 microarray GEO 13 #> 3 microarray local 2 #> 4 rnaseq GEO 27 #> 5 rnaseq SRA 7