Releases: jasenfinch/riches
riches 0.3.0
-
Added a
NEWS.mdfile to track changes to the package. -
Replaced the example data set with a molecular formula assigned
AnalysisDataclass object. -
Added a
functionalEnrichment()method for theRandomForestS4 class. -
Removed the
EnrichmentParametersS4 class and associated methods. -
Added example organism FELLA data for Brachypodium distachyon (
bdi). -
Added the
organismData()function as a convenience wrapper for loading and building KEGG graph data for FELLA enrichment analyses. -
Added accessor methods for the
FunctionalEnrichmentS4 class. -
Added example structural classifications.
-
Added the
structuralEnrichment()method for theRandomForestS4 class. -
Functional and structural enrichment analyses can now be performed on explanatory features split by feature trends for binary comparisons or regression using the
splitargument offunctionEnrichment()andstructuralEnrichment().