Skip to content

Commit

Permalink
Merge pull request #12 from maize-genetics/ilci-caccia-methods
Browse files Browse the repository at this point in the history
ILCI CACCIA Method Requests
  • Loading branch information
btmonier authored Nov 8, 2023
2 parents 42ceeb1 + ceffee7 commit 80e7c0e
Show file tree
Hide file tree
Showing 12 changed files with 598 additions and 356 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rTASSEL
Version: 0.9.32
Version: 0.9.33
Date: 2018-12-21
Title: R Front-End for TASSEL
Authors@R: c(
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export(concatenate)
export(createTree)
export(distanceMatrix)
export(exportGenotypeTable)
export(filterGenotypeTableBySiteName)
export(filterGenotypeTableSites)
export(filterGenotypeTableTaxa)
export(genomicPrediction)
Expand All @@ -22,6 +23,7 @@ export(ldJavaApp)
export(ldPlot)
export(linkageDiseq)
export(mds)
export(mergeGenotypeTables)
export(pca)
export(plotManhattan)
export(plotManhattanQC)
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES IN VERSION 0.9.33
* Fixed typo in `plotPCA()` error message
* Add new function `filterGenotypeTableBySiteName()`:
+ Filters genotype tables using literal marker names/IDs
* Add new function `mergeGenotypeTables()`:
+ Merges multiple genotype tables by site values

# CHANGES IN VERSION 0.9.32
* Updated `tableReport()` method dispatch for all `AssociationResults`
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# rTASSEL 0.9.33
* Fixed typo in `plotPCA()` error message
* Add new function `filterGenotypeTableBySiteName()`:
+ Filters genotype tables using literal marker names/IDs
* Add new function `mergeGenotypeTables()`:
+ Merges multiple genotype tables by site values


# rTASSEL 0.9.32
Expand Down
Loading

0 comments on commit 80e7c0e

Please sign in to comment.