convert_gtf_to_granges

Reads a GTF file into a GRanges object and saves the object as an RDS file.

module

Inputs

Channel nameDescriptionType
optA map of task-specific variables.map
tagA unique identifier to use in the tag directive.string
genomeName of the genome, eg “mm10 + GFP”. This is used to create the Seqinfo object.string
gtfPath to the GTF file.file
faiPath to a FastA index file for the genome that the GTF is relevant to. This is used to create the Seqinfo object.file

Outputs

Emission nameDescriptionTypeFilename pattern
optA map of task-specific variables.map
taskYAML-formatted file of task parameters and software versions used by the task.filetask.yaml
grangesRDS obejct of a GRanges object.filegranges.rds

Tools

genomicranges

The GenomicRanges package defines general purpose containers for storing and manipulating genomic intervals and variables defined along a genome.

DOI Homepage Documentation Source

r

R is a free software environment for statistical computing and graphics.

Homepage Documentation