Description Usage Arguments Value Methods (by class) Examples
This method creates a graph representation of the panchromosome - The complete set of gene groups linked together by chromosomal position. Each vertice in the graph represent a gene group and each edge represent a positional relation between two gene groups (neighboring each other). Vertices are annotated with number of genes, organism names and strand while edges are annotated with numer of genes (as weight), and organism names.
1 2 3 4 |
object |
A pgVirtualLoc subclass |
... |
parameters passed on |
slim |
Should the returned graph be stripped of all metadata and only capture gene group connectivity. Defaults to FALSE |
An igraph object
pgVirtualLoc
: Panchromosome creation for all pgVirtualLoc subclasses
1 2 3 | testPG <- .loadPgExample(geneLoc=TRUE, withNeighborhoodSplit=TRUE)
panchromosome <- pcGraph(testPG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.