radius-method: Radius

radius<-R Documentation

Radius

Description

Retrieve or set the content of the radius slot of an object of class Transcriptogram.

Usage

radius(object) <- value

radius(object)

## S4 replacement method for signature 'Transcriptogram'
radius(object) <- value

## S4 method for signature 'Transcriptogram'
radius(object)

Arguments

object

An object of class Transcriptogram.

value

An non-negative integer referring to the window radius required for some methods.

Value

This method returns the content of the radius slot of an object of class Transcriptogram.

Author(s)

Diego Morais

See Also

Hs900, association, transcriptogramPreprocess, transcriptogramStep2, orderingProperties

Examples

transcriptogram <- transcriptogramPreprocess(association, Hs900, 50)
radius(transcriptogram) <- 80
radius(transcriptogram)


arthurvinx/transcriptogramer documentation built on March 21, 2023, 9:15 a.m.