inputFilesType: Input file formats for CAGEr objects

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Get or set the information on the type of CAGE data input files from CAGEset and CAGEexp objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
inputFilesType(object)

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

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

inputFilesType(object) <- value

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

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

Arguments

object

A CAGEset or CAGEexp object.

value

A character vector with one file type per sample.

Details

The following input file types are supported:

Value

Returns the type of the file format of CAGE data input files, e.g. "bam" or "ctss". In the case of CAGEexp objects, the return value is character vector with one member per sample.

Author(s)

Vanja Haberle

Charles Plessy

See Also

getCTSS

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

Other CAGEr setter methods: genomeName, inputFiles, sampleLabels, setColors

Examples

1

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