The FuseNet object with the slot information listed as follow:
project_nameName of the project.
raw_dataRaw data. A d x M matrix with d rows of features and M columns of data points.
normalized_dataNormalized data. Same shape as raw_data.
scaled_dataScaled data (z-score). Same shape as raw_data.
pcaPrincipal component analysis result, see irlba.
dist_nullNull nearest neighbor M x M distance matrix.
sketch_idGeomertric sketching cell IDs.
sketch_distGeomertric sketching distance matrix.
weight_matList of feature and sample weight matrices:
feature_weight, n x d binary matrix with n rows of bootstrap iterations and d columns of features where 0 means feature not sampled and 1 means sampled.
sample_weight, n x M matrix with n rows of bootstrap iterations and M columns of data points where each entry represents weight.
perturb_mat, d x M matrix with d rows of features and M columns of data points where each entry represents the relative importance of a feature to a data point.
dist_matPermuted distance matrix.
paramsCommands used.