radius<- | R Documentation |
Retrieve or set the content of the radius slot of an object of class Transcriptogram.
radius(object) <- value
radius(object)
## S4 replacement method for signature 'Transcriptogram'
radius(object) <- value
## S4 method for signature 'Transcriptogram'
radius(object)
object |
An object of class Transcriptogram. |
value |
An non-negative integer referring to the window radius required for some methods. |
This method returns the content of the radius slot of an object of class Transcriptogram.
Diego Morais
Hs900, association, transcriptogramPreprocess, transcriptogramStep2, orderingProperties
transcriptogram <- transcriptogramPreprocess(association, Hs900, 50)
radius(transcriptogram) <- 80
radius(transcriptogram)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.