filterBiotype: Extract the genes that have user provided biotypes. This...

Description Usage Arguments Value Examples

View source: R/biotypeOperations.R

Description

Extract the genes that have user provided biotypes. This method is useful when input gene list is mixed or when research of the interest is only focused on specific group of genes.

Usage

1
filterBiotype(gtfFile, biotypes)

Arguments

gtfFile

Input gtf file for the genes provided by the extractBiotype function

biotypes

Selected biotypes for the genes

Value

Table format of genes with a given biotypes

Examples

1
2
3
biotypes <- c('unprocessed_pseudogene','transcribed_unprocessed_pseudogene')
fileImport<-system.file("extdata", "temp.gtf", package = "NoRCE")
extrResult <- filterBiotype(fileImport, biotypes)

NoRCE documentation built on Nov. 8, 2020, 7:17 p.m.