getLocus {OmaDB}R Documentation

Get loci for a given list of proteins

Description

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

Usage

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

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

[Package OmaDB version 2.2.0 Index]