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.5.1 (2025-06-13)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 24.04.3 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.26.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=C
#> [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.3.0 scater_1.37.0
#> [3] ggplot2_4.0.0 scuttle_1.19.0
#> [5] SingleCellExperiment_1.31.1 SummarizedExperiment_1.39.2
#> [7] Biobase_2.69.1 GenomicRanges_1.61.8
#> [9] Seqinfo_0.99.4 IRanges_2.43.8
#> [11] S4Vectors_0.47.6 BiocGenerics_0.55.4
#> [13] generics_0.1.4 MatrixGenerics_1.21.0
#> [15] matrixStats_1.5.0 BiocStyle_2.37.1
#>
#> 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.4 ggbeeswarm_0.7.2
#> [7] GenomicFeatures_1.61.8 farver_2.1.2
#> [9] rmarkdown_2.30 GlobalOptions_0.1.2
#> [11] fs_1.6.6 BiocIO_1.19.0
#> [13] vctrs_0.6.5 memoise_2.0.1
#> [15] Rsamtools_2.25.3 DelayedMatrixStats_1.31.0
#> [17] RCurl_1.98-1.17 htmltools_0.5.8.1
#> [19] S4Arrays_1.9.3 curl_7.0.0
#> [21] BiocNeighbors_2.3.1 SparseArray_1.9.2
#> [23] sass_0.4.10 bslib_0.9.0
#> [25] cachem_1.1.0 ResidualMatrix_1.19.0
#> [27] buildtools_1.0.0 GenomicAlignments_1.45.5
#> [29] igraph_2.2.1 lifecycle_1.0.4
#> [31] pkgconfig_2.0.3 rsvd_1.0.5
#> [33] Matrix_1.7-4 R6_2.6.1
#> [35] fastmap_1.2.0 digest_0.6.37
#> [37] colorspace_2.1-2 AnnotationDbi_1.71.2
#> [39] dqrng_0.4.1 irlba_2.3.5.1
#> [41] RSQLite_2.4.3 beachmat_2.25.5
#> [43] httr_1.4.7 abind_1.4-8
#> [45] compiler_4.5.1 bit64_4.6.0-1
#> [47] withr_3.0.2 S7_0.2.0
#> [49] BiocParallel_1.43.4 viridis_0.6.5
#> [51] DBI_1.2.3 DelayedArray_0.35.5
#> [53] rjson_0.2.23 bluster_1.19.1
#> [55] tools_4.5.1 vipor_0.4.7
#> [57] beeswarm_0.4.0 glue_1.8.0
#> [59] restfulr_0.0.16 batchelor_1.25.0
#> [61] grid_4.5.1 cluster_2.1.8.1
#> [63] megadepth_1.19.0 gtable_0.3.6
#> [65] tzdb_0.5.0 ensembldb_2.33.2
#> [67] hms_1.1.4 metapod_1.17.0
#> [69] BiocSingular_1.25.1 ScaledMatrix_1.17.0
#> [71] XVector_0.49.3 stringr_1.5.2
#> [73] ggrepel_0.9.6 pillar_1.11.1
#> [75] limma_3.65.7 circlize_0.4.16
#> [77] dplyr_1.1.4 lattice_0.22-7
#> [79] rtracklayer_1.69.1 bit_4.6.0
#> [81] tidyselect_1.2.1 locfit_1.5-9.12
#> [83] maketools_1.3.2 Biostrings_2.77.2
#> [85] knitr_1.50 gridExtra_2.3
#> [87] ProtGenerics_1.41.0 edgeR_4.7.6
#> [89] cmdfun_1.0.2 xfun_0.53
#> [91] statmod_1.5.1 stringi_1.8.7
#> [93] UCSC.utils_1.5.1 EnsDb.Hsapiens.v86_2.99.0
#> [95] lazyeval_0.2.2 yaml_2.3.10
#> [97] evaluate_1.0.5 codetools_0.2-20
#> [99] cigarillo_0.99.2 tibble_3.3.0
#> [101] BiocManager_1.30.26 cli_3.6.5
#> [103] jquerylib_0.1.4 Rcpp_1.1.0
#> [105] GenomeInfoDb_1.45.13 png_0.1-8
#> [107] XML_3.99-0.19 parallel_4.5.1
#> [109] readr_2.1.5 blob_1.2.4
#> [111] AnnotationFilter_1.33.0 scran_1.37.0
#> [113] sparseMatrixStats_1.21.0 bitops_1.0-9
#> [115] viridisLite_0.4.2 scales_1.4.0
#> [117] purrr_1.1.0 crayon_1.5.3
#> [119] rlang_1.1.6 KEGGREST_1.49.2