I am trying to create a taxonomic database using GenomicFeatures package. I downloaded GFF3 file from the NCBI.
Codes :
orf <- GenomicFeatures::makeTxDbFromGFF("orf.gff3",format="auto")
I get following output :
Orf
TxDb object:
Db type: TxDb
Supporting package: GenomicFeatures
Data source: mouse.gff3
Organism: NA
Taxonomy ID: NA
miRBase build ID: NA
Genome: NA
transcript_nrow: 0
exon_nrow: 0
cds_nrow: 0
Db created by: GenomicFeatures package from Bioconductor
Creation time: 2019-05-29 22:32:09 -0500 (Wed, 29 May 2019)
GenomicFeatures version at creation time: 1.32.2
RSQLite version at creation time: 2.1.1
DBSCHEMAVERSION: 1.2
Link to the genome : https://www.ncbi.nlm.nih.gov/nuccore/AY386263.1
As you can see that there are no genes in this database. Can anyone help with this please ?
Thank you ! It worked.
You're welcome! If an answer was helpful you can upvote it, if the answer resolved your question you can mark it as accepted.