Skip to content

Commit

Permalink
add cellassign predictions to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
allyhawkins committed Jul 14, 2023
1 parent 2fed6e2 commit c505674
Show file tree
Hide file tree
Showing 5 changed files with 17,973 additions and 327 deletions.
9 changes: 6 additions & 3 deletions celltype_annotation/analysis/cellassign-combined-markers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,20 @@ panglao_comb_mtx_file <- file.path(ref_dir, "panglao_combined_mtx.csv")
panglao_custom_mtx_file <- file.path(ref_dir, "panglao_custom_mtx.csv")
panglao_muscle_only_mtx_file <- file.path(ref_dir, "panglao_connective_tissue_mtx.csv")
# predictions output
cellassign_outs_dir <- "cellassign_results"
# cellassign predictions
combined_prediction_file <- file.path(
anndata_dir,
cellassign_outs_dir,
glue::glue("{params$library_id}_panglao_combined.tsv")
)
muscle_only_prediction_file <- file.path(
anndata_dir,
cellassign_outs_dir,
glue::glue("{params$library_id}_panglao_connective_tissue.tsv")
)
custom_prediction_file <- file.path(
anndata_dir,
cellassign_outs_dir,
glue::glue("{params$library_id}_panglao_custom.tsv")
)
Expand Down
444 changes: 120 additions & 324 deletions celltype_annotation/analysis/cellassign-combined-markers.nb.html

Large diffs are not rendered by default.

Loading

0 comments on commit c505674

Please sign in to comment.