View source: R/method_adjacency.R
adjacency | R Documentation |
In this case, the distance data that is available for one gene is first combined. The resulting value is compared to the reference genes and determines the gene's score in relation to other genes.
adjacency(
id = "adjacency",
name = "Adjacency",
description = "Adjacency to reference genes",
distance_estimate = densest
)
id |
Unique ID for the method and its results. |
name |
Human readable name for the method. |
description |
Method description. |
distance_estimate |
A function that will be used to summarize the
distance values for each gene. See |
An object of class geposan_method
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.