AnalyzeInterSpecificity | R Documentation |
This function is used to evaluate specificity for gene pairs from one interaction. In other word,
it explores every gene pair with all its occuring interactions. The one interaction is controlled by
FetchInterOI
.
AnalyzeInterSpecificity(
object,
to.cmp.cluster.groups = character(),
extended.search = FALSE,
uq.cnt.options = c(1:100)
)
object |
A |
to.cmp.cluster.groups |
It gives the interactions (cluster groups) to be compared.
|
extended.search |
Decide whether to add more gene pairs (those from compared cluster groups) into analysis. |
uq.cnt.options |
Integer. It defines the allowed co-occurence count of one gene pair, and count goes larger impling
lower specificity. The recommended value is |
A InterCell
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.