-
Notifications
You must be signed in to change notification settings - Fork 19
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
using a non-standard mouse genome build #37
Comments
Hi, build argument is only useful if you'd like to query UCSC for gene models. In your case, you should use a custom gtf file. Also set |

# implemented as suggested:
t <- track_extract(colData = bigwigs, query_ucsc = FALSE, gtf=gtffile, gene = "Kirrel2")
#but received error:
Parsing gtf file..
Error in track_extract(colData = bigwigs, query_ucsc = FALSE, gtf = gtffile, :
No transcript models found for Kirrel2
I have attached the gtf.
#Trying to debug:
etbl = .parse_gtf(gtf = "kirrel2.gtf", genename = "Kirrel2")
Parsing gtf file..
Warning message:
In .parse_gtf(gtf = "kirrel2.gtf", genename = "Kirrel2") :
Requested gene or transcript could not be found within the requested loci!
Which is a bit strange since the gtf is formatted correctly and parsed by trackplot.R and Kirrel2 is specified as a gene_name in the parsed info column. I thought you would be able to see the problem faster.
Thanks, Joe
… On Jun 30, 2024, at 4:31 AM, Anand Mayakonda ***@***.***> wrote:
Hi,
build argument is only useful if you'd like to query UCSC for gene models. In your case, you should use a custom gtf file. Also set query_ucsc = FALSE so that it wont try to connect to the UCSC.
—
Reply to this email directly, view it on GitHub <#37 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKO2SFKFRCPJZXTQTQJZHRDZJ665ZAVCNFSM6AAAAABKDQETVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJYGQ4DCMBYGM>.
You are receiving this because you authored the thread.
|
Hi, The attachment is missing. Could you please tray again? |
Here is the gtf. (it was rejected because not a recognized file type). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to pass in a non-custom genome build in the read_coldata() step ?
My reads are aligned to a specific mouse strain genome but it is not the standard mm build.
Thanks.
The text was updated successfully, but these errors were encountered: