getPvalueOfNDiff.multiGroup: Get number of diff bins and the pvalue for any two groups

View source: R/bmat.R

getPvalueOfNDiff.multiGroupR Documentation

Get number of diff bins and the pvalue for any two groups

Description

Get number of diff bins and the pvalue for any two groups

Usage

getPvalueOfNDiff.multiGroup(
  mat,
  group,
  uniqueGroupWithName = NULL,
  threshold = 0.04,
  nperm = 20
)

Arguments

group

vector of integer, cluster index of cells

uniqueGroupWithName

vector, default NULL unique names for group

threshold

double, default 0.04

nperm

integer, default 20

bmat

sparseMatrix, cell by bin

Value

list of symmetric matrix "diffbin" are number of diff bin, "p" are p-values. each matrix has the names defined by names of uniqueGroupWithName generated by this function.


beyondpie/pureRUtils documentation built on Jan. 10, 2023, 3:22 a.m.