project_ids: project_ids

Description Usage Format Examples

Description

A named character vector: mapping case_id (i.e., patient ID) to the TCGA project ID they belong to

Usage

1

Format

An object of class character of length 14551.

Examples

1
2
3
4
5
6
library(ExperimentHub)
eh <- ExperimentHub()
myfiles <- query(eh, "HarmonizedTCGAData")
project_ids <- myfiles[[2]]
# project_ids <- myfiles[['EH1015']]
head(project_ids)

BeautyOfWeb/HarmonizedTCGAData documentation built on May 28, 2019, 11:57 a.m.