This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is there a way to obtain a list/dataframe of the CorLevelPlot results?

Does anyone know if there is a way to obtain a list/dataframe of the results produced by CorLevelPlot?

wgcna corlevelplot

1 answer

Are you referring to my package, CorLevelPlot (https://github.com/kevinblighe/CorLevelPlot/), which is neither on CRAN nor Bioconductor?

If you are referring to this, I would simply clone the github repo locally, via:

git clone https://github.com/kevinblighe/CorLevelPlot/

Then, modify the function code. All that you need to do is export the object corvals:

Kind regards,

Kevin

Thank you, Kevin! I am able to obtain the data using return(corvals).

Log in to answer this question.