Closed DarioS closed 2 years ago
Hi Dario, @DarioS
I can take a closer look but it seems that you should be searching for and finding the column names in the **_subtype
column, e.g.,
colData(headNeck)[, getSubtypeMap(headNeck)$HNSC_subtype[getSubtypeMap(headNeck)$HNSC_subtype %in% names(colData(headNeck))]]
DataFrame with 521 rows and 5 columns
RNA Methylation RPPA miRNA PARADIGM
<character> <character> <integer> <integer> <integer>
TCGA-4P-AA8J NA NA NA NA NA
TCGA-BA-4074 NA NA NA NA NA
TCGA-BA-4075 NA NA NA NA NA
TCGA-BA-4076 NA NA NA NA NA
The subtypes seem to be all NA
in both version 1.1.38
or 2.0.1
for HNSC.
Best,
Marcel
Ah, I see. Perhaps that could be explicitly stated in the documentation.
The
getSubtypeMap
function provides a 2 column data.frame with in-data variable names and an interpreted names.
It is unclear from this statement which column to use to subset colData
's DataFrame
with.
The column names are not found in the data set. An example is
Also, Genomic Classification of Cutaneous Melanoma, Cell, 2015 has
and I find that I can't access those, either, although they seem to be curated.
Considering patient ID, it seems the name styles might have changed over time. Note that first column name is actually
patientID
and notPatient_ID
as thegetSubtypeMap
function reports it. I wonder if other column names are similarly incorrect.