What is wrong with my scripts?
2
0
Entering edit mode
1 day ago
nuorain ▴ 30

Hi, I have checked with ChatGPT but got no clue. Can anyone help me with this? Thank you very much.

# Prepare the clinical data
> clinical_data <- GDCprepare_clinic(query_clinical, clinical.info = "patient")
  |============                                                            |  17%Error in read_xml.character(xmlfile) : 
  Start tag expected, '<' not found [4]
> 
R GDC TCGAbiolinks Bioconductor • 253 views
ADD COMMENT
2
Entering edit mode
1 day ago
Ming Tommy Tang ★ 4.4k

add data.format="bcr xml" in the GDCquery()

ADD COMMENT
0
Entering edit mode

Thank you so much. It works now.

ADD REPLY
1
Entering edit mode
1 day ago

an input file is not a valid XML file.

ADD COMMENT
0
Entering edit mode

Thank you for your comments.

ADD REPLY

Login before adding your answer.

Traffic: 1175 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6