prereadGTF {GenomicTools.fileHandler}R Documentation

prereadGTF

Description

Preread a gtf file and prints features of it for importing it.

Usage

prereadGTF(file, nrow = 1000, skip = "auto")

Arguments

file

Filename

nrow

Number of rows to read

skip

Rows to skip from top

Details

This function reads in a gtf file and prints its features for the import step.

By default this function only imports the first 1000 rows, in case all rows should be imported set nrow=-1.

The number to skip in the beginning can be adjusted by the skip option. The default is here auto so that the function can identify the correct amount of header rows. Hence, this option should be changed only, if there is a good reason.

Value

A list of available features

Author(s)

Daniel Fischer


[Package GenomicTools.fileHandler version 0.1.5.9 Index]