dist_calc {crosstalkr}R Documentation

Internal function that computes the mean/stdev for each gene from a wide-format data frame.

Description

This function is called by the high-level function "bootstrap_null". Not expected to be used by end-users - we only export it so that environments inside foreach loops can find it.

Usage

dist_calc(df, seed_proteins)

Arguments

df

: numeric vector

seed_proteins

user defined seed proteins

Value

data.frame containing summary statistics for the computed null distribution


[Package crosstalkr version 1.0.5 Index]