Hi,
Thanks for getting back. My file has headers. I am also able to read the file. This is what I get after doing str(H3K27me3_Rep1)
> str(H3K27me3_Rep1)
'data.frame': 14275 obs. of 5 variables:
$ ï..chr: chr "chrI" "chrI" "chrI" "chrI" ...
$ start : int 624 37913 44456 45428 55598 56728 58907 119676 122471 138332 ...
$ end : int 1212 38522 44729 45776 56205 57172 60163 121109 122871 139406 ...
$ length: int 589 610 274 349 608 445 1257 1434 401 1075 ...
$ qvalue: num 5.02 3.62 2.5 2.54 3.76 ...
Please use the formatting bar (especially the

codeoption) to present your post better. You can use backticks for inline code (`text` becomestext), or select a chunk of text and use the highlighted button to format it as a code block. If your code has long lines with a single command, break those lines into multiple lines with proper escape sequences so they're easier to read and still run when copy-pasted. I've done it for you this time.Thanks for pointing it out. I didn't know.