filterBiotype {NoRCE} | R Documentation |
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.
filterBiotype(gtfFile, biotypes)
gtfFile |
Input gtf file for the genes provided by the extractBiotype function |
biotypes |
Selected biotypes for the genes |
Table format of genes with a given biotypes
biotypes <- c('unprocessed_pseudogene','transcribed_unprocessed_pseudogene') fileImport<-system.file("extdata", "temp.gtf", package = "NoRCE") extrResult <- filterBiotype(fileImport, biotypes)