KD_boot_mst | R Documentation |
Title
KD_boot_mst( meta_df, coord_df, col_cell = "cell_names", boot_n = 100, prop = 0.8, replace = T, k = 10 )
meta_df |
Meta data, must contain cell type column |
coord_df |
Coordinates data, must be the same order of meta_df |
col_cell |
Column name of cell type, cell type names must be syntactically valid |
boot_n |
Number of bootstrapping iterations |
prop |
Subsample proportion |
replace |
should sampling be with replacement? |
k |
Number of NNs |
A list of 1. Bootstrap logOR distance; 2. MST consensus matrix
test <- KD_boot_mst(meta_df, coord_df, col_cell='cell_names', boot_n=100, prop=.8, eps=1e-5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.