I keep getting this error when trying to read my nanopore data
Checking file validity Reading Channel Data Reading Raw Data Reading Template Data Reading Complement Data Reading Template FASTQ Error in strsplit(strings, "\n") : non-character argument
This is the code I am using
library(IONiseR)
library(ggplot2)
library(gridExtra)
fast5files <- list.files(path = "C:/Users/Mike V/Downloads/upload/upload", pattern = ".fast5$", full.names = TRUE)
example.summary <- readFast5Summary( fast5files )
I have updated RStudio and made sure to update the package. Any help would be greatly appreciated.
Hi. Can you edit your post to include the output of the function
sessionInfo()
I'd like to check which version ofIONiseR
you're using as this should have been patched a while back.