ExportFeaturesToCSV
ExportFeaturesToCSV.Rd
This function exports selected features, their annotations, and pairwise comparisons to a CSV file.
Arguments
- mmo
The mmo object containing feature data, annotations, and pairwise comparisons
- feature_list
A list of feature names to filter and export
- normalization
The normalization method to use for feature data. Options are 'None', 'Log', 'Meancentered', or 'Z' (default: 'None')
- output_dir
The output directory to save the CSV file