1 Introduction

This document explains the functionalities available in the a4Core package.

This package contains utility functions for the Automated Affymetrix Array Analysis suite of packages.

2 Simulate data

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:

3 Top tables utility functions for classification

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’.

4 Appendix

4.1 Session information

## R Under development (unstable) (2023-10-22 r85388)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 22.04.3 LTS
## 
## Matrix products: default
## BLAS:   /home/biocbuild/bbs-3.19-bioc/R/lib/libRblas.so 
## LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.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: America/New_York
## tzcode source: system (glibc)
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] a4Core_1.51.0
## 
## loaded via a namespace (and not attached):
##  [1] cli_3.6.1           knitr_1.44          rlang_1.1.1        
##  [4] xfun_0.40           jsonlite_1.8.7      htmltools_0.5.6.1  
##  [7] sass_0.4.7          glmnet_4.1-8        Biobase_2.63.0     
## [10] rmarkdown_2.25      grid_4.4.0          evaluate_0.22      
## [13] jquerylib_0.1.4     fastmap_1.1.1       yaml_2.3.7         
## [16] foreach_1.5.2       compiler_4.4.0      codetools_0.2-19   
## [19] Rcpp_1.0.11         lattice_0.22-5      digest_0.6.33      
## [22] R6_2.5.1            splines_4.4.0       shape_1.4.6        
## [25] bslib_0.5.1         Matrix_1.6-1.1      tools_4.4.0        
## [28] iterators_1.0.14    BiocGenerics_0.49.0 survival_3.5-7     
## [31] cachem_1.0.8