getLocus: Get loci for a given list of proteins

Description Usage Arguments Value Examples

View source: R/getLocus.R

Description

Function to obtain loci in genomic range format for a given list of proteins

Usage

1
getLocus(proteins)

Arguments

proteins

the dataframe or a list of dataframes containing the protein data of interest. this can either be the members df or a list of protein ids.

Value

genomic range object from the GenomicRanges package in Bioconductor

Examples

1
loci = getLocus(proteins = getOMAGroup('YEAST58')['members'])

OmaDB documentation built on Nov. 13, 2020, 2 a.m.