FertigLab / CoGAPS

Bayesian MCMC matrix factorization algorithm
https://www.bioconductor.org/packages/release/bioc/html/CoGAPS.html
BSD 3-Clause "New" or "Revised" License
57 stars 17 forks source link

Warning: Large values detected, is data log transformed? #113

Closed mumdark closed 2 weeks ago

mumdark commented 2 weeks ago

Thank you for developing such an excellent tool.

I am conducting single-cell analysis, and when running the following code:

pdac_epi_result <- CoGAPS(pdac_epi_counts, pdac_params)

I receive the following warning:

Warning: Large values detected, is data log transformed?

Meanwhile, I noticed the following line of code in the vignette, but the generated norm_pdac_epi_counts does not seem to be used:

norm_pdac_epi_counts <- log1p(pdac_epi_counts)

Is there any mistake in my analysis?

Thanks for your help!

ejfertig commented 2 weeks ago

You should probably use the normalized values as input instead of counts

Get Outlook for iOShttps://aka.ms/o0ukef


From: 酩酊 @.> Sent: Tuesday, July 9, 2024 6:03:02 AM To: FertigLab/CoGAPS @.> Cc: Subscribed @.***> Subject: [FertigLab/CoGAPS] Warning: Large values detected, is data log transformed? (Issue #113)

Thank you for developing such an excellent tool.

I am conducting single-cell analysis, and when running the following code:

pdac_epi_result <- CoGAPS(pdac_epi_counts, pdac_params)

I receive the following warning:

Warning: Large values detected, is data log transformed?

Meanwhile, I noticed the following line of code in the vignette, but the generated norm_pdac_epi_counts does not seem to be used:

norm_pdac_epi_counts <- log1p(pdac_epi_counts)

Is there any mistake in my analysis?

Thanks for your help!

— Reply to this email directly, view it on GitHubhttps://github.com/FertigLab/CoGAPS/issues/113, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AATMMK7T6NTAS7UHRYSJP4TZLOYNNAVCNFSM6AAAAABKSQTI5OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TONZTGM4DKNA. You are receiving this because you are subscribed to this thread.Message ID: @.***>