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

Error running vignette #20

Open
sushilashenoy opened this issue Sep 23, 2016 · 0 comments
Open

Error running vignette #20

sushilashenoy opened this issue Sep 23, 2016 · 0 comments

Comments

@sushilashenoy
Copy link

I am going through the vignette for the R package using the mouse TCell data. Everything works fine up until this point:

CellCycleARD = fitFactor(sclvm,geneSet = ens_ids_cc, k=20,use_ard = TRUE)

Which returns this error

Error in python.exec(paste("X,K,Kint,varGPLVM_ARD = ", objName, ".fitFactor(idx=idx, X0=X0, k=k,standardize=standardize, use_ard=use_ard, interaction=interaction, initMethod=initMethod)", : BLAS/LAPACK routine 'DLASCL' gave error code -4

Interestingly if I run the same method on my own (human) single cell data, it works fine, but I am not sure how to interpret the plot that is generated by the next part of the vignette.

plot(seq(1, length(CellCycleARD$X_ard)), CellCycleARD$X_ard, xlab = '# Factor', ylab = 'Variance explained')
title('Variance explained by latent factors')

image

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