main function to compute np from a user-provided expression matrix.
compute_np(
cache = NULL,
experiment_name,
ppi = "biogrid",
min_score = NULL,
exp_mat,
mir_paper = TRUE,
ncores = 1
)
tidy data frame with one column for expression and another for np
user-provided filepath for where to store data etc
name of the experiment for saving output.
should we use biogrid or stringdb for the PPI
if ppi is stringdb, which mininum score should we use to filter edges?
expression matrix where columns are samples and rows are features
are we running this in the context of the mir paper? a few quirks of that data
number of cores to use for calculations