Description Usage Arguments Examples
Read and write General Feature Format (a.k. gene-finding format, generic feature format, GFF) is a file format for describing genes and other genetic features.
1 |
path |
String. Path to the input/output .gff file. |
na_strings |
Vector of strings. Which strings in the GFF file are missing values and should be converted to NAs. (Default: 'c(".", "?")') |
append |
Logical. Should the process overwrite the existing file? (Default: FALSE) |
1 2 | gff <- read_gff("folder/myfile.gff")
write_gff(gff_filtered, path = "folder/myfile_filtered.gff")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.