chevreulProcessR is an open-source statistical environment which can be
easily modified to enhance its functionality via packages. chevreulProcess
is a R package available via the Bioconductor repository for packages.
R can be installed on any operating system from CRAN after which you can install
chevreulProcess
by using the following commands in your R session:
The chevreulProcess
package is designed for single-cell RNA sequencing data. The functions
included within this package are derived from other packages that have
implemented the infrastructure needed for RNA-seq data processing and
analysis. Packages that have been instrumental in the development of
chevreulProcess
include, Biocpkg("SummarizedExperiment") and
Biocpkg("scater").
R and Bioconductor have a steep learning
curve so it is critical to learn where to ask for help. The Bioconductor support site
is the main resource for getting help: remember to use the
chevreulProcess tag and check the older
posts.
chevreulProcessThe chevreulProcess package contains functions to
preprocess, cluster, visualize, and perform other analyses on scRNA-seq
data. It also contains a shiny app for easy visualization and analysis
of scRNA data.
chvereul uses SingelCellExperiment (SCE) object type
(from SingleCellExperiment)
to store expression and other metadata from single-cell experiments.
This package features functions capable of:
R session information.
#> R version 4.6.1 (2026-06-24)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 26.04 LTS
#>
#> Matrix products: default
#> BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
#> LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.32.so; LAPACK version 3.12.0
#>
#> locale:
#> [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
#> [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
#> [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
#> [7] LC_PAPER=en_US.UTF-8 LC_NAME=C
#> [9] LC_ADDRESS=C LC_TELEPHONE=C
#> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
#>
#> time zone: Etc/UTC
#> tzcode source: system (glibc)
#>
#> attached base packages:
#> [1] stats4 stats graphics grDevices utils datasets methods
#> [8] base
#>
#> other attached packages:
#> [1] chevreulProcess_1.4.0 scater_1.40.2
#> [3] ggplot2_4.0.3 scuttle_1.22.0
#> [5] SingleCellExperiment_1.34.0 SummarizedExperiment_1.42.0
#> [7] Biobase_2.72.0 GenomicRanges_1.64.0
#> [9] Seqinfo_1.2.0 IRanges_2.46.0
#> [11] S4Vectors_0.50.1 BiocGenerics_0.58.1
#> [13] generics_0.1.4 MatrixGenerics_1.24.0
#> [15] matrixStats_1.5.0 BiocStyle_2.40.0
#>
#> loaded via a namespace (and not attached):
#> [1] RColorBrewer_1.1-3 sys_3.4.3
#> [3] jsonlite_2.0.0 shape_1.4.6.1
#> [5] magrittr_2.0.5 ggbeeswarm_0.7.3
#> [7] GenomicFeatures_1.64.0 farver_2.1.2
#> [9] rmarkdown_2.31 GlobalOptions_0.1.4
#> [11] fs_2.1.0 BiocIO_1.22.0
#> [13] vctrs_0.7.3 memoise_2.0.1
#> [15] Rsamtools_2.28.0 DelayedMatrixStats_1.34.0
#> [17] RCurl_1.98-1.19 htmltools_0.5.9
#> [19] S4Arrays_1.12.0 curl_7.1.0
#> [21] BiocNeighbors_2.6.0 SparseArray_1.12.2
#> [23] sass_0.4.10 bslib_0.11.0
#> [25] cachem_1.1.0 ResidualMatrix_1.22.0
#> [27] buildtools_1.0.0 GenomicAlignments_1.48.0
#> [29] igraph_2.3.3 lifecycle_1.0.5
#> [31] pkgconfig_2.0.3 rsvd_1.0.5
#> [33] Matrix_1.7-5 R6_2.6.1
#> [35] fastmap_1.2.0 digest_0.6.39
#> [37] colorspace_2.1-3 AnnotationDbi_1.74.0
#> [39] dqrng_0.4.1 irlba_2.3.7
#> [41] RSQLite_3.53.3 beachmat_2.28.0
#> [43] httr_1.4.8 abind_1.4-8
#> [45] compiler_4.6.1 bit64_4.8.2
#> [47] withr_3.0.3 S7_0.2.2
#> [49] BiocParallel_1.46.0 viridis_0.6.5
#> [51] DBI_1.3.0 DelayedArray_0.38.2
#> [53] rjson_0.2.23 bluster_1.22.0
#> [55] tools_4.6.1 vipor_0.4.7
#> [57] otel_0.2.0 beeswarm_0.4.0
#> [59] glue_1.8.1 restfulr_0.0.17
#> [61] batchelor_1.28.0 grid_4.6.1
#> [63] cluster_2.1.8.2 megadepth_1.22.0
#> [65] gtable_0.3.6 tzdb_0.5.0
#> [67] ensembldb_2.36.1 hms_1.1.4
#> [69] metapod_1.20.0 BiocSingular_1.28.0
#> [71] ScaledMatrix_1.20.0 XVector_0.52.0
#> [73] stringr_1.6.0 ggrepel_0.9.8
#> [75] pillar_1.11.1 limma_3.68.4
#> [77] circlize_0.4.18 dplyr_1.2.1
#> [79] lattice_0.22-9 rtracklayer_1.72.0
#> [81] bit_4.6.0 tidyselect_1.2.1
#> [83] locfit_1.5-9.12 maketools_1.3.2
#> [85] Biostrings_2.80.1 knitr_1.51
#> [87] gridExtra_2.3.1 ProtGenerics_1.44.0
#> [89] edgeR_4.10.1 cmdfun_1.0.2
#> [91] xfun_0.60 statmod_1.5.2
#> [93] stringi_1.8.7 UCSC.utils_1.8.0
#> [95] EnsDb.Hsapiens.v86_2.99.0 lazyeval_0.2.3
#> [97] yaml_2.3.12 evaluate_1.0.5
#> [99] codetools_0.2-20 cigarillo_1.2.1
#> [101] tibble_3.3.1 BiocManager_1.30.27
#> [103] cli_3.6.6 jquerylib_0.1.4
#> [105] Rcpp_1.1.2 GenomeInfoDb_1.48.0
#> [107] png_0.1-9 XML_3.99-0.23
#> [109] parallel_4.6.1 readr_2.2.0
#> [111] blob_1.3.0 AnnotationFilter_1.36.0
#> [113] scran_1.40.0 sparseMatrixStats_1.24.0
#> [115] bitops_1.0-9 viridisLite_0.4.3
#> [117] scales_1.4.0 purrr_1.2.2
#> [119] crayon_1.5.3 rlang_1.3.0
#> [121] KEGGREST_1.52.2