This document explains the functionalities available in the a4Core package.
This package contains utility functions for the Automated Affymetrix Array Analysis suite of packages.
An expressionSet example data for testing and demonstration of the set of packages is simulated with the simulateData
function:
eSet <- simulateData(
nCols = 40, nRows = 1000,
nEffectRows = 5, nNoEffectCols = 5,
betweenClassDifference = 1, withinClassSd = 0.5
)
print(eSet)
## ExpressionSet (storageMode: lockedEnvironment)
## assayData: 1000 features, 40 samples
## element names: exprs
## protocolData: none
## phenoData
## sampleNames: Sample1 Sample2 ... Sample40 (40 total)
## varLabels: type
## varMetadata: type labelDescription
## featureData: none
## experimentData: use 'experimentData(object)'
## Annotation:
The package contains utility functions to create the top tables of the most important features for multiple classification models as produced by the lassoClass
function of the a4Classif
package, as ‘glmnet’, ‘lognet’ and ‘elnet’.
## R version 4.3.0 RC (2023-04-13 r84269 ucrt)
## Platform: x86_64-w64-mingw32/x64 (64-bit)
## Running under: Windows Server 2022 x64 (build 20348)
##
## Matrix products: default
##
##
## locale:
## [1] LC_COLLATE=C
## [2] LC_CTYPE=English_United States.utf8
## [3] LC_MONETARY=English_United States.utf8
## [4] LC_NUMERIC=C
## [5] LC_TIME=English_United States.utf8
##
## time zone: America/New_York
## tzcode source: internal
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] a4Core_1.48.0
##
## loaded via a namespace (and not attached):
## [1] cli_3.6.1 knitr_1.42 rlang_1.1.0
## [4] xfun_0.39 jsonlite_1.8.4 htmltools_0.5.5
## [7] sass_0.4.5 glmnet_4.1-7 Biobase_2.60.0
## [10] rmarkdown_2.21 grid_4.3.0 evaluate_0.20
## [13] jquerylib_0.1.4 fastmap_1.1.1 yaml_2.3.7
## [16] foreach_1.5.2 compiler_4.3.0 codetools_0.2-19
## [19] Rcpp_1.0.10 lattice_0.21-8 digest_0.6.31
## [22] R6_2.5.1 splines_4.3.0 shape_1.4.6
## [25] bslib_0.4.2 Matrix_1.5-4 tools_4.3.0
## [28] iterators_1.0.14 BiocGenerics_0.46.0 survival_3.5-5
## [31] cachem_1.0.7