Depending on the outFormat selected returns a feature tree (tree), a feature dependency table as data.frame (data.frame) or a feature dependency table as JSON object (JSON)
Arguments
inFile
Path to the input GTF/GFF3 features file
includeCounts
Include number of occurrences of each feature and subfeature
outFormat
Output format of the function. Available formats are: tree (DEFAULT), data.frame and JSON.
fileType
Version of the input file (GTF/GFF3). Default AUTO: determined from the file name.