View source: R/biomart_snp_info.R
biomart_snp_info | R Documentation |
Download SNP-wise annotations from Biomart
biomart_snp_info(
snp_list,
reference_genome = "grch37",
attributes = c("refsnp_id", "allele", "chr_name", "chrom_start", "chrom_end",
"chrom_strand", "ensembl_gene_stable_id", "consequence_type_tv",
"polyphen_prediction", "polyphen_score", "sift_prediction", "sift_score",
"reg_consequence_types", "validated"),
verbose = TRUE
)
Other annotate:
annotate_missense()
,
biomart_snps_to_geneInfo()
,
haplor_epigenetics_enrichment()
,
haplor_epigenetics_summary()
,
haplor_haploreg()
,
haplor_regulomedb()
,
plot_missense()
,
snps_by_mutation_type()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.