seeker_snp_context: seeker Single Nucleotide Polymorphism Context

View source: R/seeker_snp_context.R

seeker_snp_contextR Documentation

seeker Single Nucleotide Polymorphism Context

Description

A generic function to search the type of variation & gene

Usage

seeker_snp_context(SNP)

## S3 method for class 'factor'
seeker_snp_context(SNP)

## S3 method for class 'character'
seeker_snp_context(SNP)

## S3 method for class 'data.frame'
seeker_snp_context(SNP)

Arguments

SNP

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

Value

A data.frame with Type of variation

Author(s)

Erick Cuevas-Fernández

Heriberto Manuel Rivera

Source

https://rest.ensembl.org

Examples

seeker_snp_context("rs56116432")

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


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