```r > PeakError::PeakError(data.frame(chrom="chr1", V2=1, V3=2), data.frame(chrom="chr1", chromStart=1, chromEnd=2)) Error in `[.data.frame`(df, , col.name) : undefined columns selected ```