Skip to content

Commit

Permalink
Merge branch 'multiqc' of github.com:FertigLab/spatial-pipeline into …
Browse files Browse the repository at this point in the history
…multiqc
  • Loading branch information
dimalvovs committed Sep 11, 2024
2 parents ed516c1 + f600de7 commit 5f6ed1d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions modules/local/spacemarkers.nf
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,18 @@ process SPACEMARKERS_MQC {
#report
report_data <- list(
"${prefix}" = list(
n_pairs_total = n_pairs_total,
n_pairs_interact = n_pairs_interact,
max_spacemarker_metric = max_spacemarker_metric,
min_spacemarker_metric = min_spacemarker_metric,
min_genes = min_genes,
max_genes = max_genes,
avg_hotspot_area = avg_hotspot_area
'Pairs Total' = n_pairs_total,
'Pairs Interact' = n_pairs_interact,
'SpaceMarker Metric' = sprintf('%0.1f - %0.1f', min_spacemarker_metric, max_spacemarker_metric),
'Gene Count' = sprintf('%0.f - %0.f', min_genes, max_genes),
'Mean Hotspot Area' = avg_hotspot_area
)
)
report <- list(
id = "spacemarkers_mqc",
section_name = "SpaceMarkers",
description = "Stats for the spacemarkers run.",
description = "Tool to identify genes associated with latent space interactions in spatial transcriptomics.",
plot_type = "table",
pconfig = list(
id = "custom_data_table",
Expand Down

0 comments on commit 5f6ed1d

Please sign in to comment.