Open
Description
I made a strange observation. When I see the PlasmoDB gene Database, I see that there are 5254
genes but when using Biomart, I get only 4903
genes. Various characterized genes such as "PBANKA_0100600", "PBANKA_0102900"
are missing from it while various genes such as PBANKA_000970, PBANKA_000980
that are absent from PlasmoDB and Uniprot are present. I am using biomaRt 2.60.1
. Can this be fixed?
mart = "protists_mart"
gset = "pberghei_eg_gene"
ensembl_mart <- biomaRt::useEnsemblGenomes(biomart = mart, dataset = gset)
gene_names <- biomaRt::getBM(attributes = "ensembl_gene_id", mart = ensembl_mart)
Various weird gene IDs appear in place of Ensemble gene Ids as well in first 65 rows.
The version is also missing and only PBANKA01
is written.
> ensembl_mart@version
[1] ""
Edit1: I just realised none of the gene ID maps
Metadata
Metadata
Assignees
Labels
No labels