nOrganisms: Get the number of organisms represented in a pangenome

Description Usage Arguments Value Methods (by class) Examples

Description

This method returns the current number of organisms in a pgVirtual subclass. This is also the result of calling length() on the object.

Usage

1
2
3
4
nOrganisms(object)

## S4 method for signature 'pgVirtual'
nOrganisms(object)

Arguments

object

A pgVirtual subclass

Value

An integer giving the number of organisms

Methods (by class)

Examples

1
2
testPG <- .loadPgExample()
nOrganisms(testPG)

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