gini: Do values in a numeric vector fall in specified range?

View source: R/RcppExports.R

giniR Documentation

Do values in a numeric vector fall in specified range?

Description

This is a shortcut for 'x >= left & x <= right', implemented efficiently in C++ for local values, and translated to the appropriate SQL for remote tables.

Usage

gini(edges, expression, bootstrapIterations, statCutoff)

Arguments

edges

dataframe with the edges with 3 columns: source, interaction and target

expression,

expression table containing the genes

bootstrapIterations

number of bootstrap

statCutoff

stat cut-off p-value


warelab/NECorr documentation built on Oct. 15, 2023, 11:31 a.m.