-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give error that generic asssay patient level data is not supported
- Loading branch information
Showing
4 changed files
with
74 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/test/resources/incremental/generic_assay/data_treatment_ic50_patient_level.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ENTITY_STABLE_ID NAME DESCRIPTION URL TCGA-A1-A0SB TCGA-A1-A0SD | ||
Erlotinib Name of Erlotinib Desc of Erlotinib Url of Erlotinib >8 7.5 | ||
Irinotecan Name of Irinotecan Desc of Irinotecan Url of Irinotecan 0.081 | ||
# The database has this entity, but not the file | ||
#L-685458 | ||
Lapatinib Name of Lapatinib Desc of Lapatinib Url of Lapatinib 6.2 7.848 | ||
#The entity will be added | ||
LBW242 Name of LBW242 Desc of LBW242 Url of LBW242 0.1 >~8 |
13 changes: 13 additions & 0 deletions
13
src/test/resources/incremental/generic_assay/meta_treatment_ic50_patient_level.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cancer_study_identifier: study_tcga_pub | ||
genetic_alteration_type: GENERIC_ASSAY | ||
generic_assay_type: TREATMENT_RESPONSE | ||
datatype: LIMIT-VALUE | ||
stable_id: treatment_ic50 | ||
profile_name: IC50 values of compounds on cellular phenotype readout | ||
profile_description: IC50 (compound concentration resulting in half maximal inhibition) of compounds on cellular phenotype readout of cultured mutant cell lines. | ||
data_filename: data_treatment_ic50_patient_level.txt | ||
show_profile_in_analysis_tab: true | ||
pivot_threshold_value: 0.1 | ||
value_sort_order: ASC | ||
generic_entity_meta_properties: NAME,DESCRIPTION,URL | ||
patient_level: true |