Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non protein_coding biotypes #83

Open
AHinsu opened this issue Jul 6, 2023 · 0 comments
Open

Non protein_coding biotypes #83

AHinsu opened this issue Jul 6, 2023 · 0 comments

Comments

@AHinsu
Copy link

AHinsu commented Jul 6, 2023

Hello,

I am using this package and it is working very great. Thank you for such wonderful resource.

While working, I realised that the results doesn't include non protein_coding biotypes in result which are resulted in online version. Is there anything I am missing or needs to give in the command. I am giving the below command to fetch from chicken genome galGal6a part of Ensembl 106. I am inputting the list of coordinates (chr:start:end) which gives me only the protein_coding genes in the output.

getBM(attributes = c('ensembl_gene_id',"chromosome_name", "start_position", "end_position", "external_gene_name", "description", "gene_biotype", "entrezgene_id", "goslim_goa_description", "goslim_goa_accession", "go_id"), mart = useEnsembl(biomart = "genes", version = 106, dataset = "ggallus_gene_ensembl"), filters = 'chromosomal_region', values = inputNamesdf)

Can you please advice on this.

Thanks,
Ankit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant