Closed savytskanatalia closed 4 years ago
@savytskanatalia can you change the first row of condition.csv
to SampleID,condition
?
Thank you,
Hyun-Hwan Jeong
@hyunhwaj yes, I tried it. When I do this, the run proceeds a bit further, but execution is still halted:
Step 1: Loading required libraries... Step 2: Loading input data... Step 3: Running the DE analysis... converting counts to integer mode estimating size factors estimating dispersions gene-wise dispersion estimates mean-dispersion relationship -- note: fitType='parametric', but the dispersion trend was not well captured by the function: y = a/x + b, and a local regression fit was automatically substituted. specify fitType='local' or 'mean' to avoid this message next time. Error in lfproc(x, y, weights = weights, cens = cens, base = base, geth = geth, : newsplit: out of vertex space Calls: SalmonTE ... estimateDispersionsFit -> localDispersionFit -> locfit -> lfproc -> .C In addition: There were 17 warnings (use warnings() to see them) Execution halted
@savytskanatalia, It seems that there is a problem with DESeq2, but I can't replicate the problem. If you don't mind sharing the data, can you share your data with hyunhwaj_at_bcm.edu so that I can figure out the problem?
Thank you,
Hyun-Hwan Jeong
@hyunhwaj , it was a mistake on my side - I took as test input TPM expression file instead of counts. Re-running quantification step with counts as exprtype and using it for input in DESeq2 resolves the issue.
I will mark the issue as a resolved, because the initial technical issue was resolved by your kind suggestion! and the second error was due to my mistake.
Thank you for your help again!
Good evening! I am running into problem with SalmonTE test.
I used command
SalmonTE.py test --inpath salmonte --outpath salmonte_out --tabletype csv --analysis_type DE --conditions=control,condition
And my condition.csv is edited to be:
The head of my EXPR.csv is:
The MAPPING_INFO.csv :
My issue seems to be same or similar to the one in Issue #39 .... SalmonTE version I use is SalmonTE 0.4
Thank you in advance for your reply!
Best wishes, Natalia.