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

functions to use in loading own data #15

Open
Jokendo-collab opened this issue May 6, 2020 · 2 comments
Open

functions to use in loading own data #15

Jokendo-collab opened this issue May 6, 2020 · 2 comments

Comments

@Jokendo-collab
Copy link

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

@Jokendo-collab
Copy link
Author

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

@Shawn-Xu
Copy link
Collaborator

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.

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