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

Some problem when using its package #2

Open
yuanlizhanshi opened this issue Sep 7, 2022 · 4 comments
Open

Some problem when using its package #2

yuanlizhanshi opened this issue Sep 7, 2022 · 4 comments

Comments

@yuanlizhanshi
Copy link

  1. 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"))

  2. The import gtf function is comes from rtracklayer, but you did not mention it, which took me a while to find it.

@yuanlizhanshi
Copy link
Author

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

@junjunlab
Copy link
Owner

loadBigWig has been fixed. trancriptVis does not support NCBI gtf file, please using gtf from UCSC, ENSEMBL or GENCODE database.

@yuanlizhanshi
Copy link
Author

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

@junjunlab
Copy link
Owner

hg19.ncbiRefSeq.gtf is just an example, gtf from UCSC, ENSEMBL or GENCODE also can be used as trancriptVis input.

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

2 participants