nGenes: Get the total number of genes in a pangenome

Description Usage Arguments Value Methods (by class) Examples

Description

This method returns the total number of genes in a pangenome (i.e. the sum of genes in each organism in the pangenome)

Usage

1
2
3
4
nGenes(object)

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

Arguments

object

A pgVirtual subclass

Value

An integer giving the number of genes in the object

Methods (by class)

Examples

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

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