You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in initialize(...) : attempt to use zero-length variable name
exiting from: biocbox.FacileLinearModelDefinition(x, assay_name, method, features,
filter, with_sample_weights = with_sample_weights, weights = weights,
...)
Error in fdge.FacileLinearModelDefinition(., method = "voom") :
rownames of design(x) does not match biocbox
and it turned out that crappy column names in the features() we were getting was the problem
The text was updated successfully, but these errors were encountered:
I had a DGEList with some crazy y$genes data.frame. Had columns named NA and other stuff. It totally screwed things in weird places.
For instance a call to
fdge
in something like:would throw a crazy error like this:
and it turned out that crappy column names in the
features()
we were getting was the problemThe text was updated successfully, but these errors were encountered: