Description Usage Arguments Value Examples
This function loads an example pangenome at various stages of calculation, useful for examples and tests.
1 2 |
lowMem |
logical. Should the returned object inherit from pgLM |
geneLoc |
logical. Should the returned object inherit from pgVirtualLoc |
withGroups |
logical. Should gene groups be defined |
withNeighborhoodSplit |
logical. Should neighborhoodsplitting have been performed |
withParalogues |
logical. Should paralogue linking have been performed |
A pgVirtual subclass object to the specifications defined
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Load standard (pgFull)
.loadPgExample()
# Use pgLM
.loadPgExample(lowMem=TRUE)
# Create with pgVirtualLoc subclass (here pgFullLoc)
.loadPgExample(geneLoc=TRUE)
# Create with grouping information
.loadPgExample(withGroups=TRUE)
# Create with gene groups split by neighborhood (pgVirtualLoc implied)
.loadPgExample(withNeighborhoodSplit=TRUE)
# Create with paralogue links
.loadPgExample(withGroups=TRUE, withParalogues=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.