Bioc2026 Registration Open!

cbpManager

Generate, manage, and edit data and metadata files suitable for the import in cBioPortal for Cancer Genomics

Bioconductor version: 3.23 · Package version: 1.20.0

This R package provides an R Shiny application that enables the user to generate, manage, and edit data and metadata files suitable for the import in cBioPortal for Cancer Genomics. Create cancer studies and edit its metadata. Upload mutation data of a patient that will be concatenated to the data_mutation_extended.txt file of the study. Create and edit clinical patient data, sample data, and timeline data. Create custom timeline tracks for patients.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("cbpManager")

Details

MaintainerArsenij Ustjanzew <arsenij.ustjanzew@gmail.com>
AuthorArsenij Ustjanzew [aut, cre, cph] (ORCID: <https://orcid.org/0000-0002-1014-4521>), Federico Marini [aut] (ORCID: <https://orcid.org/0000-0003-3252-7758>)
LicenseAGPL-3 + file LICENSE
URLhttps://arsenij-ust.github.io/cbpManager/index.html
Bug Reportshttps://github.com/arsenij-ust/cbpManager/issues
Downloads rank251
Source branchRELEASE_3_23
biocViewsDataImport, DataRepresentation, GUI, ImmunoOncology, Preprocessing, Software, ThirdPartyClient, Visualization

Documentation

Download

Dependencies

Depends: shiny, shinydashboard

Imports: utils, DT, htmltools, vroom, plyr, dplyr, magrittr, jsonlite, rapportools, basilisk, reticulate, shinyBS, shinycssloaders, rintrojs, rlang, markdown

Suggests: knitr, BiocStyle, rmarkdown, testthat (>= 3.0.0)