CTSSnormalizedTpm: Extracting normalized CAGE signal for TSSs from CAGEr objects

Description Usage Arguments Value Author(s) See Also Examples

Description

Extracts the normalized CAGE signal for all detected TSSs in all CAGE datasets from CAGEset and CAGEexp objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
CTSSnormalizedTpm(object)

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

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

CTSSnormalizedTpmDf(object)

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

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

CTSSnormalizedTpmDF(object)

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

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

CTSSnormalizedTpmGR(object, samples)

## S4 method for signature 'CAGEr'
CTSSnormalizedTpmGR(object, samples)

Arguments

object

A CAGEset or CAGEexp object.

samples

The name of sample(s) as reported by sampleLabels(object), or the number identifying the sample(s).

Value

CTSSnormalizedTpm returns a data.frame containing coordinates and normalized CAGE signal supporting each TSS (rows) in every CAGE dataset (columns).

CTSSnormalizedTpmDf returns a data.frame of normalised expression values.

CTSSnormalizedTpmDF returns a DataFrame of normalised expression values.

Author(s)

Vanja Haberle

See Also

normalizeTagCount

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

Examples

1
2
3
4
5
6
7
8
9

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