Learn R Programming

CAGEr (version 1.14.0)

inputFilesType: Extracting type of input files from CAGEset object

Description

Extracts the information on the type of CAGE data input files from a CAGEset object.

Usage

inputFilesType(object)

Arguments

object
A CAGEset object

Value

Returns the label of the file type of CAGE data input files, e.g. "bam" or "ctss".

Examples

Run this code
load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))

inputFilesType(exampleCAGEset)

Run the code above in your browser using DataLab