Hi,
I managed to import gbm_tcga_gdc study by replacing the stable id by another variable name.
I had a lot of warnings like Entrez_Id 693222 and gene symbolnull not found
So I downloaded a more recent study, hoping a better match of gene ID.
But I'm facing another problems when importing gdm_cptac_2021, there are illegal characters in the dataset
ERROR: data_acetylprotein_quantification.txt: lines [2, 3, 4, (12452 more)]: Feature id contains one or more illegal characters; values encountered: ['id was`A1BG_K134:NP_570602.2` and only alpha-numeric, _, . and - are allowed.', 'id was`A2M_K115:NP_000005.2` and only alpha-numeric, _, . and - are allowed.', 'id was`A2M_K1162:NP_000005.2` and only alpha-numeric, _, . and - are allowed.', '(12452 more)']
ERROR: data_lipidome_negative_quantification.txt: lines [2, 3, 4, (245 more)]: Feature id contains one or more illegal characters; values encountered: ['id was`Cer(d16:1/18:0);Cer(d18:1/16:0)` and only alpha-numeric, _, . and - are allowed.', 'id was`Cer(d18:0/16:0)` and only alpha-numeric, _, . and - are allowed.', 'id was`Cer(d18:0/18:0)` and only alpha-numeric, _, . and - are allowed.', '(245 more)']
ERROR: data_lipidome_positive_quantification.txt: lines [2, 3, 4, (331 more)]: Feature id contains one or more illegal characters; values encountered: ['id was`anandamide(18:1)` and only alpha-numeric, _, . and - are allowed.', 'id was`carnitine(12:0)` and only alpha-numeric, _, . and - are allowed.', 'id was`carnitine(14:0)` and only alpha-numeric, _, . and - are allowed.', '(331 more)']
ERROR: data_metabolome_quantification.txt: line 13: Feature id contains one or more illegal characters; value encountered: 'id was`D_(+)_galactose` and only alpha-numeric, _, . and - are allowed.'
ERROR: data_phosphoprotein_quantification.txt: lines [2, 3, 4, (70327 more)]: Feature id contains one or more illegal characters; values encountered: ['id was`AAAS_S495:NP_056480.1` and only alpha-numeric, _, . and - are allowed.', 'id was`AAAS_S495.1:NP_056480.1` and only alpha-numeric, _, . and - are allowed.', 'id was`AAAS_S525:NP_056480.1` and only alpha-numeric, _, . and - are allowed.', '(70327 more)']
Why have I so many errors, am I doing something wrong ?
How could I solve these last ones ?
Thanks