R/network_comparison.R
sample_and_epoch_reconstruct.Rd
Function to bootstrap Epoch reconstruction
sample_and_epoch_reconstruct(
matrix,
meta_data,
tfs,
n_reconstructions = 10,
ncells_per_sample = 400,
p_value = 0.05,
zThresh = 5,
pseudotime_column = "pseudotime",
group_column = "leiden",
method = "pearson",
crossweight = FALSE,
limit_to = NULL
)
genes-by-cells expression matrix
sample table
TFs
the number of networks to reconstruct
the number of cells to sample for each reconstruction
p-value threshold for selecting dynamic genes
z-score threshold in static reconstruction
column name in meta_data with pseudotime annotation
column name in meta_data for restricting reconstruction
CLR method, either "pearson" or "MI"
whether or not to perform crossweighting
vector of genes. If not NULL, will skip finding dynamic genes and use genes in limit_to for reconstruction
list of grnDFs