bin_metadata | R Documentation |
This function combines metadata with binned relative expression intensities
bin_metadata(
md,
dat,
avg_bead_per_bin = 12,
pos = TRUE,
pos_k = 55,
ex_k = 1,
hc_function = "ward.D2",
plot_directory
)
md |
data.table of metadata of each bead |
dat |
data.table of smoothed relative expression intensities |
avg_bead_per_bin |
integer of average number of beads there should be per bin |
pos |
TRUE if doing spatial and expressional binning, FALSE if just expressional binning |
pos_k |
positional weight |
ex_k |
expressional weight |
hc_function |
hierarchical clustering function |
plot_directory |
output plot directory path |
A data.table of bead metadata combined with binned expression intensities for all genes for all beads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.