GenEDA.RdConstruct a geneda object
GenEDA(normalized, metadata, counts = NULL, DEGs = NULL)Normalized expression matrix (features x samples).
Sample metadata data.frame with row names matching colnames(normalized).
Optional counts matrix (features x samples).
Optional DEG results from DESeq2
Note: This constructor does not compute HVGs or PCA. Use
FindVariableFeatures() and RunPCA() afterward.
A geneda object.