You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem loading the vcf,gtf and bed files using this package. Can there be a section in the readme file where users can be guided on how to run their own data apart from the example data which comes with the package? I desperately need your assistance in this. I have followed the procedure accordingly in the tutorial file and things don't work with my data.
Thanks,
Javan
The text was updated successfully, but these errors were encountered:
This is the error:
dbfile <- dbCreator(gtfFile=gtffile,vcfFile=vcffile,bedFile=bedfile,annotation_path=annotation,outfile_name=outfile_name,genome=Hsapiens,outdir=outfile_path)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘scanVcf’ for signature ‘"vcfR", "missing"’
Calls: dbCreator -> InputVcf -> scanVcf ->
Execution halted
Could you please provide the sessionInfo()? I guess it may be that your R or package version is too old.
I suggest you to re-install the latest version of R and the latest PGA package from bioconductor.
Hi,
I have a problem loading the vcf,gtf and bed files using this package. Can there be a section in the readme file where users can be guided on how to run their own data apart from the example data which comes with the package? I desperately need your assistance in this. I have followed the procedure accordingly in the tutorial file and things don't work with my data.
Thanks,
Javan
The text was updated successfully, but these errors were encountered: