This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ChIPseeker Warning Message

I'm using ChIPseeker and I'm getting the following warning. The package still runs and an output file is generated but I'd like to know what this is telling me -

enter image description here

chipseeker

1 answer

That happens when you merge or compare GRanges objects that have different chromosomes in it. Either your input or the content from org.Mm.eg.db adds these random and unplaced contigs and this triggers the warning. You can ignore that.

Great. Thank you :)

Log in to answer this question.