IRanges パッケージは初めてで、IRange の最終値を取得するのに問題があります。start と width の値を問題なく取得できたので、少し困惑しました。大文字と小文字の区別や end のスペルはヘッダー行と一致しています。他の誰かがこれに遭遇しましたか、それとも私が間違っていることを見つけてもらえますか? ありがとうございます。
library(IRanges)
> test=IRanges(100645,100664)
> test
IRanges of length 1
start end width
[1] 100645 100664 20
> test@start
[1] 100645
> test@width
[1] 20
> test@end
Error: no slot of name "end" for this object of class "IRanges"