CustomInteractionScore: function to caculate Interaction score

Description Usage Arguments

View source: R/utils.R

Description

function to caculate Interaction score

Usage

1
2
3
4
5
6
7
8
CustomInteractionScore(
  seurat = NULL,
  column = NULL,
  idents = NULL,
  interaction_csv = NULL,
  slot = "data",
  eps = 1e-04
)

Arguments

seurat

a seurat object.

column

which column in metadata as idents.

idents

which idents to be used for scoring.

interaction_csv

csv file,include two columns, left Ligand,right Receptor

slot

slot name .


RyanYip-Kat/yipCat documentation built on Dec. 18, 2021, 11:55 a.m.