ArchR
ArchR copied to clipboard
add version argument for writing gene expression to hdf5
I noticed that the current package has introduced version
argument, along with other new arguments in the addMatToArrow
function,
https://github.com/GreenleafLab/ArchR/blob/65968a4068253783fe6b0918efcbf7d216a49ee7/R/ArrowWrite.R#L105-L126
but the higher-level function addGeneExpressionMatrix
does not support passing those new arguments.
This pull request aims to provide the option to use the hdf5 style of the old version (version = 1).