radius-method: Radius

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
3
4
5
6
7
8
9
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

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

transcriptogramer documentation built on Nov. 8, 2020, 8:17 p.m.