This function creates a SAF file from a GFF3 for the given blocks and features
saf_from_gff3(
gffFile,
outFile,
forceOverwrite = FALSE,
features = c("gene > exon"),
sep = ">"
)
Path to the generated SAF file
Path to the input GFF file
Path to the output SAF file, if not provided the output path will be the input path (without extension) with the suffix ".groupBy1-block1.groupBy2-block2(...).saf"
If output file exists, overwrite the existing file. (default FALSE)
Vector of pairs of features, separated by '>' (see sep argument), to be used respectively as "group by" and "block"
Separator of each "group by" and "block" provided in the feature argument (default '>')