getRep: Get a representative sequence for each gene group

Description Usage Arguments Value Methods (by class) Examples

Description

This method returns a representative sequence for each of the gene groups defined in the pangenome. Currently the methods defined for selecting sequences are 'random', 'shortest', and 'longest. In case of tie for the two latter the first occurence gets returned. Consensus sequence might be added at a latter stage.

Usage

1
2
3
4
getRep(object, method)

## S4 method for signature 'pgVirtual,character'
getRep(object, method)

Arguments

object

A pgVirtual subclass

method

The method to use to get a representative. Either 'random', 'shortest' or 'longest'.

Value

An XStringSet

Methods (by class)

Examples

1
2
3
4
testPG <- .loadPgExample(withGroups=TRUE)

# Get a random sequence from each group
getRep(testPG, 'random')

thomasp85/FindMyFriends documentation built on April 25, 2020, 1:06 p.m.