Description Usage Arguments Value Methods (by class) Examples
This method calculates a range of statistics and positional information about each gene group. The information returned are. Maximum number of genes from the same organism (paralogues), shortest sequence length, longest sequence length, standard deviation of sequence lengths, index of genes in group, downstream and upstream gene groups.
1 2 3 4 |
object |
A pgVirtual subclass |
... |
parameters passed on. |
vicinity |
An integer given the number of flanking gene groups to traverse |
A list with an element for each gene group, each with the following elements.
The highest number of distinct genes from the same organism present in the group. A number above 1 indicate the presence of paralogues.
The length of the shortest sequence in the group.
The length of the longest sequence in the group.
The standard deviation of lengths in the group.
The index for the genes present in the group.
A character vector with gene groups separated by ';' that lies downstream of the gene group. The number of gene groups for each gene is controlled by the flankSize argument. If the contig stops before the required number of flanking genes have been reached, NA will be added. Downstream is defined in relation to the strand of the contig/chromosome, and not the translational direction of the gene in question.
As above in the other direction.
pgVirtual
: Group statistics for all pgVirtual subclasses
1 2 3 | testPG <- .loadPgExample(withGroups=TRUE)
grStats <- groupStat(testPG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.