Skip to content

Commit

Permalink
add getmm count
Browse files Browse the repository at this point in the history
  • Loading branch information
noctillion committed Nov 13, 2024
1 parent b27f165 commit 63f7716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transcriptomics_data_service/sql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CREATE TABLE IF NOT EXISTS gene_expressions (
raw_count INTEGER NOT NULL,
tpm_count FLOAT,
tmm_count FLOAT,
getmm_count FLOAT,
PRIMARY KEY (gene_code, sample_id, experiment_result_id)
);

Expand Down

0 comments on commit 63f7716

Please sign in to comment.