saf_from_gff3 | R Documentation |
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 = ">" )
gffFile |
Path to the input GFF file |
outFile |
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" |
forceOverwrite |
If output file exists, overwrite the existing file. (default FALSE) |
features |
Vector of pairs of features, separated by '>' (see sep argument), to be used respectively as "group by" and "block" |
sep |
Separator of each "group by" and "block" provided in the feature argument (default '>') |
Path to the generated SAF file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.