Skip to content

Comments

Update ENSEMBLE.R#41

Open
anijudy wants to merge 1 commit intomeichendong:masterfrom
anijudy:anijudy-patch-1
Open

Update ENSEMBLE.R#41
anijudy wants to merge 1 commit intomeichendong:masterfrom
anijudy:anijudy-patch-1

Conversation

@anijudy
Copy link

@anijudy anijudy commented Aug 22, 2023

If both methods (BR and EM) are present when using the lad function, it will report an error:

Error in switch(method, BR = lad.fit.BR(x, y, tol), EM = lad.fit.EM(x, :
EXPR must be a length 1 vector

If we only use one of the methods, it will work fine. I tested both methods using the bulk RNA-seq in the tutorial, and it seems that the results are similar. So, I think going with the default will solve the problem.

If both methods (BR and EM) are present when using the lad function, it will report an error:

Error in switch(method, BR = lad.fit.BR(x, y, tol), EM = lad.fit.EM(x,  : 
  EXPR must be a length 1 vector

If we only use one of the methods, it will work fine. I tested both methods using the bulk RNA-seq in the tutorial, and it seems that the results are similar. So, I think going with the default will solve the problem.
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

Successfully merging this pull request may close these issues.

1 participant