| gc_position | R Documentation |
Internal helper used by gc_cal.
Given the ordered positions of all reference genes on a contig
(Data) and the vector of cluster breakpoints produced by
gc_cluster (Cluster), this function slices
Data to return the positions that belong to the
EachCluster-th cluster.
gc_position(
Data = orf_position.tmp,
Cluster = cluster.tmp,
EachCluster = eachcluster
)
Data |
A numeric vector (ascending order) of ORF positions that carry
one of the reference genes of interest. Usually the vector
|
Cluster |
Numeric vector returned by |
EachCluster |
Integer index specifying which cluster to extract (1 = first cluster, 2 = second cluster, …). |
A numeric vector containing the ORF positions that constitute the requested gene cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.