Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mat::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD #52

Open
ChrisSteel-bio opened this issue Dec 18, 2024 · 0 comments

Comments

@ChrisSteel-bio
Copy link

Running the below code on a large reference and run into the error in the title. Any ideas on a fix would be greatly appreciated,

set.seed(0)
full_reference = symphony::buildReference(
normalized_counts,
metadata,
vars = c('donor_id'), # variables to integrate over
K = 100, # number of Harmony clusters
verbose = TRUE, # verbose output
do_umap = TRUE, # can set to FALSE if want to run umap separately later
do_normalize = FALSE, # set to TRUE if input counts are not normalized yet
vargenes_method = 'vst', # method for variable gene selection ('vst' or 'mvp')
vargenes_groups = 'annotation_20230508', # metadata column specifying groups for variable gene selection
topn = 2000, # number of variable genes to choose per group
d = 20, # number of PCs
save_uwot_path = 'toncil_full_reference_uwot'
)

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant