file_list <- list("./EPI1028EH_S291_L002_R.combined_mbias.tsv",
"./EPI1028EL_S292_L002_R.combined_mbias.tsv",
"./EPI1028FH_S293_L002_R.combined_mbias.tsv",
"./EPI1028FL_S294_L002_R.combined_mbias.tsv",
"./V0124H_S287_L002_R.combined_mbias.tsv",
"./V0124L_S288_L002_R.combined_mbias.tsv" ,
"./V0373H_S289_L002_R.combined_mbias.tsv" ,
"./V0373L_S290_L002_R.combined_mbias.tsv")
sample_ids <- c('EPI1028EH','EPI1028EL','EPI1028FH',"EPI1028FL",
"V0124H",'V0124L','V0373H','V0373L')
myobj=methRead(file_list,
sample.id= sample_ids,
treatment = c(1,1,1,1,1,1,1,1),
assembly = 'sminiatus',
context="CpG")
(treatment)) I get multiple FALSE outputs, but I can't seem to figure out how to fix it. Ideally I could just eliminate the treatment vector entirely (it's not needed in my case) but any solution would be appreciated.