Description Usage Arguments See Also Examples
Get or set the score value contained in an object.
1 2 |
x |
An object to get or set the score value of. |
... |
Additional arguments, for use in specific methods. |
value |
The score value to set on |
showMethods
for displaying a summary of the
methods defined for a given generic function.
selectMethod
for getting the definition of
a specific method.
score,GenomicRanges-method in the
GenomicRanges package for an example of a specific
score
method (defined for GenomicRanges
objects).
BiocGenerics for a summary of all the generics defined in the BiocGenerics package.
1 2 3 4 5 6 7 8 9 10 11 12 13 | score
showMethods("score")
`score<-`
showMethods("score<-")
library(GenomicRanges)
showMethods("score")
selectMethod("score", "GenomicRanges")
showMethods("score<-")
selectMethod("score<-", "GenomicRanges")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.