Description Usage Arguments Details Value Author(s) Examples
View source: R/import_gencode.R
Filter one GTF annotation by another
1 | match_by_gencode(gtf1, gtf2, filter = NULL)
|
gtf1 |
path for GTF file 1 |
gtf2 |
path for GTF file 2 |
filter |
code which additionally filters recodes in |
In some senarios, the analysis was done with an old version of Gencode and it is impossible to redo it
with a new version of Gencode (e.g. you dont have access to the original bam files). The only way is to remove those gene/transcript annotations which are not
consistent in the two versions. This match_by_gencode
function only keeps genes/transcripts that have
same gene ids and positions in the two versions.
Similar as import_gencode_as_txdb
, filter
argument can be used to e.g. only mathch protein coding genes/transcripts.
a TxDb-class
object
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.