Closed hhg7 closed 4 years ago
Is it possible that the vcf file you are using isn't for Sanger? We have an example in the vignette for that as well.
vcf.file <- system.file(package="gwasurvivr",
"extdata",
"sanger.pbwt_reference_impute.vcf.gz")
And then try sangerCoxSurv
Is it possible that the vcf file you are using isn't for Sanger? We have an example in the vignette for that as well.
vcf.file <- system.file(package="gwasurvivr", "extdata", "sanger.pbwt_reference_impute.vcf.gz")
And then try
sangerCoxSurv
My goof, I didn't realize that reading the VCF file was done again :/
I'm trying to go through the tutorial for gwasurvivr in the vignette: https://bioconductor.org/packages/devel/bioc/vignettes/gwasurvivr/inst/doc/gwasurvivr_Introduction.html
but as I'm going through, I'm executing the code that I see in the R session examples:
However, this fails and gives a strange error with
sangerCoxSurv
: