-
Notifications
You must be signed in to change notification settings - Fork 3
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
Some problem when using its package #2
Comments
3.trancriptVis function may take gene_name column in gtf to find the gene, but in many gtf file, it did not have gene_name column, replaced it with gene_id |
loadBigWig has been fixed. trancriptVis does not support NCBI gtf file, please using gtf from UCSC, ENSEMBL or GENCODE database. |
But your reference gtf is hg19.ncbiRefSeq.gtf, I think there are some problems in your function |
hg19.ncbiRefSeq.gtf is just an example, gtf from UCSC, ENSEMBL or GENCODE also can be used as trancriptVis input. |
when I load my bigwig file, it only works on my current work directory, such as :
loadBigWig('../bigwig/my.bigwig')
and get:
Error in $<-.data.frame(*tmp*, "fileName", value = c("..", "/my"))
The import gtf function is comes from rtracklayer, but you did not mention it, which took me a while to find it.
The text was updated successfully, but these errors were encountered: