Description Usage Arguments Details Value Author(s)
Preread a gtf file and prints features of it for importing it.
1 | prereadGTF(file, nrow = 1000, skip = "auto")
|
file |
Filename |
nrow |
Number of rows to read |
skip |
Rows to skip from top |
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.
A list of available features
Daniel Fischer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.