Changes in version 1.7.1 (2020-10-23) o Genome viewer plots will now show the forward strand above the reverse strand, and reading frames will now be laid out in 1 through 6 order moving down the genome viewer (before it was reversed) Changes in version 1.7.0 (2020-10-21) o Can now toggle interactivity of the genome viewer when plotting Assessment objects o Can now zoom into an initial range with the genome viewer when plotting Assessment objects o Documented the genome viewer in the plot.Assessment man page o Added a genome viewer example to the vignette o Fixed a bug that was causing an error when users attempted to zoom out ten-fold with the genome viewer plot # AssessORF 1.3 Changes in version 1.3.1 (2019-10-22) o Data for six new strains, S. pyogenes AP1, E. coli BW25113, S. aureus HG001, L. lactis MG1363, B. subtilis NCIB 3610, and L. monocytogenes 10403S, have been added to AssessORFData o CITATION file added as corresponding paper has now been published o Updated MapAssessmentData such that verbose output is cleaner and more informative # AssessORF 1.1 Changes in version 1.1.7 (2019-04-29) o Added a function, CompareAssessmentResults, for comparing two results objects against each other o Added a processors parameter to MapAssessmentData for compatibility with DECIPHER functions Changes in version 1.1.6 (2019-04-07) o Added parameters to AssessGenes to bound the range in which to look for conserved starts that can serve as alternative options to a predicted start o Added a parameter to AssessGenes that requires ORFs with protein evidence but no predicted start to have a certain minimum number of peptide hits in order to be included in the final output Changes in version 1.1.5 (2019-01-11) o Update to how conserved starts and conserved stops are utilized in AssessGenes o Removed weighted score o Made clarifications to the man pages o Minor edits to the vignette Changes in version 1.1.4 (2018-12-15) o Updated AssessGenes to make sure predicted stops are valid for their corresponding genes, and users will be warned appropriately if a predicted stop is invalid o Minor updates to plots o Bug fixes on previous version's MapAssessmentData updates Changes in version 1.1.3 (2018-11-12) o Fixed a bug affecting coverage related to gaps in alignments in MapAssessmentData o Used exponential moving averages to filter out bad alignment regions in MapAssessmentData Changes in version 1.1.2 o Implemented a fix to the vignette so it builds without an internet connection Changes in version 1.1.1 o Reduced time it takes to run MapAssessmentData examples # AssessORF 0.99 Changes in version 0.99.22 o Added data package to Suggests list o Tweaked connection to data package in the AssessGenes function Changes in version 0.99.21 o Minor edits to man pages and the vignette Changes in version 0.99.20 o Minor edits to man pages and the vignette Changes in version 0.99.19 o NEWS file added