How to include the metadata when we build the txDb object?
0
0
Entering edit mode
3.0 years ago
qwesxadzc9 • 0

Hello everyone,

I am using the makeTxDbFromGFF function from GenomicFeatures to convert a gff3 file that is downloaded from Gencode to a TxDb object. But I find out with this function all the additional information that provides by Gencode was missing. For example, transcript_support_level, transcript_type and so on.

I was wondering is there a proper way to keep all these information when we make a TxDb object from gff3 file? Thank you in advance.

Best regards, Y.Zhou

txdb r • 1.3k views
ADD COMMENT
0
Entering edit mode

Did you see the makeTxDb function documentation ? You can pass a metadata data frame with makeTxDbFromGFF which gets handed down to makeTxDbFromGRanges and then makeTxDb

metadata:

2-column data frame containing meta information about this set of transcripts like organism, genome, UCSC table, etc... The names of the columns must be "name" and "value" and their type must be character.

ADD REPLY
0
Entering edit mode

Hey Carambakaracho, thanks for your answer. I know we can do it like that, but we will need to make the meta data as a 2 column data frame ourself. I was wondering whether there is a more elegent way to do that : )

ADD REPLY

Login before adding your answer.

Traffic: 1956 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6