Skip to content

Clinical data are empty #70

@bioinfo-dirty-jobs

Description

@bioinfo-dirty-jobs

I use
GenomicDataCommons::status() $commit [1] "e588f035feefee17f562b3a1bc2816c49a2b2b19" $data_release [1] "Data Release 16.0 - March 26, 2019" $status [1] "OK" $tag [1] "1.20.0" $version [1] 1
I use this script for retrive some clinical information:


id="TCGA-LAML"

dati2b=files() %>% filter( ~ cases.project.project_id == id &
                             data_type == "Gene Expression Quantification" &
                             analysis.workflow_type=="HTSeq - FPKM-UQ" & cases.samples.sample_type =='Primary Blood Derived Cancer - Peripheral Blood') %>%   ids()


gdcdata(dati2b,progress=TRUE)
nome=paste("lista_download",id,"uidd.csv",sep="_")
write.csv2(as.data.frame(dati2),nome,row.names = F)
fnames <- dati2$file_name
List_files<-filenameToBarcode(fnames)
lnome=paste("lista_download",id,"uidd_download.csv",sep="_")
write.csv2(as.data.frame(List_files),lnome,row.names = F)


  case_id<-UUIDtoUUID(List_files$file_id, to_type = "case_id")
  
  
  
  
  GBM<-gdc_clinical(case_id$cases.case_id)

Many time the height and the weigth are empity. Why If use GDc from portal I found this information...?
What I made wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions