Query details of samples with GTEx IDs

xQTLquery_sampleBySampleId(
  sampleIds,
  recordPerChunk = 150,
  pathologyNotesCategories = FALSE
)

Arguments

sampleIds

A character vector or a string of sample ID.

recordPerChunk

(integer) number of records fetched per request (default: 200).

pathologyNotesCategories

Default: pathologyNotes info is ignored.

Value

a data.table object of samples' information.

Examples

sampleIds <- c("GTEX-11NUK-0011-R4a-SM-DO12B", "GTEX-11ONC-0011-R4b-SM-DO93H",
               "GTEX-11DXY-0526-SM-5EGGQ", "GTEX-13OVJ-1026-SM-5IFGI")
sampleInfo <- xQTLquery_sampleBySampleId(sampleIds)