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

tcareg won't finish after 24 hours #19

Open
xinming-an opened this issue Oct 20, 2023 · 3 comments
Open

tcareg won't finish after 24 hours #19

xinming-an opened this issue Oct 20, 2023 · 3 comments

Comments

@xinming-an
Copy link

the tcareg function cannot finish even after 24 hours of running. My sample size is less than 700. Below are the logs from the package. Any suggestions are greatly appreciated. Thank you!

INFO [2023-10-04 09:17:36] Starting tca...
INFO [2023-10-04 09:17:37] Validating input...
INFO [2023-10-04 09:18:07] Fitting the TCA model...
INFO [2023-10-04 09:18:08] Fitting means and variances...
INFO [2023-10-04 09:18:08] Iteration 1 out of 10 internal iterations...

|
| | 0%
|
|+++++ | 10%
|
|++++++++++ | 20%
|
|+++++++++++++++ | 30%
|
|++++++++++++++++++++ | 40%
|
|+++++++++++++++++++++++++ | 50%
|
|++++++++++++++++++++++++++++++ | 60%
|
|+++++++++++++++++++++++++++++++++++ | 70%
|
|++++++++++++++++++++++++++++++++++++++++ | 80%
|
|+++++++++++++++++++++++++++++++++++++++++++++ | 90%
|
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100%

|
| | 0%
|
|+++++ | 10%
|
|++++++++++ | 20%
|
|+++++++++++++++ | 30%
|
|++++++++++++++++++++ | 40%
|
|+++++++++++++++++++++++++ | 50%
|
|++++++++++++++++++++++++++++++ | 60%
|
|+++++++++++++++++++++++++++++++++++ | 70%
|
|++++++++++++++++++++++++++++++++++++++++ | 80%
|
|+++++++++++++++++++++++++++++++++++++++++++++ | 90%
|
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100%
INFO [2023-10-04 09:40:28] Iteration 2 out of 10 internal iterations...

|
| | 0%
|
|+++++ | 10%
|
|++++++++++ | 20%
|
|+++++++++++++++ | 30%
|
|++++++++++++++++++++ | 40%
|
|+++++++++++++++++++++++++ | 50%
|
|++++++++++++++++++++++++++++++ | 60%
|
|+++++++++++++++++++++++++++++++++++ | 70%
|
|++++++++++++++++++++++++++++++++++++++++ | 80%
|
|+++++++++++++++++++++++++++++++++++++++++++++ | 90%
|
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100%

|
| | 0%
|
|+++++ | 10%
|
|++++++++++ | 20%
|
|+++++++++++++++ | 30%
|
|++++++++++++++++++++ | 40%
|
|+++++++++++++++++++++++++ | 50%
|
|++++++++++++++++++++++++++++++ | 60%
|
|+++++++++++++++++++++++++++++++++++ | 70%
|
|++++++++++++++++++++++++++++++++++++++++ | 80%
|
|+++++++++++++++++++++++++++++++++++++++++++++ | 90%
|
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100%
INFO [2023-10-04 10:14:06] Internal loop converged.
INFO [2023-10-04 10:14:06] Finished tca.
[1] "tca model complete"
INFO [2023-10-04 10:14:06] Starting tcareg...
INFO [2023-10-04 10:14:06] Validating input...
INFO [2023-10-04 10:14:13] Preparing data...
INFO [2023-10-04 10:14:29] Running TCA regression...
INFO [2023-10-04 10:14:29] Estimate tensor...

|
| | 0%
|
|+++++ | 10%
|
|++++++++++ | 20%
|
|+++++++++++++++ | 30%
|
|++++++++++++++++++++ | 40%
|
|+++++++++++++++++++++++++ | 50%
|
|++++++++++++++++++++++++++++++ | 60%
|
|+++++++++++++++++++++++++++++++++++ | 70%
|
|++++++++++++++++++++++++++++++++++++++++ | 80%
|
|+++++++++++++++++++++++++++++++++++++++++++++ | 90%
|
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100%
INFO [2023-10-04 14:12:22] Finished estimating tensor.

|
| | 0%

@E-R
Copy link
Contributor

E-R commented Oct 24, 2023

You never saw it goes above 0%?
Can you try running tcareg on a small set of CpGs (e.g., 100) and make sure it works?

@xinming-an
Copy link
Author

Yes, the program never goes above 0% with the original data (around 700,000 CpGs). The function did work with 10,000 CpGs. Shall I split the data into small parts and apply the function to each?

@E-R
Copy link
Contributor

E-R commented Nov 3, 2023

What was the runtime of the tcareg command in the 10,000 cpgs run?

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