Entering edit mode
9 months ago
Rob
▴
170
Hi friends How can I download mutation data from CPTAC for kidney cancer (ccRCC)? Is there any R-code for this?
Hi friends How can I download mutation data from CPTAC for kidney cancer (ccRCC)? Is there any R-code for this?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You can use the GenomiDataCommons package from Bioconductor. For example, in an old topic I found this:
My advice is to carefully read the documentation to adapt this script to your data and what you want to find. Alternatively, there is a Python library that you can find here: https://pypi.org/project/cptac/ where you can download your data. Use the reticulate package to convert data tables into data.frames in R.