transPlotR icon indicating copy to clipboard operation
transPlotR copied to clipboard

Some problem when using its package

Open yuanlizhanshi opened this issue 1 year ago • 4 comments

  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 avatar Sep 07 '22 13:09 yuanlizhanshi

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

yuanlizhanshi avatar Sep 07 '22 14:09 yuanlizhanshi

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

junjunlab avatar Sep 08 '22 02:09 junjunlab

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

yuanlizhanshi avatar Sep 08 '22 02:09 yuanlizhanshi

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

junjunlab avatar Sep 08 '22 05:09 junjunlab