Package: rScudo 1.21.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.21.0.tar.gz
rScudo_1.21.0.zip(r-4.5)rScudo_1.21.0.zip(r-4.4)rScudo_1.21.0.zip(r-4.3)
rScudo_1.21.0.tgz(r-4.4-any)rScudo_1.21.0.tgz(r-4.3-any)
rScudo_1.21.0.tar.gz(r-4.5-noble)rScudo_1.21.0.tar.gz(r-4.4-noble)
rScudo_1.21.0.tgz(r-4.4-emscripten)rScudo_1.21.0.tgz(r-4.3-emscripten)
rScudo.pdf |rScudo.html
rScudo/json (API)
NEWS

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

Peer review:

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

On BioConductor:rScudo-1.21.0(bioc 3.20)rScudo-1.20.0(bioc 3.19)

bioconductor-package

16 exports 0.91 score 39 dependencies

Last updated 2 months agofrom:f66cee90ad

Exports:consensusDownSignaturesconsensusUpSignaturesdistMatrixdownSignaturesgroupsAnnotationscudoClassifyscudoCytoscapescudoModelscudoNetworkscudoParamsscudoPlotScudoResultsscudoTestscudoTrainselectedFeaturesupSignatures

Dependencies:abindaskpassBiobaseBiocGenericsclicpp11crayoncurlDelayedArrayGenomeInfoDbGenomeInfoDbDataGenomicRangesgluehttrigraphIRangesjsonlitelatticelifecyclemagrittrMatrixMatrixGenericsmatrixStatsmimeopensslpkgconfigR6rlangS4ArraysS4VectorsSparseArraystringistringrSummarizedExperimentsysUCSC.utilsvctrsXVectorzlibbioc

An introduction to rScudo

Rendered fromrScudo-vignette.Rmdusingknitr::rmarkdownon Jun 17 2024.

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