Skip to content

Commit

Permalink
add cell cycle phase counts and fractions as generic assay (#2033)
Browse files Browse the repository at this point in the history
* add cell cycle generic assay meta and data

* add single cell tag on generic assay type in meta files

---------

Co-authored-by: Ramya Madupuri <[email protected]>
  • Loading branch information
zeynepkaragoz and rmadupuri committed Jun 12, 2024
1 parent 0e12a31 commit e9ec36d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 6 deletions.
3 changes: 3 additions & 0 deletions public/msk_spectrum_tme_2022/data_cell_cycle_counts.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions public/msk_spectrum_tme_2022/data_cell_cycle_fraction.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions public/msk_spectrum_tme_2022/meta_absolute_counts.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cancer_study_identifier: msk_spectrum_tme_2022
genetic_alteration_type: GENERIC_ASSAY
generic_assay_type: ABSOLUTE_COUNTS
generic_assay_type: SINGLE_CELL_ABSOLUTE_CELL_TYPE_COUNTS
datatype: LIMIT-VALUE
stable_id: absolute_counts
stable_id: cell_type_absolute_counts
profile_name: Absolute Counts
profile_description: Absolute Counts.
data_filename: data_absolute_counts.txt
Expand Down
13 changes: 13 additions & 0 deletions public/msk_spectrum_tme_2022/meta_cell_cycle_counts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cancer_study_identifier: msk_spectrum_tme_2022
genetic_alteration_type: GENERIC_ASSAY
generic_assay_type: SINGLE_CELL_ABSOLUTE_CELL_CYCLE_COUNTS
datatype: LIMIT-VALUE
stable_id: cell_cycle_stage_absolute_counts
profile_name: Absolute Counts
profile_description: Absolute Counts.
data_filename: data_cell_cycle_counts.txt
show_profile_in_analysis_tab: true
pivot_threshold_value: 0
value_sort_order: DESC
patient_level: false
generic_entity_meta_properties: DESCRIPTION
13 changes: 13 additions & 0 deletions public/msk_spectrum_tme_2022/meta_cell_cycle_fraction.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cancer_study_identifier: msk_spectrum_tme_2022
genetic_alteration_type: GENERIC_ASSAY
generic_assay_type: SINGLE_CELL_RELATIVE_CELL_CYCLE_COUNTS
datatype: LIMIT-VALUE
stable_id: cell_cycle_stage
profile_name: Relative Fractions
profile_description: Relative Fractions.
data_filename: data_cell_cycle_fraction.txt
show_profile_in_analysis_tab: true
pivot_threshold_value: 0.0
value_sort_order: DESC
patient_level: false
generic_entity_meta_properties: DESCRIPTION
8 changes: 4 additions & 4 deletions public/msk_spectrum_tme_2022/meta_relative_fraction.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cancer_study_identifier: msk_spectrum_tme_2022
genetic_alteration_type: GENERIC_ASSAY
generic_assay_type: RELATIVE_COUNTS
generic_assay_type: SINGLE_CELL_RELATIVE_CELL_TYPE_COUNTS
datatype: LIMIT-VALUE
stable_id: relative_counts
profile_name: Relative Counts
profile_description: Relative Counts.
stable_id: cell_type_relative_counts
profile_name: Relative Fractions
profile_description: Relative Fractions.
data_filename: data_relative_fraction.txt
show_profile_in_analysis_tab: true
pivot_threshold_value: 0.000001
Expand Down

0 comments on commit e9ec36d

Please sign in to comment.