Entering edit mode
                    Hi,
I have list of VCFs ,when i tried to unlist them ,i got this error
> vcf <- do.call(rbind,vcfList)
Error in validObject(.Object) : invalid class "GRanges" object:
    'seqlevels(seqinfo(x))' and 'levels(seqnames(x))' are not
    identical
Calls: do.call ... .unlist_list_of_GenomicRanges -> new ->
    initialize -> initialize -> validObject
In addition: There were 23 warnings (use warnings() to see them)
Execution halted
Any idea?
Thank youÂ
