Skip to content

Commit

Permalink
Filename discrepancy fix (#1913)
Browse files Browse the repository at this point in the history
Co-authored-by: RAlhamad <[email protected]>
Co-authored-by: Ramya Madupuri <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2023
1 parent 449fdb0 commit ca6d8db
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ stable_id: rna_seq_mrna
show_profile_in_analysis_tab: false
profile_description: mRNA expression from capture (RNA Seq FPKM).
profile_name: mRNA expression (FPKM)
data_filename: data_mrna_seq_rpkm.txt
data_filename: data_mrna_seq_fpkm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ stable_id: rna_seq_mrna_median_all_sample_Zscores
show_profile_in_analysis_tab: TRUE
profile_name: mRNA expression z-scores relative to all samples (log RNA Seq FPKM)
profile_description: Log-transformed mRNA z-scores compared to the expression distribution of all samples (RNA Seq FPKM).
data_filename: data_mrna_seq_rpkm_zscores_ref_all_samples.txt
data_filename: data_mrna_seq_fpkm_zscores_ref_all_samples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ stable_id: rna_seq_mrna_median_Zscores
show_profile_in_analysis_tab: TRUE
profile_name: mRNA Expression z-scores relative to diploid samples (RNA Seq FPKM)
profile_description: mRNA z-scores (RNA Seq FPKM) compared to the expression distribution of each gene tumors that are diploid for this gene.
data_filename: data_mrna_seq_rpkm_zscores_ref_diploid_samples.txt
data_filename: data_mrna_seq_fpkm_zscores_ref_diploid_samples.txt

0 comments on commit ca6d8db

Please sign in to comment.