survminer
survminer copied to clipboard
Error in `.rowNamesDF<-`(x, value = value) : 'row.names' length is incorrect
When I prepare to analyze the data of TCGA, there is a problem:
GDCdownload(query_TranscriptomeCounts.2) Downloading data for project TARGET-AML Of the 3182 files for download 3165 already exist. We will download only those that are missing ones. GDCdownload will download 17 files. A total of 71.932978 MB Downloading as: Sun_Mar_26_21_31_16_2023.tar.gz Downloading: 19 MB
GDCdownload(query_TranscriptomeCounts.2, method = "api") Downloading data for project TARGET-AML Of the 3182 files for download 3182 already exist. All samples have been already downloaded TranscriptomeCounts <- GDCprepare(query_TranscriptomeCounts.2) |=============================================================================|100% Completed after 8 m Starting to add information to samples Adding description to TARGET samples => Add clinical information to samples Error in.rowNamesDF<-
(x, value = value) : 'row.names' length is incorrect.
How to solve this problem? I need your help!