简体   繁体   English

打开DICOM文件R找不到目录

[英]Open DICOM file R can not find directory

I have just started to use R. I am trying to operate with dicom file format. 我刚开始使用R。我正在尝试使用dicom文件格式。 I already installed oro.dicom but still can not open the file and its header... 我已经安装了oro.dicom,但仍然无法打开文件及其头文件...

From my interactive session: 从我的互动环节:

>list.files("P:Desktop/Daten/TCM_extract/R_Files/Data/DICOM")
[1] "Exam 1"          "neck_bradon.dcm"


>neck <- readDICOM (neck_bradom)
Error in list.files(path) : object 'neck_bradom' not found

>neck <- readDICOM (neck_bradon)
Error in list.files(path) : object 'neck_bradon' not found

>neck <- readDICOM (neck_bradon.dcm)

Where should .dcm files be located? .dcm文件应.dcm哪里? Why doesn't this program did not see it? 为什么该程序没有看到它?

您是否只是在“ P:”和“ Desktop”之间缺少斜线?

>list.files("P:/Desktop/Daten/TCM_extract/R_Files/Data/DICOM")

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM