write.gtf: Write GTF files to hard drive

Description Usage Arguments Author(s) Examples

Description

Write a data.frame fulfilling the GTF file format to your hard drive.

Usage

1
write.gtf(gtf.data, file.name = "file.gtf")

Arguments

gtf.data

a data.frame fulfilling the GTF file format.

file.name

name of the GTF file.

Author(s)

Hajk-Georg Drost

Examples

1
2
3
4
5
6
example.gtf <- system.file("example.gtf", package = "seqreadr")
 
# read GTF file  
test.gtf <- read.gtf(example.gtf)
# write GTF file to the hard drive
write.gtf(test.gtf)

HajkD/seqreadr documentation built on May 6, 2019, 10:55 p.m.