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

results_transcripts error #175

Open
SAMANDOLL opened this issue Aug 30, 2020 · 2 comments
Open

results_transcripts error #175

SAMANDOLL opened this issue Aug 30, 2020 · 2 comments

Comments

@SAMANDOLL
Copy link

results_transcripts = stattest(bg_filt, feature="transcript" , covariate = "group" , getFC = TRUE, meas = "FPKM")
Coefficients not estimable: libadjust
Error in coef[r2, ] <- NA : incorrect number of subscripts on matrix

i am facing this error. kindly guide me

@chichizhao
Copy link

hey, friend
same question that I meet, after look at the help .
I solve this problem with such command line.

results_transcripts = stattest(bg, feature = "transcript", covariate = "type",getFC = TRUE, meas = "FPKM",libadjust = FALSE)

her also my problem

results_transcripts = stattest(bg, feature = "transcript", covariate = "type",getFC = TRUE, meas = "FPKM")
Coefficients not estimable: libadjust
Error in solve.default(t(mod) %*% mod) :
Lapack routine dgesv: system is exactly singular: U[3,3] = 0
In addition: Warning message:
Partial NA coefficients for 4564 probe(s)
results_transcripts = stattest(bg, feature = "transcript", covariate = "type",getFC = TRUE, meas = "FPKM",libadjust = TRUE)
Error in stattest(bg, feature = "transcript", covariate = "type", getFC = TRUE, :
is.numeric(libadjust) | identical(libadjust, FALSE) is not TRUE
results_transcripts = stattest(bg, feature = "transcript", covariate = "type",getFC = TRUE, meas = "FPKM",libadjust = FALSE)

@chichizhao
Copy link

finially i found that the source of this problem may relative to your origion data, here i just use the data that procecced from the same raw data, it is a bit of awkward, but it is that.

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

2 participants