Major Changes

  • added support for gene-level SCNA data frames to be used as input for create_features_df() and added an example gene-level SCNA data frame example_gene_scna_table

Minor changes and bug fixes

  • Moved org.Hs.eg.db, TxDb.Hsapiens.UCSC.hg19.knownGene and TxDb.Hsapiens.UCSC.hg38.knownGene from “Imports” to “Suggests” per new CRAN policy. Relevant functions raise error if the required package is not installed.

Minor changes and bug fixes

  • fixed a CRAN error due to a package documentation issue (#7)

Major Changes

  • Added GRCh38 support

Major Changes

  • Updated the cancer-type-specific thresholds

Minor changes and bug fixes

  • Updated citation to the method’s article where necessary

Major Changes

  • Updated the MTL model after fixing the issue below
  • Fixed issue in MCR_table. The coordinates were converted to hg19 (from hg18)

Minor changes and bug fixes

Major Changes

  • 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”
  • Updated the MTL classification model TCGA_MTL_fit and specific_thresholds after fixing the issue above

Minor changes and bug fixes

Initial release