FastAlignPairs | R Documentation |
This function helps to align gene pairs by their GeneID or GeneName. Its purpose is to make different gene pairs data comparable in the same settings.
FastAlignPairs(
xxpairs,
ind.colname.end.dual,
use.cols = c(1, 2),
use.class = "integer"
)
xxpairs |
Gene pairs to be compared. |
ind.colname.end.dual |
Gene Pairs are given as pairs, so as their properties. |
use.cols |
Use which columns to align those pairs. Column ID or column name is supported. |
use.class |
Defines what is given in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.