This function takes the feature matrix generated by scFeatures as input and creates an HTML report containing the results of the association study. The report is saved to the specified output folder.
Arguments
- scfeatures_result
a named list storing the scFeatures feature output. Note that the names of the list should be one or multiple of the following:
proportion_raw
,proportion_logit
,proportion_ratio
,gene_mean_celltype
,gene_prop_celltype
,gene_cor_celltype
,pathway_gsva
,pathway_mean
,pathway_prop
,CCI
,gene_mean_aggregated
,gene_cor_aggregated
, andgene_prop_aggregated
.- output_folder
the path to the folder where the HTML report will be saved