CTSSclusteringMethod: Get /set CTSS clustering method

Description Usage Arguments Author(s) See Also Examples

Description

Returns or sets the name of the method that was used make tag clusters from the CTSSs of a CAGEr object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
CTSSclusteringMethod(object)

## S4 method for signature 'CAGEset'
CTSSclusteringMethod(object)

## S4 method for signature 'GRangesList'
CTSSclusteringMethod(object)

## S4 method for signature 'CAGEexp'
CTSSclusteringMethod(object)

CTSSclusteringMethod(object) <- value

## S4 replacement method for signature 'CAGEset'
CTSSclusteringMethod(object) <- value

## S4 replacement method for signature 'GRangesList'
CTSSclusteringMethod(object) <- value

## S4 replacement method for signature 'CAGEexp'
CTSSclusteringMethod(object) <- value

Arguments

object

A CAGEr object.

value

character

Author(s)

Vanja Haberle

Charles Plessy

See Also

clusterCTSS

Other CAGEr accessor methods: CTSScoordinates, CTSScumulativesTagClusters, CTSSnormalizedTpm, CTSStagCountTable, CTSStagCount, GeneExpDESeq2, GeneExpSE, consensusClustersGR, genomeName, inputFilesType, inputFiles, librarySizes, sampleLabels, seqNameTotalsSE, tagClusters

Other CAGEr clusters functions: CTSScumulativesTagClusters, CustomConsensusClusters, aggregateTagClusters, clusterCTSS, consensusClustersDESeq2, consensusClustersGR, cumulativeCTSSdistribution, plotInterquantileWidth, quantilePositions, tagClusters

Examples

1
2

CAGEr documentation built on Jan. 17, 2021, 2 a.m.