Releases: bailey-lab/miplicorn
Releases · bailey-lab/miplicorn
miplicorn 0.2.1
miplicorn 0.2.0
Breaking changes
- Minimum R version has been bumped up to 3.4. This reflects the minimum version
defined by package imports. - Deprecate
chromosome_map()
in favor ofplot_chromoMap()
and
plot_karyoploteR()
(#25).
Read files
- The new
read_tbl_*()
family of functions provides a consistent function call
to read data tables generated by MIPTools (#17). read_tbl_haplotype()
can be used to read thehaplotypes_count.csv
file
generated by MIPTools (#15).
New features
- New
vignette("faq")
answers some frequently asked questions (#32). - New
mutation_frequency()
andplot_mutation_frequency()
functions can be
used to determine the frequency of mutations (#29). - New
mutation_prevalence()
andplot_mutation_prevalence()
functions can be
used to determine the prevalence of mutations (#23). - New
label_mutations()
labels a mutation as"ref"
,"alt"
,"ins"
, or
"del"
(#3). - New
theme_rainbow()
creates a custom theme.
Minor improvements and bug fixes
miplicorn 0.1.0
chromosome_map()
can now create an additional type of map (@arisp99, #12).- New
chromosome_map()
creates a chromosome map annotated with probe
locations. theme_miplicorn()
specifies a custom theme for creating figures.read()
now allows for filtering on multiple conditions (@arisp99, #7).- New
arrange_natural()
naturally sorts a data frame (@arisp99, #6). - New
convert_single()
andconvert_three
convert amino acid abbreviations
(@arisp99, #4). - Increase efficiency of
read()
(@arisp99, #2). - Added a
NEWS.md
file to track changes to the package.