Package: rScudo 1.29.0

Matteo Ciciani

rScudo: Signature-based Clustering for Diagnostic Purposes

SCUDO (Signature-based Clustering for Diagnostic Purposes) is a rank-based method for the analysis of gene expression profiles for diagnostic and classification purposes. It is based on the identification of sample-specific gene signatures composed of the most up- and down-regulated genes for that sample. Starting from gene expression data, functions in this package identify sample-specific gene signatures and use them to build a graph of samples. In this graph samples are joined by edges if they have a similar expression profile, according to a pre-computed similarity matrix. The similarity between the expression profiles of two samples is computed using a method similar to GSEA. The graph of samples can then be used to perform community clustering or to perform supervised classification of samples in a testing set.

Authors:Matteo Ciciani [aut, cre], Thomas Cantore [aut], Enrica Colasurdo [ctb], Mario Lauria [ctb]

rScudo_1.29.0.tar.gz
rScudo_1.29.0.zip(r-4.7)rScudo_1.29.0.zip(r-4.6)rScudo_1.29.0.zip(r-4.5)
rScudo_1.29.0.tgz(r-4.6-any)rScudo_1.29.0.tgz(r-4.5-any)
rScudo_1.29.0.tar.gz(r-4.7-any)rScudo_1.29.0.tar.gz(r-4.6-any)
rScudo_1.29.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
rScudo/json (API)
NEWS

# Install 'rScudo' in R:
install.packages('rScudo', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/matteo-ciciani/scudo/issues

On BioConductor:rScudo-1.29.0(bioc 3.24)rScudo-1.28.0(bioc 3.23)

geneexpressiondifferentialexpressionbiomedicalinformaticsclassificationclusteringgraphandnetworknetworkproteomicstranscriptomicssystemsbiologyfeatureextraction

5.38 score 4 stars 20 scripts 334 downloads 16 exports 28 dependencies

Last updated from:d9887b333d. Checks:1 NOTE, 9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksNOTE167
linux-devel-x86_64OK220
source / vignettesOK279
linux-release-x86_64OK180
macos-release-arm64OK92
macos-oldrel-arm64OK79
windows-develOK494
windows-releaseOK105
windows-oldrelOK437
wasm-releaseOK135

Exports:consensusDownSignaturesconsensusUpSignaturesdistMatrixdownSignaturesgroupsAnnotationscudoClassifyscudoCytoscapescudoModelscudoNetworkscudoParamsscudoPlotScudoResultsscudoTestscudoTrainselectedFeaturesupSignatures

Dependencies:abindBiobaseBiocGenericsclicpp11DelayedArraygenericsGenomicRangesglueigraphIRangeslatticelifecyclemagrittrMatrixMatrixGenericsmatrixStatspkgconfigrlangS4ArraysS4VectorsSeqinfoSparseArraystringistringrSummarizedExperimentvctrsXVector

An introduction to rScudo

Rendered fromrScudo-vignette.Rmdusingknitr::rmarkdownon May 30 2026.

Last update: 2019-12-19
Started: 2018-10-23

Readme and manuals

Help Manual

Help pageTopics
Signature-based Clustering for Diagnostic PurposesrScudo-package
Performes classification using SCUDOscudoClassify
Create a Cytoscape network from the output of scudoNetworkscudoCytoscape
Generate model for 'caret::train'scudoModel
Create graph from a ScudoResults objectscudoNetwork scudoNetwork,ScudoResults-method
Plot scudoNetwork resultscudoPlot
Class ScudoResultsconsensusDownSignatures consensusDownSignatures,ScudoResults-method consensusUpSignatures consensusUpSignatures,ScudoResults-method distMatrix distMatrix,ScudoResults-method downSignatures downSignatures,ScudoResults-method groupsAnnotation groupsAnnotation,ScudoResults-method scudoParams scudoParams,ScudoResults-method ScudoResults ScudoResults-class selectedFeatures selectedFeatures,ScudoResults-method show,ScudoResults-method upSignatures upSignatures,ScudoResults-method
Performs SCUDO analysis on test datasetscudoTest
Performs SCUDO analysisscudoTrain