geneda-class.RdAn S4 container for exploratory genomic data analysis. Stores optional raw counts, normalized data, sample metadata, highly variable genes (HVGs), and PCA dimensionality reduction results.
countsOptional counts matrix (features x samples). Can be NULL.
normalizedNormalized expression matrix (features x samples).
metadataSample-level metadata data.frame (rows = samples).
HVGsCharacter vector of selected highly variable gene IDs (row names).
DimReductionList for PCA results with Scores, Eigenvectors, percent_var.
DEGsList container for differential expression results.