Closed szcf-weiya closed 6 months ago
I noticed that the current package has introduced version argument, along with other new arguments in the addMatToArrow function,
version
addMatToArrow
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.
addGeneExpressionMatrix
This pull request aims to provide the option to use the hdf5 style of the old version (version = 1).
I noticed that the current package has introduced
version
argument, along with other new arguments in theaddMatToArrow
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).