rli012 / GDCRNATools

GDCRNATools: an R/Bioconductor package for integrative analysis of lncRNA, miRNA and mRNA data in GDC
Apache License 2.0
67 stars 41 forks source link

Error while using gdcClinicalMerge #5

Closed ZhangQiuxue closed 5 years ago

ZhangQiuxue commented 5 years ago

I download clinical data fellowed the GDCRNATools Manual I got a error when using gdcClinicalMerge(). The error is like this:

> clinicalDa <- gdcClinicalMerge(path = clinicaldir, key.info = TRUE)
############### Merging Clinical data ###############

Error in apply(t3, 2, function(v) max(as.numeric(v))) : 
  dim(X) must have a positive length
Jialab-UCR commented 5 years ago

@ZhangQiuxue The bug has been fixed and please install the newest version. Thanks

ZhangQiuxue commented 5 years ago

OK ,Thanks