Closed zkamvar closed 9 years ago
Looks great!
On Fri, Mar 20, 2015 at 7:50 PM, Zhian N. Kamvar notifications@github.com wrote:
This appears to pass check.
mlst = TRUE will render the resulting genind object with the number of loci equal to the number of genes.
gapIsNA = TRUE will turn genes that are all gaps to NAs.
Both of these are off by default.
You can view, comment on, or merge this pull request online at:
https://github.com/thibautjombart/apex/pull/3 Commit Summary
- Add export for mslt. Not documented.
- add mlst and gapIsNA options to multidna2genind.
- add insignificant comma
- merge master from thibaut
File Changes
- M DESCRIPTION https://github.com/thibautjombart/apex/pull/3/files#diff-0 (3)
- M NAMESPACE https://github.com/thibautjombart/apex/pull/3/files#diff-1 (1)
- M R/exports.R https://github.com/thibautjombart/apex/pull/3/files#diff-2 (31)
- M man/multidna2genind.Rd https://github.com/thibautjombart/apex/pull/3/files#diff-3 (8)
- R man/plot-multidna-method.Rd https://github.com/thibautjombart/apex/pull/3/files#diff-4 (5)
- R man/sub-multidna-method.Rd https://github.com/thibautjombart/apex/pull/3/files#diff-5 (5)
Patch Links:
- https://github.com/thibautjombart/apex/pull/3.patch
- https://github.com/thibautjombart/apex/pull/3.diff
— Reply to this email directly or view it on GitHub https://github.com/thibautjombart/apex/pull/3.
Can this branch be merged?
I am merging it but there are problems. Your branch is fine, but @KlausVigo pushed changes on the master branch which break the package.
Can't easily re-merge into an older state without messing around. I'll push as is and disable stuff that's broken.
This appears to pass check.
mlst = TRUE
will render the resulting genind object with the number of loci equal to the number of genes.gapIsNA = TRUE
will turn genes that are all gaps to NAs.Both of these are off by default.