Warning: Error in fread: is.logical(header) && length(header) == 1L is not TRUE
I am using An R package for analysis of copy number variations (CNV) from RNA-seq data.
While running the shiny app after uploading the config file and metadata file I am getting the following error for my vcf file.
Reading in vcf file..
Warning: Error in fread: is.logical(header) && length(header) == 1L is not TRUE
Kindly help to resolve this issue.
• 1,586 views
•
link
0 answers
No answers yet.
Log in to answer this question.
This is more relevant as an issue at GitHub:
Thanks for the reply. I will raise this issue over there.