How to suppress the out-of-bound warnings in GenomicRanges function resize()
1
0
Entering edit mode
Frocha ▴ 20
@frocha-12039
Last seen 6.0 years ago

Since trim() will be used after the resize(), how to suppress the "out-of-bound" warnings in GenomicRanges function resize() ?

genomicranges resize • 958 views
ADD COMMENT
0
Entering edit mode
@herve-pages-1542
Last seen 15 hours ago
Seattle, WA, United States

By wrapping the call generating the warning inside suppressWarnings(). This is the standard way to suppress warnings in R. See ?suppressWarnings for more information.

Cheers,

H.

ADD COMMENT
0
Entering edit mode

Thanks for the reply!

ADD REPLY

Login before adding your answer.

Traffic: 1063 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6