I have a brain connectivity analysis tool that leverages dimensionality reducing transformations based on HCP-YA and other HCP-related studies. For example a PCA transformation to reduce a set of 500x500 FC matrices to 256 components. I only use the upper triangular portion, so the transform contains 124750x256 values, which is around 128MB (float32 stored in .npy currently). I have a few hundred such transforms using different parcellations and different connectivity estimation techniques. I am interested in putting these on openneuro as a derivatives dataset.
Is there any documentation or discussion about how such a dataset might be structured?