Entering edit mode
24 months ago
cg_ref_database
▴
20
Does anyone know if there is a way to obtain a list/dataframe of the results produced by CorLevelPlot?
Does anyone know if there is a way to obtain a list/dataframe of the results produced by CorLevelPlot?
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:
Then, modify the function code. All that you need to do is export the object corvals
:
Kind regards,
Kevin
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thank you, Kevin! I am able to obtain the data using return(corvals).
Cool - thank you