Learn R Programming

inSilicoDb (version 2.8.0)

getCurationInfo: Get the available curations for a dataset

Description

Get the information about different curations for a given dataset.

Usage

getCurationInfo(dataset);

Arguments

dataset
Valid dataset identifier: the GEO or InSilico DB accession code.

Value

Messages describing the curations are printed.

Examples

Run this code
getCurationInfo("GSE4635");
##  INSILICODB: 5 curations found.
##
##  INSILICODB: ============================================
##  INSILICODB:  curation id: 14926   (preferred)
##  INSILICODB: ============================================
##  INSILICODB:  curator:   Virginie de Schaetzen
##  INSILICODB:  date:      2011-12-13
##  INSILICODB:  keywords:  Age, Sex, Anatomical Site,
##                          Cell Type, Smoker,Ethnicity,
##                          Cigarette Consumption (pack/years),
##                          platform
##  INSILICODB: 
##  ...

Run the code above in your browser using DataLab