View source: R/territory_identity_and_markers.R
vesalius_deg | R Documentation |
This function dispatches the groups to the various methods That are avialbale
vesalius_deg(
seed,
query,
seed_id,
query_id,
method,
log_fc,
pval,
min_pct,
min_spatial_index,
verbose = TRUE,
args
)
seed |
= group1 count data |
query |
= group 2 count data |
seed_id |
= territory ID's for group 1 |
query_id |
= territory ID's for group 2 |
method |
= DEG stat method |
log_fc |
= fold change threshold |
pval |
= p value threshold |
min_pct |
= minimum percentage of barcodes that should contain a given gene |
min_spatial_index |
= minimum number of barcodes present in a territory |
verbose |
= progress message output |
args |
arguments parse to (...) in upper level function (not functional) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.