orgNames: Get and set the names of organisms in the pangenome

Description Usage Arguments Value Methods (by class) Note Examples

Description

These methods lets you manipulate the naming of organisms in the pangenome. By default organisms are named after the fasta file they are defined by, but this can be changed at will.

Usage

1
2
3
4
5
6
7
8
9
orgNames(object)

orgNames(object) <- value

## S4 method for signature 'pgInMem'
orgNames(object)

## S4 replacement method for signature 'pgInMem'
orgNames(object) <- value

Arguments

object

A pgVirtual subclass

value

A vector with new names - will be coerced to characters

Value

In case of the getter a character vector with names

Methods (by class)

Note

Required for subclasses of pgVirtual in order to extend the class system of FindMyFriends

Examples

1
2
3
4
testPG <- .loadPgExample()
orgNames(testPG)

orgNames(testPG)[3] <- 'Organism 3'

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