使用TCGAbiolinks的GDCQuery_clinic
函数时遇到报错:
Error in set(x, j = name, value = value) :
Supplied 185 items to be assigned to 318 items of column 'submitter_id'. If you wish to 'recycle' the RHS please use rep() to make this intent clear to readers of your code.
中文版报错为:
错误于set(x, j = name, value = value):提供了 185 个项目,分配给“submitter_id”列的 318 个项目。如果您希望“回收”RHS,请使用 rep() 让代码读者清楚地了解此意图。
解决方案:使用以下代码重新安装TCGAbiolinks包:
remotes::install_github("https://github.com/BioinformaticsFMRP/TCGAbiolinks",ref = "devel")