R/RcppExports.R

Defines functions fcalc_np_all fcalc_np

Documented in fcalc_np_all

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

fcalc_np <- function(c_i, c_j) {
    .Call(`_crosstalkr_fcalc_np`, c_i, c_j)
}

#' Function to calculate the network potential for vertices v
#'
#' @param neighbors list of neighbors for every node in the graph, type Rcpp::list
#' @param vertices node list for graph, type Rcpp::StringVector
#' @param v list of nodes for which we plan to calculate network potential
#' @param exp named vector of expression for each node in vertices
#'
fcalc_np_all <- function(neighbors, vertices, v, exp) {
    .Call(`_crosstalkr_fcalc_np_all`, neighbors, vertices, v, exp)
}
DavisWeaver/crosstalkr documentation built on May 6, 2024, 6:09 p.m.