dot-filter_gff: Filter rows from a GFF file.

.filter_gffR Documentation

Filter rows from a GFF file.

Description

Filter rows from a GFF file.

Usage

.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"
)

Arguments

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

Value

// TO DO


cparsania/parcutils documentation built on Oct. 27, 2024, 4:55 a.m.