We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to a change in biomaRt, get_phenotype_terms() does not return a list of phenotypes anymore.
obesity_phens <- get_phenotype_terms(keyword = "obesity", snp_mart = snp_mart)
Error in biomaRt::getBM(attributes = c("chr_name", "chrom_start", "refsnp_id", : Values argument contains no data.
However, get_variants_from_phenotypes() still works if the user knows the list of phenotypes to use as input.
The text was updated successfully, but these errors were encountered:
MCorentin
No branches or pull requests
Due to a change in biomaRt, get_phenotype_terms() does not return a list of phenotypes anymore.
obesity_phens <- get_phenotype_terms(keyword = "obesity", snp_mart = snp_mart)
However, get_variants_from_phenotypes() still works if the user knows the list of phenotypes to use as input.
The text was updated successfully, but these errors were encountered: