Package: singscore Type: Package Title: Rank-based single-sample gene set scoring method Version: 1.33.0 Authors@R: c( person("Dharmesh","Bhuva", "D.", email = "bhuva.d@wehi.edu.au", role = c("aut"), comment = c(ORCID = '0000-0002-6398-9157')), person("Ruqian", "Lyu", email = "ruqianl@student.unimelb.edu.au", role = c("aut", "ctb")), person("Momeneh", "Foroutan", email = "foroutan.m@wehi.edu.au", role = c("aut", "ctb"), comment = c(ORCID = '0000-0002-1440-0457')), person("Malvika", "Kharbanda", email = "kharbanda.m@wehi.edu.au", role = c("aut", "cre"), comment = c(ORCID = '0000-0001-9726-3023')) ) Description: A simple single-sample gene signature scoring method that uses rank-based statistics to analyze the sample's gene expression profile. It scores the expression activities of gene sets at a single-sample level. biocViews: Software, GeneExpression, GeneSetEnrichment Depends: R (>= 3.6) Imports: methods, stats, graphics, ggplot2, grDevices, ggrepel, GSEABase, plotly, tidyr, plyr, magrittr, reshape, edgeR, RColorBrewer, Biobase, BiocParallel, SummarizedExperiment, matrixStats, reshape2, S4Vectors License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.0 Roxygen: list(markdown = TRUE) Collate: 'singscore.R' 'rankAndScoring.R' 'permuTest.R' 'generatNullGeneric.R' 'multiScoreGeneric.R' 'plot.R' 'plotRankDensityGeneric.R' 'rankGenesGeneric.R' 'simpleScoreGeneric.R' 'stableGenes.R' Suggests: pkgdown, BiocStyle, hexbin, knitr, rmarkdown, testthat, covr VignetteBuilder: knitr URL: https://davislaboratory.github.io/singscore BugReports: https://github.com/DavisLaboratory/singscore/issues Config/pak/sysreqs: cmake make libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:47:55 UTC RemoteUrl: https://github.com/bioc/singscore RemoteRef: HEAD RemoteSha: f3f58b9da9593e19b6d15bdaae44224e826bd53f NeedsCompilation: no Packaged: 2026-07-04 14:45:21 UTC; root Author: Dharmesh D. Bhuva [aut] (ORCID: ), Ruqian Lyu [aut, ctb], Momeneh Foroutan [aut, ctb] (ORCID: ), Malvika Kharbanda [aut, cre] (ORCID: ) Maintainer: Malvika Kharbanda