Skip to content

Commit db36cb1

Browse files
committed
capitalization
1 parent 50c602b commit db36cb1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

NEWS.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Major Changes
44

5-
- updated the MTL model after fixing the issue below
6-
- fixed issue in `MCR_table`. The coordinates were converted to hg19 (from hg18)
5+
- Updated the MTL model after fixing the issue below
6+
- Fixed issue in `MCR_table`. The coordinates were converted to hg19 (from hg18)
77

88
## Minor changes and bug fixes
99

10-
- made use of `caret::predict.train` explicit
10+
- Made use of `caret::predict.train` explicit
1111
- Removed 'Homo.sapiens' from Imports field (not used)
1212

1313
***
@@ -16,16 +16,16 @@
1616

1717
## Major Changes
1818

19-
- fixed an issue in `create_SCNA_score_df()` where the SCNA score was not calculated because the column name for "MCR_overlap_percent" was incorrectly assigned as "transcript_overlap_percent"
20-
- updated the MTL classification model `TCGA_MTL_fit` and `specific_thresholds` after fixing the issue above
19+
- Fixed an issue in `create_SCNA_score_df()` where the SCNA score was not calculated because the column name for "MCR_overlap_percent" was incorrectly assigned as "transcript_overlap_percent"
20+
- Updated the MTL classification model `TCGA_MTL_fit` and `specific_thresholds` after fixing the issue above
2121

2222
## Minor changes and bug fixes
2323

2424
- Updated citation information, correcting author name
2525
- Minor changes in utility functions
26-
- added the `na.string` argument to `create_noncoding_impact_score_df()`, `predict_coding_impact()` and `create_features_df()` as the string that was used to indicate when a score is not available during annotation with ANNOVAR (default = ".")
27-
- generalized `determine_hotspot_genes()` to able to use occurrence annotations from different versions of COSMIC
28-
- updated all data
26+
- Added the `na.string` argument to `create_noncoding_impact_score_df()`, `predict_coding_impact()` and `create_features_df()` as the string that was used to indicate when a score is not available during annotation with ANNOVAR (default = ".")
27+
- Generalized `determine_hotspot_genes()` to able to use occurrence annotations from different versions of COSMIC
28+
- Updated all data
2929

3030
***
3131

0 commit comments

Comments
 (0)