Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo on normalisation field values. Fixes #1410. #1499

Merged
merged 3 commits into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/jsonBrowser/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Location: module/protocol/matrix.json

Property name | Description | Type | Required? | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | --- | ---
data_normalization_methods | Method(s) used to normalize data in the matrix | array | no | | Data normalization method(s) | CPM (counts per million), TPM (transcripts per kilobase million), RPKM (reads per kilobase of exon per million reads mapped), FPKM (fragments per kilobase of exon per million fragments mapped), DESeq2s median of ratios, TMM (EdgeRs trimmed mean of M values), SF (size factor), UQ (Upper quartile), Downsampling, other, unknown |
data_normalization_methods | Method(s) used to normalize data in the matrix | array | no | | Data normalization method(s) | CPM (counts per million), TPM (transcripts per kilobase million), RPKM (reads per kilobase of exon per million reads mapped), FPKM (fragments per kilobase of exon per million fragments mapped), DESeq2's median of ratios, TMM (EdgeR's trimmed mean of M values), SF (size factor), UQ (Upper quartile), Downsampling, other, unknown |
derivation_process | Type of computational tool used in generating the matrix object. | array | no | | Derivation process | alignment, quantification, peak calling, peak annotation, gene filtering, cell filtering, merging, cell calling, ambient RNA correction, doublet removal, batch correction, depth normalization, other |

## File content ontology<a name='File content ontology'></a>
Expand Down
4 changes: 2 additions & 2 deletions json_schema/module/protocol/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"TPM (transcripts per kilobase million)",
"RPKM (reads per kilobase of exon per million reads mapped)",
"FPKM (fragments per kilobase of exon per million fragments mapped)",
"DESeq2s median of ratios",
"TMM (EdgeRs trimmed mean of M values)",
"DESeq2's median of ratios",
"TMM (EdgeR's trimmed mean of M values)",
"SF (size factor)",
"UQ (Upper quartile)",
"Downsampling",
Expand Down
1 change: 1 addition & 0 deletions json_schema/update_log.csv
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Schema,Change type,Change message,Version,Date
module/protocol/matrix,major,"Fixed typo in apostrophe. Fixes #1410",,