Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the gDRtestData package to version 1.11.4, introducing the PRISM public dataset and expanding the documentation for several DepMap datasets by adding loading instructions, detailed descriptions, and updating keywords to 'real_data'. The review feedback identifies minor grammatical typos in the documentation and generated .Rd files, specifically recommending the pluralization of 'genes as columns' and '774 cell lines'.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| #' package = "gDRtestData"))} | ||
| #' | ||
| #' @source \url{https://depmap.org/portal/data_page/?tab=allData} | ||
| #' @format Matrix with cell lines as rows and genes as column |
| #' PRISM Broad Screen Cancer Cell Line Viability Dataset | ||
| #' | ||
| #' The single-agent screening data from the PRISM platform - | ||
| #' with one drug and 774 cell line. |
| } | ||
| \source{ | ||
| \url{https://depmap.org/portal/data_page/?tab=allData} | ||
| Matrix with cell lines as rows and genes as column |
| } | ||
| \description{ | ||
| The single-agent screening data from the PRISM platform - | ||
| with one drug and 774 cell line. |
| #' @section Description: | ||
| #' - Rows: Cell line identifiers | ||
| #' - Columns: Metadata columns (see below) | ||
| #' - Values: Cell line annotations and patient information |
There was a problem hiding this comment.
There are no patients, these are in vitro data. These are donors
| #' - Values: Cell line annotations and patient information | |
| #' - Values: Cell line annotations and donor demographics |
| | **Rows** | Individual cell lines (~1,000 models) | | ||
| | **Rows** | Individual cell lines | | ||
| | **Columns** | Metadata columns (see below) | | ||
| | **Values** | Cell line annotations and patient information | |
There was a problem hiding this comment.
Same as above.
| | **Values** | Cell line annotations and patient information | | |
| | **Values** | Cell line annotations and metadata | |
| #' \item{clid}{Unique Broad Institute cell line identifier.} | ||
| #' \item{CellLineName}{Publicly recognized cancer cell line name.} | ||
| #' \item{Tissue}{Primary tissue of origin.} | ||
| #' \item{parental_identifier}{Identifier for parental strain/patient source.} |
There was a problem hiding this comment.
Not patient source — it's a parental cell line identifier.
| #' \item{parental_identifier}{Identifier for parental strain/patient source.} | |
| #' \item{parental_identifier}{Identifier for the parental cell line.} |
| #' ### Row Metadata (rowData) | ||
| #' Feature metadata describing the treatment compounds across assays: | ||
| #' \describe{ | ||
| #' \item{Gnumber}{Broad Institute global substance identifier (Genentech/Broad ID).} |
There was a problem hiding this comment.
Gnumber is a Genentech identifier, not Broad Institute.
| #' \item{Gnumber}{Broad Institute global substance identifier (Genentech/Broad ID).} | |
| #' \item{Gnumber}{Genentech compound identifier.} |
Description
What changed?
Related JIRA issue: GDR-3409
Why was it changed?
To allow using PRISM data in examples accross gDRplatform
Checklist for sustainable code base
Logistic checklist
Screenshots (optional)