Error in contrasts<-(tmp, value = contr.funs[1 + isOF[nn]]) : contrasts can be applied only to factors with 2 or more levels
0
0
Entering edit mode
@fatimarasool135-20519
Last seen 5.1 years ago

Hi,

I have encountered an error while running the stattest function of ballgown

I have run the command as

results_transcripts = stattest(bg_chrX_filt,feature= c("gene","exon","intron","transcript"),covariate="part", getFC=TRUE,meas="FPKM", timecourse = FALSE, df=2)

The error was Error in contrasts<-(tmp, value = contr.funs[1 + isOF[nn]]) : contrasts can be applied only to factors with 2 or more levels

Again I modified the above command. The command is

results_transcripts = stattest(bg_chrX_filt,feature= c("gene","exon","intron","transcript"),covariate="part", getFC=TRUE,meas="FPKM", timecourse = TRUE)

The error was

Error in contrasts<-(tmp, value = contr.funs[1 + isOF[nn]]) : contrasts can be applied only to factors with 2 or more levels In addition: Warning message: In stattest(bgchrXfilt, feature = c("gene", "exon", "intron", : Not enough timepoints (or values of covariate) to fit a spline model with 4 degrees of freedom. Statistical tests will be run treating time as categorical. You can also re-run the analysis with decreased df.

Kindly tell me how to resolve it ?

software error ballgown rstudio R stattest • 1.8k views
ADD COMMENT

Login before adding your answer.

Traffic: 608 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6