.filter_gff | R Documentation |
Filter rows from a GFF file.
.filter_gff(
gtf_file,
feature_type = "gene",
feature_biotype = "protein_coding",
var_gene_name = "gene_name",
var_gene_id = "gene_id",
var_feature_type = "type",
var_feature_biotype = "gene_biotype"
)
gtf_file |
// TO DO |
feature_type |
// TO DO |
feature_biotype |
// TO DO |
var_gene_name |
// TO DO, to be implement yet. |
var_gene_id |
// TO DO |
var_feature_type |
// TO DO |
var_feature_biotype |
// TO DO |
// TO DO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.