Skip to content

treeio for parsing and exporting phylogenetic trees #179

Closed
@GuangchuangYu

Description

@GuangchuangYu

Summary

  • What does this package do? (explain in 50 words or less):

Parsing and exporting phylogenetic trees with associated data.

  • Paste the full DESCRIPTION file inside a code block below:
Package: treeio
Title: Base Classes and Functions for Phylogenetic Tree Input and Output
Version: 1.3.10
Authors@R: c(
    person("Guangchuang", "Yu",     email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
    person("Tommy Tsan-Yuk", "Lam", email = "[email protected]",   role = c("aut", "ths")),
    person("Casey", "Dunn",         email = "[email protected]",    role = "ctb"),
    person("Bradley", "Jones",      email = "[email protected]",             role = "ctb")
	  )
Description: Base classes and functions for parsing and exporting phylogenetic trees. 'treeio' supports parsing analysis findings from commonly used software packages, allows linking exteranl data to phylogeny and merging tree data obtained from different sources. It also supports exporting phylogenetic tree with heterogeneous associated data to a single tree file.
Depends:
    R (>= 3.4.3)
Imports:
    ape,
    dplyr,
    jsonlite,
    magrittr,
    methods,
    rvcheck,
    tibble,
    tidytree (>= 0.1.6)
Suggests:
    ggplot2,
    ggtree,
    knitr,
    prettydoc,
    testthat,
    tidyr
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://guangchuangyu.github.io/treeio
BugReports: https://github.com/GuangchuangYu/treeio/issues
Encoding: UTF-8
LazyData: true
biocViews: Software, Annotation, Clustering, DataImport, DataRepresentation,
    Alignment, MultipleSequenceAlignment
RoxygenNote: 6.0.1
  • URL for the package (the development repository, not a stylized html page):

https://github.com/GuangchuangYu/treeio

  • Please indicate which category or categories from our package fit policies this package falls under *and why(? (e.g., data retrieval, reproducibility. If you are unsure, we suggest you make a pre-submission inquiry.):

data extraction

[e.g., "data extraction, because the package parses a scientific data file format"]

  •   Who is the target audience and what are scientific applications of this package?  

Researchers doing ecology and evolution.

No.

  •   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.

No.

Requirements

Confirm each of the following by checking the box. This package:

  • does not violate the Terms of Service of any service it interacts with.
  • has a CRAN and OSI accepted license.
  • contains a README with instructions for installing the development version.
  • includes documentation with examples for all functions.
  • contains a vignette with examples of its essential functions and uses.
  • has a test suite.
  • has continuous integration, including reporting of test coverage, using services such as Travis CI, Coeveralls and/or CodeCov.
  • I agree to abide by ROpenSci's Code of Conduct during the review process and in maintaining my package should it be accepted.

Publication options

  • Do you intend for this package to go on CRAN?
  • Do you wish to automatically submit to the Journal of Open Source Software? If so:
    • The package has an obvious research application according to JOSS's definition.
    • The package contains a paper.md matching JOSS's requirements with a high-level description in the package root or in inst/.
    • The package is deposited in a long-term repository with the DOI:
    • (Do not submit your package separately to JOSS)
  • Do you wish to submit an Applications Article about your package to Methods in Ecology and Evolution? If so:
    • The package is novel and will be of interest to the broad readership of the journal.
    • The manuscript describing the package is no longer than 3000 words.
    • You intend to archive the code for the package in a long-term repository which meets the requirements of the journal.
    • (Please do not submit your package separately to Methods in Ecology and Evolution)

Detail

  • Does R CMD check (or devtools::check()) succeed? Paste and describe any errors or warnings:

  • Does the package conform to rOpenSci packaging guidelines? Please describe any exceptions:

  • If this is a resubmission following rejection, please explain the change in circumstances:

No.

  • If possible, please provide recommendations of reviewers - those with experience with similar packages and/or likely users of your package - and their GitHub user names:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions