FastAlignPairs: Fast Align Gene Pairs

View source: R/utils.R

FastAlignPairsR Documentation

Fast Align Gene Pairs

Description

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.

Usage

FastAlignPairs(
  xxpairs,
  ind.colname.end.dual,
  use.cols = c(1, 2),
  use.class = "integer"
)

Arguments

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 use.cols.


ZJUDBlab/InterCellDB documentation built on March 19, 2023, 4:56 p.m.