get raw data for a particular sample

get_raw_data(compendium = "vespucci", sampleId = NULL, useIds = TRUE)

Arguments

compendium

A string - the selected compendium

sampleId

A string - either sampleId or sampleName

useIds

A logical (TRUE as default) - It allows using sampleName

Value

A data.frame with five columns: biofeatures_id, biofeatures_name, biofeatureReporters, values, valueType

Examples

if (FALSE) { rd_01 <- get_raw_data(sampleId = "U2FtcGxlVHlwZToyMzQ=", useIds = TRUE) # MA rd_02 <- get_raw_data(sampleId = "GSM1551306.ch1", useIds = FALSE) # RNA-seq rd_03 <- get_raw_data(sampleId = "GSM287866.ch1", useIds = FALSE) # MA }