I have calculated the ROH with the sliding runs and consecutive runs but I am unable to plot any of the results. I get this error "Error: Not compatible with requested type: [type=character; target=integer]." every time I try to plot. For example
plot_manhattanRuns(slidingRuns, genotypeFilePath, mapFilePath, savePlots = FALSE,
outputName = NULL, plotTitle = NULL)
topRuns <- tableRuns(
runs = slidingRuns, genotypeFile = genotypeFilePath, mapFile = mapFilePath,
threshold = 0.7)
And nothing for others. I must say that the chromosomes are not conventional ones (CAJHJT010000001.1.CAJHJT010000034.1 and the likes).
Any help would be highly appreciated.