seeker_snp_arq: seeker Single Nucleotide Polymorphism (SNP) arquitecture

View source: R/seeker_snp_arq.R

seeker_snp_arqR Documentation

seeker Single Nucleotide Polymorphism (SNP) arquitecture

Description

seeker_snp_arq is a generic function to obtain the genome arquitecture data of a given SNP

Usage

seeker_snp_arq(ID)

Arguments

ID

A Single Nucleotide Polymorphism (SNP) ID "rs" in character or data.frame

Value

A data.frame with the genomic arquitecture

Author(s)

Erick Cuevas-Fernández

Heriberto Manuel Rivera

Source

https://rest.ensembl.org

Examples

seeker_snp_arq("rs56116432")

df <- data.frame(c("rs56116432","rs10878307", "rs7133914", "rs11564148", "rs3761863", "rs10878245"))
seeker_snp_arq(df)


Erickcufe/seekerBio documentation built on May 1, 2024, 1:13 a.m.