Open vylyny opened 6 months ago
Thanks for your feedback!
Hi,
Thanks so much for your help! I tried do_plot=FALSE and got a different kind of error:
_Error in $<-.data.frame
(*tmp*
, "AgeAcceleration", value = c(1
= -2.06246174972107, :
replacement has 1027 rows, data has 1039
I double checked and both the "beta_raw" and "info" data frames have 1,039 observations. The same code worked for other clock (eg Hannum), either with do_plot=TRUE or FALSE...
If you do not mind, please send me a subset of your input data so I can do better troubleshooting.
wangyucheng511@gmail.com
Turned out there were some NA values in the CpG sites. It is working now after dropping NA. Thank you!
Hi, Thank you for creating this great and user-friendly package for DNAm age! I have two questions:
Is there a way I can fix this? I also noticed if I subset my data to only about 10 samples, the code seems to work. Currently I have about 1000 samples.