jaleesr / TrendCatcher

TrendCatcher is an open source R-package that allows users to systematically analyze and visualize time course data. Please cite "Temporal transcriptomic analysis using TrendCatcher identifies early and persistent neutrophil activation in severe COVID-19" by Xinge Wang et al published in JCI Insight (2022) - https://insight.jci.org/articles/view/157255
9 stars 3 forks source link

"missing value in parameter" #2

Closed elizabeththayer5 closed 2 years ago

elizabeththayer5 commented 2 years ago

Hello! Thanks so much for creating this package! I'm looking forward to seeing my results after running it successfully. However, I am getting an error after trying to run the main function with my data. The file passes all of the first steps, but fails in the middle of running (60% done) and shoots this message: "Error in { : task 1975 failed - "missing value in parameter". I've looked at the csv and everything looks correct, so I'm wondering what parameter it means? If you could give me some insight into what it wants, I would really appreciate it. Thanks!

wangxinge commented 2 years ago

Hello @elizabeththayer5, Thank you for choosing TrendCatcher. I've added a show.verbose option in run_TrendCatcher. If you set it to TRUE, it will print gene name which has been successfully processed by gss package. Check the gene name which cause the iteration stopped. Normally super low count may cause gssanova fitting failure, I suggest to remove the super low counted genes before your run TrendCatcher.

elizabeththayer5 commented 2 years ago

Thank you! That worked perfectly. It was just one gene that was messing it up.