calcGeneGSStat-methods: probability gene belongs in gene set

Description Usage Arguments Value

Description

calculates the probability that a gene listed in a gene set behaves like other genes in the set within the given data set

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
calcGeneGSStat(
  object,
  GStoGenes,
  numPerm,
  Pw = rep(1, ncol(object@featureLoadings)),
  nullGenes = FALSE
)

## S4 method for signature 'CogapsResult'
calcGeneGSStat(
  object,
  GStoGenes,
  numPerm,
  Pw = rep(1, ncol(object@featureLoadings)),
  nullGenes = FALSE
)

Arguments

object

an object of type CogapsResult

GStoGenes

data.frame or list with gene sets

numPerm

number of permutations for null

Pw

weight on genes

nullGenes

logical indicating gene adjustment

Value

gene similiarity statistic


CoGAPS documentation built on Nov. 8, 2020, 5:02 p.m.