fastqcr
fastqcr copied to clipboard
Column `Length` can't be converted from numeric to character
Hi, I would like to plot FastQC data of multiple samples, but I encounter a problem with the qc_read_collection function (while the qc_read and qc_report functions work fine). Do you have any idea what is wrong?
Thanks for your help! Annabelle
qc.files <- list.files(qc.dir, full.names = TRUE)
samples<-(c("ERR158720_1_700kreads_HiSeq2k","SRR5909287_1_849kreads_MiSeq","SRR7748059_1_800kreads_HiSeq4k"))
qc <- qc_read_collection(qc.files, sample_names = samples)
Reading: /path-to/ERR158720_1_700kreads_HiSeq2k_fastqc.zip
Reading: /path-to/SRR5909287_1_849kreads_MiSeq_fastqc.zip
Reading: /path-to/SRR7748059_1_800kreads_HiSeq4k_fastqc.zip
Erreur : Column Length
can't be converted from numeric to character