r - Trinity failed with differential expression analysis test -


i tried running de test comes trinity after installing that's mentioned on website, ran error.

warning: edger comparison failed...  cmd: r --vanilla -q < trinity_trans.counts.matrix.diauxic_shift_vs_plateau.edger.rscript > library(edger) > > data = read.table("/usr/local/trinityrnaseq-r2013.02.25/sample_data/test_full_edger_pipeline/trinity_trans.counts.matrix", header=t, row.names=1, com='') > col_ordering = c(4,1) > rnaseqmatrix = data[,col_ordering] > rnaseqmatrix = round(rnaseqmatrix) > rnaseqmatrix = rnaseqmatrix[rowsums(rnaseqmatrix)>=10,] > conditions = factor(c(rep("plateau", 1), rep("diauxic_shift", 1))) > > exp_study = dgelist(counts=rnaseqmatrix, group=conditions) calculating library sizes column totals. > exp_study = calcnormfactors(exp_study) > et = exacttest(exp_study, dispersion=0.1) comparison of groups:  plateau - diauxic_shift > ttags = toptags(et,n=null) > write.table(ttags[ttags$table$pvalue <= 0.05,], file='trinity_trans.counts.matrix.diauxic_shift_vs_plateau.edger.de_results', sep='   ', quote=f, row.names=t) > source("/usr/local/trinityrnaseq-r2013.02.25/analysis/differentialexpression/r/rnaseq_plot_funcs.r") > pdf("trinity_trans.counts.matrix.diauxic_shift_vs_plateau.edger.de_results.ma_n_volcano.pdf") > result_table = ttags$table > plot_ma_and_volcano(result_table$logcpm, result_table$logfc, result_table$fdr) error in xy.coords(x, y, xlabel, ylabel, log) :   'x' , 'y' lengths differ calls: plot_ma_and_volcano -> plot_ma -> plot -> plot.default -> xy.coords execution halted error, cmd: r --vanilla -q < trinity_trans.counts.matrix.diauxic_shift_vs_plateau.edger.rscript died ret (256)  @ /usr/local/trinityrnaseq-r2013.02.25/util/..//analysis/differentialexpression/run_de_analysis.pl line 416. 


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -