This function imports a gtf file.
importGTF(file, skip = 5, nrow = -1, use.data.table = TRUE, level = "gene",
features = NULL, print.features=FALSE)
File name of the gtf file.
Rows to skip from the top (usualy the number of header rows.
Total amount of rows read.
Logical, shall the data.table package be used for importing the GTF file.
Filter for the GTF Entry.
Features to extract from column #9.
logical, shall a list of availbe features be printed.
A data table of class gtf
containing the columns of the gtf file, including the splitted last column.
This function imports a standard gtf file as provided by Ensembl. The current settings shouldn't be changed and the only the filename file
should be provided. Hence, this function works currently only on the gene level.