Hello,
I am having the following issue with the methRead function, and have outlined my steps to get to this position thus far.
1. Received .tar.gz file
2. unzipped file includes 16 CX_report.txt files analyzed using Bismark
3. used the awk command line to filter the files, specified to only CpG sites
While using methRead, I am getting the following error on my .filter.txt files:
Although, I do provide sample.ids and assembly in the command line, which is: myobj.all=methRead(filelist,
sample.id=as.list(
sample.id),assembly= "mm10",pipeline="bismarkCytosineReport",treatment=c(1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0))
Here is what each of the filter.txt files look like:

Thanks very much.
Jenny