Skip to content

pberghei_eg_gene geneset have all genes missing as compared to PlasmoDB #110

Open
@Rohit-Satyam

Description

@Rohit-Satyam

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.

image

The version is also missing and only PBANKA01 is written.

> ensembl_mart@version
[1] ""

Edit1: I just realised none of the gene ID maps

jVenn_chart (3)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions