cgInfo: get info about a study

Description Usage Arguments Details Value Examples

View source: R/cgInfo.R

Description

get info about a study

Usage

1
cgInfo(cgds, cancer_study_id)

Arguments

cgds

object, output from the cgBase() function

cancer_study_id

string, the ID as given in the first column of the cgBase() printout

Details

uses cgdsr::getCancerStudies(cgds)

Value

nothing, but prints out two tables with information for the follow-up function

Examples

1
2
3
cgds <- cgBbase()
mystudy <- "laml_tcga"
cgInfo(cgds, mystudy)

ilwookkim/TCGANetwork documentation built on March 31, 2021, 4:03 p.m.