Hi , I have a few questions about use cases for the pigengene package.
For our dataset, I provided both a training dataset and a test dataset, and the one.step.pigengene function did not appear to take the test data into account? The output was exactly the same with or without the test data parameters provided (testD and testLabels). My question is, does the test data have to be same dimension or similar sample size as the training set in order for the function to provide the accuracy of trees on the test data?
If we had already generated our own WGCNA with our own module eigengenes calculated for each sample, could we use that instance instead of running the wgcna.one.step function or the one.step.pigengene function to regenerate a WGCNA instance?
Thank you for your time and help!
Hi Dr. Zare,
Thank you for taking the time to answer my inquires. How do I get access to the devel version 1.29.4? The current version on bioconductor is version 1.28.
Go to the Pigengene page on Bioconductor and change "release" to "devel" in the url, i.e., https://bioconductor.org/packages/devel/bioc/html/Pigengene.html
It can take 1-2 days for the code to be updated on Bioconductor after I make some changes on my side.
Thank Dr. Zare, is 1.29.8 the current the devel version or should I wait a bit?
The latest version I submitted is 1.29.10.
Thank you Dr. Zare, I was able to use the devel version and get some statistics on the test set.