Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: CIA
Title: Cluster Independent Annotation (CIA) to Accurately Classify Cells in
scRNA-seq Datasets Using Gene Signatures
Version: 0.3.0
Version: 0.3.1
Authors@R:
c(
person(
Expand Down Expand Up @@ -33,7 +33,7 @@ Description: CIA (Cluster Independent Annotation) is designed to accurately
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Imports:
SingleCellExperiment,
SummarizedExperiment,
Expand Down
2 changes: 1 addition & 1 deletion R/CIA_core.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' signatures
#'
#' gmt_url <-
#' "https://data.wikipathways.org/20240710/gmt/wikipathways-20240710-gmt-Homo_sapiens.gmt"
#' "https://data.wikipathways.org/20251110/gmt/wikipathways-20251110-gmt-Homo_sapiens.gmt"
#'
#' sig_wikipathways <- load_signatures(gmt_url)
#' head(names(sig_wikipathways))
Expand Down
4 changes: 2 additions & 2 deletions R/CIA_metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ grouped_distributions <- function(data,
theme_minimal() +
labs(
title = "Median score values",
x = "Signatures",
y = ref_obs
x = ref_obs,
y = "Signatures"
)

## Save or display plot
Expand Down
2 changes: 1 addition & 1 deletion man/load_signatures.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading