Description Usage Arguments Value
View source: R/5_networkComparison.R
Function to bootstrap Epoch reconstruction
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | sample_and_epoch_reconstruct(
expX,
sampTab,
tfs,
n_reconstructions = 10,
ncells_per_sample = 400,
pThresh = 0.05,
zThresh = 5,
pseudotime_column = "dpt_pseudotime",
group_column = "leiden",
method = "pearson",
crossweight = FALSE,
limit_to = NULL
)
|
expX |
genes-by-cells expression matrix |
sampTab |
sample table |
tfs |
TFs |
n_reconstructions |
the number of networks to reconstruct |
ncells_per_sample |
the number of cells to sample for each reconstruction |
pThresh |
p-value threshold for selecting dynamic genes |
zThresh |
z-score threshold in static reconstruction |
pseudotime_column |
column name in sampTab with pseudotime annotation |
group_column |
column name in sampTab for restricting reconstruction |
method |
CLR method, either "pearson" or "MI" |
crossweight |
whether or not to perform crossweighting |
limit_to |
vector of genes. If not NULL, will skip finding dynamic genes and use genes in limit_to for reconstruction |
list of grnDFs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.