minfi read.metharray.sheet error
1
0
Entering edit mode
@21282318
Last seen 15 months ago
United Kingdom

Hi I am new to using bioinformatics to analyse methylation array data, I am trying to get my data set into a data frame to create a summarized experiment. I have used the read.metharray.sheet function, however I keep getting an error that I am not sure how to resolve.

targets <- read.metharray.sheet(dataDirectory,pattern = run_1) Error in read.metharray.sheet(dataDirectory, pattern = run_1) : 'base' does not exists

This is the csv file and the idat files that I am using.

Idat files csv file

Any help is appreciated thank you!,

minfi • 979 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 1 hour ago
United States

The error you see is indicating that the directory you are pointing to does not exist.

> read.metharray.sheet("thisdirdoesnotexist")
Error in read.metharray.sheet("thisdirdoesnotexist") : 
  'base' does not exists

You have to provide the correct path to the csv file.

ADD COMMENT

Login before adding your answer.

Traffic: 1026 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