-
Notifications
You must be signed in to change notification settings - Fork 10
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
No CDS found (proteinToGenome) #106
Comments
Hi, the problem is that the protein annotations needed for |
Hi, thanks for the reply. It would be very nice if You could do that for me. I am working with Arabidopsis Thaliana TAIR 10 sequences, so release version 47 on Ensembl. |
You can download the EnsDb SQLite file from here. You can then simply provide the file name (inclusive path) of this file in the |
Ok. Thank You very much for your help. |
Closing this issue now, feel free to re-open if needed. |
Hello,
I am trying to map protein coordinates to genome coordinates for Arabidopsis Thaliana. I tried both ensDbFromGtf() and ensDbFromGff() to create the ensDB object. As protein ID I used the given transcript ids "tx_id".
Although the ID and CDS coordinates are definitely contained in the file (checked manually) I keep getting this message:
Fetching CDS for 1 proteins ... 0 found
Checking CDS and protein sequence lengths ... 0/0 OK
Warning message:
In proteinToGenome(x, EDB_Ath, id = "name", idType = "tx_id") :
No CDS found for: AT1G01470.1
What could be the cause?
P.S I also tried ensDbFromAH() but there was no GTF file give for A.Thaliana among the 7 found
Greetings
The text was updated successfully, but these errors were encountered: