Package: treedata.table
Type: Package
Title: A Wrapper For data.table For Fast Manipulation Of Phylogenetic Trees Matched To Data
Version: 0.1.0
Authors@R: c(
person("Josef Uyeda", email= "juyeda@vt.edu", role=c("aut", "cre")),
person("Cristian Roman-Palacios", email= "cromanpa94@email.arizona.edu", role=c("aut")),
person("April Wright", email= "april.wright@southeastern.edu", role=c("aut"))
)
Maintainer: Cristian Roman-Palacios <cromanpa94@email.arizona.edu>
Description: This package combines trait data and a phylogenetic tree (or trees) into a
single object of class treedata.table. The resulting object can be easily
manipulated to simultaneously change the trait- and tree-level sampling.
Currently implemented functions allow users to use a data.table syntax when
performing operations on the trait dataset within the treedata.table object.
License: MIT + file LICENSE
Depends:
data.table, R (>= 2.10)
Imports:
lazyeval, ape, geiger, utils
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
-
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
-
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
The package allows manipulation of data frames with data.table while maintaining a matched ordering to an ape phylogenetic tree. This allows rapid data munging without worrying about a
mismatch with the tree order.
-
Who is the target audience and what are scientific applications of this package?
Researchers doing phylogenetic analyses.
-
Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
treeplyr works similarly but is built on the package dplyr rather than data.table, which has some advantages to dplyr.
-
If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
Confirm each of the following by checking the box. This package:
Submitting Author: Josef C Uyeda (@uyedaj)
Repository: https://github.com/uyedaj/treedata.table
Version submitted: 0.1.0
Editor: @jooolia
Reviewer 1: @Bisaloo
Reviewer 2: @karinorman
Archive: TBD
Version accepted: TBD
Scope
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
The package allows manipulation of data frames with
data.tablewhile maintaining a matched ordering to anapephylogenetic tree. This allows rapid data munging without worrying about amismatch with the tree order.
Who is the target audience and what are scientific applications of this package?
Researchers doing phylogenetic analyses.
Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
treeplyrworks similarly but is built on the packagedplyrrather thandata.table, which has some advantages todplyr.If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
Technical checks
Confirm each of the following by checking the box. This package:
Publication options
JOSS Options
paper.mdmatching JOSS's requirements with a high-level description in the package root or ininst/.MEE Options
Code of conduct