Learn R Programming

FindMyFriends (version 1.2.2)

nGeneGroups: Get the number of gene groups in a pangenome

Description

This method gives the number of different gene groups in the object.

Usage

nGeneGroups(object)
"nGeneGroups"(object)

Arguments

object
A pgVirtual subclass

Value

An integer giving the number of gene groups

Methods (by class)

  • pgVirtual: The number of gene groups in the pangenome for pgVirtual subclasses

Examples

Run this code
testPG <- .loadPgExample(withGroups=TRUE)
nGeneGroups(testPG)

Run the code above in your browser using DataLab