getCurationInfo: Get the available curations for a dataset

Description Usage Arguments Value Examples

Description

Get the information about different curations for a given dataset.

Usage

1
getCurationInfo(dataset);

Arguments

dataset

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

Value

Messages describing the curations are printed.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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: 
##  ...

inSilicoDb documentation built on Oct. 5, 2016, 4:40 a.m.