Learn R Programming

FindMyFriends (version 1.2.2)

pgFull-class: Class for in memory pangenome data

Description

This class handles pangenome data without gene location information and with all sequences stored in memory. This makes sequence lookup much faster but also increases the memory footprint of the object thus making it a bad choice for very large pangenome with millions of genes.

Arguments

Slots

sequences
Either an AAStringSet or DNAStringSet containing all sequences in the pangenome.

See Also

Other Pangenome_classes: pgFullLoc-class, pgInMem-class, pgInMemLoc-class, pgLM-class, pgLMLoc-class, pgSlim-class, pgSlimLoc-class, pgVirtual-class, pgVirtualLoc-class