Package treeio. April 1, 2018

Size: px
Start display at page:

Download "Package treeio. April 1, 2018"

Transcription

1 Package treeio April 1, 2018 Title Base Classes and Functions for Phylogenetic Tree Input and Output Version Base classes and functions for parsing and exporting phylogenetic trees. 'treeio' supports parsing analysis findings from commonly used software packages, allows linking external 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. Depends R (>= 3.4.0) Imports ape, dplyr, jsonlite, magrittr, methods, rvcheck, tibble, tidytree (>= 0.1.7) Suggests ggplot2, ggtree, knitr, prettydoc, testthat, tidyr VignetteBuilder knitr ByteCompile true License Artistic-2.0 URL BugReports Encoding UTF-8 LazyData true biocviews Software, Annotation, Clustering, DataImport, DataRepresentation, Alignment, MultipleSequenceAlignment RoxygenNote Author Guangchuang Yu [aut, cre] (< Tommy Tsan-Yuk Lam [ctb, ths], Casey Dunn [ctb], Bradley Jones [ctb] Maintainer Guangchuang Yu <guangchuangyu@gmail.com> R topics documented: as.treedata.phylo drop.tip get.placements get.tree get.treetext

2 2 as.treedata.phylo getnodenum is.ggtree jplace-class label_branch_paml mask merge_tree Nnode.treedata phypml print.beastlist raxml2nwk read.beast read.codeml read.codeml_mlc read.fasta read.hyphy read.hyphy.seq read.jplace read.jtree read.newick read.nhx read.paml_rst read.phylip read.phylip.seq read.phylip.tree read.phylot read.r8s read.raxml taxa_rename write.beast write.jplace write.jtree Index 22 as.treedata.phylo as.treedata convert phylo to treedata ## S3 method for class 'phylo' as.treedata(tree, boot = NULL,...) tree boot input tree, a phylo object optional, can be bootstrap value from ape::boot.phylo... additional parameters

3 drop.tip 3 Details converting phylo object to treedata object drop.tip drop.tip method drop.tip method drop.tip(object, tip,...) drop.tip(object, tip,...) ## S4 method for signature 'phylo' drop.tip(object, tip,...) object tip A treedata or phylo object a vector of mode numeric or character specifying the tips to delete... additional parameters updated object Source Casey Dunn and Guangchuang Yu drop.tip for phylo object is a wrapper method of ape::drop.tip from the ape package. The documentation you should read for the drop.tip function can be found here: drop.tip See Also drop.tip nhx <- system.("extdata/nhx", "ADH.nhx", package="treeio") nhx <- read.nhx(nhx) drop.tip(nhx, c("adh2", "ADH1"))

4 4 get.tree get.placements get.placements access placement information get.placements(tree,...) ## S3 method for class 'jplace' get.placements(tree, by = "best",...) tree tree object... additional parameters by placement tibble one of best and all get.tree get.tree access phylo slot get.tree(x,...) x tree object... additional parameters phylo object

5 get.treetext 5 get.treetext get.treetext method access tree text (newick text) from tree object get.treetext method get.treetext(object,...) ## S4 method for signature 'treedata' get.treetext(object) object treedata object... additional parameter phylo object getnodenum getnodenum calculate total number of nodes getnodenum(tree) Nnode2(tree) tree tree object number Guangchuang Yu

6 6 jplace-class getnodenum(rtree(30)) Nnode2(rtree(30)) is.ggtree is.ggtree test whether input object is produced by ggtree function is.ggtree(x) x object TRUE or FALSE jplace-class Class "jplace" This class stores phylogenetic placements Class "jplace" This class stores phylogenetic placements Slots phylo phylo object for tree structure treetext newick tree string data associated data extrainfo extra information, reserve for merge_tree tree placements reserve for jplace to store placement information info extra information, e.g. metadata, software version etc.

7 label_branch_paml 7 label_branch_paml label_branch_paml label branch for PAML to infer selection pressure using branch model label_branch_paml(tree, node, label) tree phylo object node node number label label of branch, e.g. #1 updated phylo object mask mask site mask mask(tree_object, field, site, mask_site = FALSE) tree_object field site mask_site tree object selected field site if TRUE, site will be masked. if FALSE, selected site will not be masked, while other sites will be masked. updated tree object Guangchuang Yu

8 8 Nnode.treedata merge_tree merge_tree merge two tree object merge_tree(obj1, obj2) obj1 tree object 1 obj2 tree object 2 tree object Guangchuang Yu Nnode.treedata Nnode number of nodes ## S3 method for class 'treedata' Nnode(phy, internal.only = TRUE,...) phy internal.only treedata object whether only count internal nodes... additional parameters number of nodes

9 phypml 9 Nnode(rtree(30)) phypml treeanno.pml tree annotation of sequence substitution by comparing to parent node phypml(pmltree, type = "ml") pmltree type tree in pml object, output of phangorn::optim.pml one of ml and bayes for inferring ancestral sequences phangorn object Yu Guangchuang print.beastlist print print information of a list of beast trees ## S3 method for class 'beastlist' print(x,...) x... no used message a list of beast object

10 10 read.beast raxml2nwk raxml2nwk convert raxml bootstrap tree to newick format raxml2nwk(in, out = "raxml.tree") in out input output newick Guangchuang Yu read.beast read.beast read beast output read.beast() read.mrbayes() beast beast object Guangchuang Yu <- system.("extdata/beast", "beast_mcc.tree", package="treeio") read.beast()

11 read.codeml 11 read.codeml read.codeml read baseml output read.codeml(rst, mlc, tree = "mlc", type = "Joint") rst mlc tree type rst mlc one of mlc or rst one of Marginal or Joint A treedata object Guangchuang Yu rst <- system.("extdata/paml_codeml", "rst", package="treeio") mlc <- system.("extdata/paml_codeml", "mlc", package="treeio") read.codeml(rst, mlc) read.codeml_mlc read.codeml_mlc read mlc of codeml output read.codeml_mlc(mlc) mlc mlc A codeml_mlc object

12 12 read.hyphy ygc mlc <- system.("extdata/paml_codeml", "mlc", package="treeio") read.codeml_mlc(mlc) read.fasta read.fasta read FASTA read.fasta(fasta) fasta fasta Details This function supports both DNA or AA sequences DNAbin or AAbin object read.hyphy read.hyphy read HYPHY output read.hyphy(nwk, ancseq, tip.fas = NULL) nwk ancseq tip.fas tree in nwk format, one of hyphy output ancestral sequence in nexus format, one of hyphy output tip sequence

13 read.hyphy.seq 13 A hyphy object Guangchuang Yu nwk <- system.("extdata/hyphy", "labelledtree.tree", package="treeio") ancseq <- system.("extdata/hyphy", "ancseq.nex", package="treeio") read.hyphy(nwk, ancseq) read.hyphy.seq read.hyphy.seq parse sequences from hyphy output read.hyphy.seq() output of hyphy ancestral sequence inference; nexus format DNAbin object ancseq <- system.("extdata/hyphy", "ancseq.nex", package="treeio") read.hyphy.seq(ancseq)

14 14 read.jtree read.jplace read.jplace read jplace read.jplace() jplace jplace instance ygc jp <- system.("extdata", "sample.jplace", package="treeio") read.jplace(jp) read.jtree read.jtree Import tree data from jtree, which is JSON-based text and probably output by write.jtree read.jtree() tree treedata object

15 read.newick 15 read.newick read.newick read newick tree read.newick(, node.label = "label",...) newick node.label parse node label as label or support value... additional parameter, passed to read.tree phylo or treedata object read.nhx read.nhx read nhx tree read.nhx() nhx nhx object Guangchuang Yu nhx <- system.("extdata/nhx", "ADH.nhx", package="treeio") read.nhx(nhx)

16 16 read.phylip read.paml_rst read.paml_rst read rst from paml (both baseml and codeml) output read.paml_rst(rst, type = "Joint") rst type rst one of Marginal or Joint A treedata object Guangchuang Yu rst <- system.("extdata/paml_baseml", "rst", package="treeio") read.paml_rst(rst) read.phylip read.phylip parsing phylip tree format read.phylip() phylip an instance of phylip Guangchuang Yu

17 read.phylip.seq 17 phy <- system.("extdata", "sample.phy", package="treeio") read.phylip(phy) read.phylip.seq read.phylip.seq read aligned sequences from phylip format read.phylip.seq() phylip, currently only sequential format is supported DNAbin object References read.phylip.tree read.phylip.tree parse tree from phylip read.phylip.tree() phylip phylo or multiphylo object

18 18 read.r8s read.phylot read.phylot parse output from phylot read.phylot(,...) newick tree... additional parameters to read.tree phylo object References read.r8s read.r8s parse output from r8s read.r8s() r8s output log multiphylo object Guangchuang Yu

19 read.raxml 19 read.r8s(system.("extdata/r8s", "H3_r8s_output.log", package="treeio")) read.raxml read.raxml parse RAxML bootstrapping analysis output read.raxml() RAxML bootstrapping analysis output raxml object Guangchuang Yu raxml_ <- system.("extdata/raxml", "RAxML_bipartitionsBranchLabels.H3", package="treeio") read.raxml(raxml_) taxa_rename taxa_rename rename taxa taxa_rename(tree, name) tree name tree object a two column data.frame contains original name in 1st column and new name in 2nd column updated tree object with new taxa name

20 20 write.jplace write.beast write.beast Export treedata object to BEAST NEXUS. This function was adopted and modified from ape::write.nexus write.beast(treedata, = "", translate = TRUE, tree.name = "UNTITLED") treedata translate tree.name treedata object output. If = "", print the output content on screen whether translate taxa labels name of the tree output or content on screen nhx <- system.("extdata/nhx", "phyldog.nhx", package="treeio") nhx <- read.nhx(nhx) write.beast(nhx) write.jplace write.jplace generate jplace write.jplace(nwk, data, out)

21 write.jtree 21 nwk data out tree in newick format annotation data jplace output jplace ygc write.jtree write.jtree Export treedata object to json tree write.jtree(treedata, = "") treedata treedata object output. If = "", print the output content on screen output or content on screen

22 Index Topic classes jplace-class, 6 as.treedata.phylo, 2 drop.tip, 3, 3 drop.tip,phylo (drop.tip), 3 drop.tip,phylo-method (drop.tip), 3 drop.tip,treedata (drop.tip), 3 drop.tip,treedata-method (drop.tip), 3 get.placements, 4 get.tree, 4 get.treetext, 5 get.treetext,treedata-method (get.treetext), 5 getnodenum, 5 read.paml_rst, 16 read.phylip, 16 read.phylip.seq, 17 read.phylip.tree, 17 read.phylot, 18 read.r8s, 18 read.raxml, 19 taxa_rename, 19 write.beast, 20 write.jplace, 20 write.jtree, 21 is.ggtree, 6 jplace-class, 6 label_branch_paml, 7 mask, 7 merge_tree, 8 Nnode.treedata, 8 Nnode2 (getnodenum), 5 phypml, 9 print.beastlist, 9 raxml2nwk, 10 read.beast, 10 read.codeml, 11 read.codeml_mlc, 11 read.fasta, 12 read.hyphy, 12 read.hyphy.seq, 13 read.jplace, 14 read.jtree, 14 read.mrbayes (read.beast), 10 read.newick, 15 read.nhx, 15 22

Package treeio. January 1, 2019

Package treeio. January 1, 2019 Package treeio January 1, 2019 Title Base Classes and Functions for Phylogenetic Tree Input and Output Version 1.7.2 Base classes and functions for parsing and exporting phylogenetic trees. 'treeio' supports

More information

Package tidytree. June 13, 2018

Package tidytree. June 13, 2018 Package tidytree June 13, 2018 Title A Tidy Tool for Phylogenetic Tree Data Manipulation Version 0.1.9 Phylogenetic tree generally contains multiple components including node, edge, branch and associated

More information

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7 Title Use Image in 'ggplot2' Version 0.0.7 Package ggimage November 1, 2017 Supports image files and graphic objects to be visualized in 'ggplot2' graphic system. Depends R (>= 3.3.0), ggplot2 Imports

More information

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0 Title Use Image in 'ggplot2' Version 0.1.0 Package ggimage December 5, 2017 Supports image files and graphic objects to be visualized in 'ggplot2' graphic system. Depends R (>= 3.3.0), ggplot2 Imports

More information

Package ggtree. March 1, 2018

Package ggtree. March 1, 2018 Type Package Package ggtree March 1, 2018 Title an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data Version 1.11.6 Maintainer

More information

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features Type Package Version 0.0.2 Title Encode Categorical Features Package cattonum May 2, 2018 Functions for dummy encoding, frequency encoding, label encoding, leave-one-out encoding, mean encoding, median

More information

Package robotstxt. November 12, 2017

Package robotstxt. November 12, 2017 Date 2017-11-12 Type Package Package robotstxt November 12, 2017 Title A 'robots.txt' Parser and 'Webbot'/'Spider'/'Crawler' Permissions Checker Version 0.5.2 Provides functions to download and parse 'robots.txt'

More information

Package phylotools. December 10, 2017

Package phylotools. December 10, 2017 Type Package Title Phylogenetic Tools for Eco-Phylogenetics Version 0.2.2 Date 2017-12-08 Author Jinlong Zhang [aut, cre], Nancai Pei [ctb], Xiangcheng Mi [ctb] Package phylotools December 10, 2017 Maintainer

More information

Package statsdk. September 30, 2017

Package statsdk. September 30, 2017 Type Package Title A Wrapper for the API of Statistics Denmark Version 0.1.1 Author Mikkel Freltoft Krogsholm Package statsdk September 30, 2017 Maintainer Mikkel Freltoft Krogsholm Makes

More information

Package messaging. May 27, 2018

Package messaging. May 27, 2018 Type Package Package messaging May 27, 2018 Title Conveniently Issue Messages, Warnings, and Errors Version 0.1.0 Description Provides tools for creating and issuing nicely-formatted text within R diagnostic

More information

Package philr. August 25, 2018

Package philr. August 25, 2018 Type Package Package philr August 25, 2018 Title Phylogenetic partitioning based ILR transform for metagenomics data Version 1.6.0 Date 2017-04-07 Author Justin Silverman Maintainer Justin Silverman

More information

Package rgho. R topics documented: January 18, 2017

Package rgho. R topics documented: January 18, 2017 Package rgho January 18, 2017 Title Access WHO Global Health Observatory Data from R Version 1.0.1 Author Antoine Filipovic-Pierucci [aut,cre] Maintainer Antoine Filipovic-Pierucci

More information

Package phylogram. June 15, 2017

Package phylogram. June 15, 2017 Type Package Title Dendrograms for Evolutionary Analysis Version 1.0.1 Author [aut, cre] Package phylogram June 15, 2017 Maintainer Contains functions for importing and eporting

More information

Package enrichplot. September 29, 2018

Package enrichplot. September 29, 2018 Package enrichplot September 29, 2018 Title Visualization of Functional Enrichment Result Version 1.1.7 The 'enrichplot' package implements several visualization methods for interpreting functional enrichment

More information

Package qualmap. R topics documented: September 12, Type Package

Package qualmap. R topics documented: September 12, Type Package Type Package Package qualmap September 12, 2018 Title Opinionated Approach for Digitizing Semi-Structured Qualitative GIS Data Version 0.1.1 Provides a set of functions for taking qualitative GIS data,

More information

Package facerec. May 14, 2018

Package facerec. May 14, 2018 Package facerec Type Package Title An Interface for Face Recognition Version 0.1.0 Date 2018-05-14 May 14, 2018 URL https://github.com/methodds/facerec BugReports https://github.com/methodds/facerec/issues

More information

Package jpmesh. December 4, 2017

Package jpmesh. December 4, 2017 Type Package Title Utilities for Japanese Mesh Code Version 1.0.1 Package jpmesh December 4, 2017 Maintainer Shinya Uryu Helpful functions for using mesh code (80km to 125m) data

More information

Package meme. November 2, 2017

Package meme. November 2, 2017 Title Create Meme Version 0.0.7 Package meme November 2, 2017 The word 'Meme' was originated from the book, 'The Selfish Gene', authored by Richard Dawkins (1976). It is a unit of culture that is passed

More information

Package SNPediaR. April 9, 2019

Package SNPediaR. April 9, 2019 Title Query data from SNPedia Version 1.8.0 Date 2015-09-26 Package SNPediaR April 9, 2019 Description SNPediaR provides some tools for downloading and parsing data from the SNPedia web site .

More information

Package fastdummies. January 8, 2018

Package fastdummies. January 8, 2018 Type Package Package fastdummies January 8, 2018 Title Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables Version 1.0.0 Description Creates dummy columns from columns that have

More information

Package tidylpa. March 28, 2018

Package tidylpa. March 28, 2018 Type Package Title Easily Carry Out Latent Profile Analysis Version 0.1.3 Package tidylpa March 28, 2018 An interface to the 'mclust' package to easily carry out latent profile analysis (``LPA''). Provides

More information

Package rsppfp. November 20, 2018

Package rsppfp. November 20, 2018 Package rsppfp November 20, 2018 Title R's Shortest Path Problem with Forbidden Subpaths Version 1.0.3 Maintainer Melina Vidoni An implementation of functionalities

More information

Package canvasxpress

Package canvasxpress Version 1.18.2 Package canvasxpress Title Visualization Package for CanvasXpress in R January 19, 2018 Enables creation of visualizations using the CanvasXpress framework in R. CanvasXpress is a standalone

More information

Package dkanr. July 12, 2018

Package dkanr. July 12, 2018 Title Client for the 'DKAN' API Version 0.1.2 Package dkanr July 12, 2018 Provides functions to facilitate access to the 'DKAN' API (), including

More information

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health Type Package Version 0.1.7 Title Fingertips Data for Public Health Package fingertipsr May 25, 2018 Fingertips () contains data for many indicators of public health in England.

More information

Package meme. December 6, 2017

Package meme. December 6, 2017 Title Create Meme Version 0.1.1 Package meme December 6, 2017 The word 'Meme' was originated from the book, 'The Selfish Gene', authored by Richard Dawkins (1976). It is a unit of culture that is passed

More information

Package BoSSA. R topics documented: May 9, 2018

Package BoSSA. R topics documented: May 9, 2018 Type Package Title A Bunch of Structure and Sequence Analysis Version 3.3 Date 2018-05-09 Author Pierre Lefeuvre Package BoSSA May 9, 2018 Maintainer Pierre Lefeuvre Depends

More information

Package oec. R topics documented: May 11, Type Package

Package oec. R topics documented: May 11, Type Package Type Package Package oec May 11, 2018 Title Observatory of Economic Complexity API Wrapper and Utility Program Version 2.7.8 Date 2018-06-11 Maintainer Mauricio Vargas S. URL https://cran.r-project.org/package=oec

More information

Package OmaDB. R topics documented: December 19, Title R wrapper for the OMA REST API Version Author Klara Kaleb

Package OmaDB. R topics documented: December 19, Title R wrapper for the OMA REST API Version Author Klara Kaleb Title R wrapper for the OMA REST API Version 1.2.0 Author Klara Kaleb Package OmaDB December 19, 2018 Maintainer Klara Kaleb , Adrian Altenhoff A

More information

Package tidytransit. March 4, 2019

Package tidytransit. March 4, 2019 Type Package Package tidytransit March 4, 2019 Title Read, Validate, Analyze, and Map Files in the General Transit Feed Specification Version 0.3.8 Read General Transit Feed Specification (GTFS) zipfiles

More information

Package fastqcr. April 11, 2017

Package fastqcr. April 11, 2017 Type Package Title Quality Control of Sequencing Data Version 0.1.0 Date 2017-04-12 Package fastqcr April 11, 2017 'FASTQC' is the most widely used tool for evaluating the quality of high throughput sequencing

More information

Package loggit. April 9, 2018

Package loggit. April 9, 2018 Title Effortless Exception Logging Package loggit April 9, 2018 A very simple and easy-to-use set of suspiciously-familiar functions. 'loggit' provides a set of wrappings for base R's message(), warning(),

More information

Package postal. July 27, 2018

Package postal. July 27, 2018 Type Package Title United States Postal Service API Interface Version 0.1.0 Package postal July 27, 2018 Author Amanda Dobbyn Maintainer Amanda Dobbyn

More information

Package crossword.r. January 19, 2018

Package crossword.r. January 19, 2018 Date 2018-01-13 Type Package Title Generating s from Word Lists Version 0.3.5 Author Peter Meissner Package crossword.r January 19, 2018 Maintainer Peter Meissner Generate crosswords

More information

Package bisect. April 16, 2018

Package bisect. April 16, 2018 Package bisect April 16, 2018 Title Estimating Cell Type Composition from Methylation Sequencing Data Version 0.9.0 Maintainer Eyal Fisher Author Eyal Fisher [aut, cre] An implementation

More information

Package clusterprofiler

Package clusterprofiler Type Package Package clusterprofiler January 22, 2018 Title statistical analysis and visualization of functional profiles for genes and gene clusters Version 3.7.0 Maintainer

More information

Package vinereg. August 10, 2018

Package vinereg. August 10, 2018 Type Package Title D-Vine Quantile Regression Version 0.5.0 Package vinereg August 10, 2018 Maintainer Thomas Nagler Description Implements D-vine quantile regression models with parametric

More information

Package humanize. R topics documented: April 4, Version Title Create Values for Human Consumption

Package humanize. R topics documented: April 4, Version Title Create Values for Human Consumption Version 0.2.0 Title Create s for Human Consumption Package humanize April 4, 2018 An almost direct port of the 'python' 'humanize' package . This package contains utilities

More information

Package IsoCorrectoR. R topics documented:

Package IsoCorrectoR. R topics documented: Package IsoCorrectoR March 19, 2019 Title Correction for natural isotope abundance and tracer purity in MS and MS/MS data from stable isotope labeling experiments Version 1.0.5 Imports dplyr, magrittr,

More information

Package ChIPseeker. July 12, 2018

Package ChIPseeker. July 12, 2018 Type Package Package ChIPseeker July 12, 2018 Title ChIPseeker for ChIP peak Annotation, Comparison, and Visualization Version 1.16.0 Encoding UTF-8 Maintainer Guangchuang Yu

More information

Package vip. June 15, 2018

Package vip. June 15, 2018 Type Package Title Variable Importance Plots Version 0.1.0 Package vip June 15, 2018 A general framework for constructing variable importance plots from various types machine learning models in R. Aside

More information

Package effectr. January 17, 2018

Package effectr. January 17, 2018 Title Predicts Oomycete Effectors Version 1.0.0 Package effectr January 17, 2018 Predicts cytoplasmic effector proteins using genomic data by searching for motifs of interest using regular expression searches

More information

Package githubinstall

Package githubinstall Type Package Version 0.2.2 Package githubinstall February 18, 2018 Title A Helpful Way to Install R Packages Hosted on GitHub Provides an helpful way to install packages hosted on GitHub. URL https://github.com/hoxo-m/githubinstall

More information

Package datasets.load

Package datasets.load Title Interface for Loading Datasets Version 0.1.0 Package datasets.load December 14, 2016 Visual interface for loading datasets in RStudio from insted (unloaded) s. Depends R (>= 3.0.0) Imports shiny,

More information

Package repec. August 31, 2018

Package repec. August 31, 2018 Type Package Title Access RePEc Data Through API Version 0.1.0 Package repec August 31, 2018 Utilities for accessing RePEc (Research Papers in Economics) through a RESTful API. You can request a and get

More information

Package fitbitscraper

Package fitbitscraper Title Scrapes Data from Fitbit Version 0.1.8 Package fitbitscraper April 14, 2017 Author Cory Nissen [aut, cre] Maintainer Cory Nissen Scrapes data from Fitbit

More information

Package wikitaxa. December 21, 2017

Package wikitaxa. December 21, 2017 Title Taxonomic Information from 'Wikipedia' Package wikitaxa December 21, 2017 'Taxonomic' information from 'Wikipedia', 'Wikicommons', 'Wikispecies', and 'Wikidata'. Functions included for getting taxonomic

More information

Package opencage. January 16, 2018

Package opencage. January 16, 2018 Package opencage January 16, 2018 Type Package Title Interface to the OpenCage API Version 0.1.4 Tool for accessing the OpenCage API, which provides forward geocoding (from placename to longitude and latitude)

More information

Package knitrprogressbar

Package knitrprogressbar Type Package Title Provides Progress Bars in 'knitr' Version 1.1.0 Package knitrprogressbar February 20, 2018 Provides a progress bar similar to 'dplyr' that can write progress out to a variety of locations,

More information

Package nlgeocoder. October 8, 2018

Package nlgeocoder. October 8, 2018 Title Geocoding for the Netherlands Version 0.1.3 Package nlgeocoder October 8, 2018 R interface to the open location server API of 'Publieke Diensten Op de Kaart' (). It offers geocoding,

More information

Package NFP. November 21, 2016

Package NFP. November 21, 2016 Type Package Title Network Fingerprint Framework in R Version 0.99.2 Date 2016-11-19 Maintainer Yang Cao Package NFP November 21, 2016 An implementation of the network fingerprint

More information

Package guardianapi. February 3, 2019

Package guardianapi. February 3, 2019 Package guardianapi February 3, 2019 Title Access 'The Guardian' Newspaper Open Data API Version 0.1.0 Access to the 'Guardian' open API , containing all articles

More information

Package datapasta. January 24, 2018

Package datapasta. January 24, 2018 Title R Tools for Data Copy-Pasta Version 3.0.0 Package datapasta January 24, 2018 RStudio addins and R functions that make copy-pasting vectors and tables to text painless. Depends R (>= 3.3.0) Suggests

More information

Package docxtools. July 6, 2018

Package docxtools. July 6, 2018 Title Tools for R Markdown to Docx Documents Version 0.2.0 Language en-us Package docxtools July 6, 2018 A set of helper functions for using R Markdown to create documents in docx format, especially documents

More information

Package mfa. R topics documented: July 11, 2018

Package mfa. R topics documented: July 11, 2018 Package mfa July 11, 2018 Title Bayesian hierarchical mixture of factor analyzers for modelling genomic bifurcations Version 1.2.0 MFA models genomic bifurcations using a Bayesian hierarchical mixture

More information

Package barcoder. October 26, 2018

Package barcoder. October 26, 2018 Package barcoder October 26, 2018 Title Labelling, Tracking, and Collecting Data from Biological Samples Version 0.1.0 Maintainer Robert Colautti Tools to generate unique identifiers

More information

Package keyholder. May 19, 2018

Package keyholder. May 19, 2018 Title Store Data About Rows Version 0.1.2 Package keyholder May 19, 2018 Tools for keeping track of information, named ``keys'', about rows of data frame like objects. This is done by creating special

More information

Package ezsummary. August 29, 2016

Package ezsummary. August 29, 2016 Type Package Title Generate Data Summary in a Tidy Format Version 0.2.1 Package ezsummary August 29, 2016 Functions that simplify the process of generating print-ready data summary using 'dplyr' syntax.

More information

Package embed. November 19, 2018

Package embed. November 19, 2018 Version 0.0.2 Package embed November 19, 2018 Title Extra Recipes for Encoding Categorical Predictors Description Factor predictors can be converted to one or more numeric representations using simple

More information

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3. Type Package Title GeoJSON to Simple Feature Converter Version 1.3.0 Date 2019-01-11 Package geojsonsf January 11, 2019 Converts Between GeoJSON and simple feature objects. License GPL-3 Encoding UTF-8

More information

Package markophylo. December 31, 2015

Package markophylo. December 31, 2015 Type Package Package markophylo December 31, 2015 Title Markov Chain Models for Phylogenetic Trees Version 1.0.4 Date 2015-12-31 Author Utkarsh J. Dang and G. Brian Golding Maintainer Utkarsh J. Dang

More information

Package cancensus. February 4, 2018

Package cancensus. February 4, 2018 Type Package Package cancensus February 4, 2018 Title Canadian Census Data and Geography from the 'CensusMapper' API Version 0.1.7 Integrated, convenient, and uniform access to Canadian Census data and

More information

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files Version 0.1.3 Date 2018-08-12 Title Read Large Text Files Package bigreadr August 13, 2018 Read large text s by splitting them in smaller s. License GPL-3 Encoding UTF-8 LazyData true ByteCompile true

More information

Package clusterprofiler

Package clusterprofiler Type Package Package clusterprofiler December 22, 2018 Title statistical analysis and visualization of functional profiles for genes and gene clusters Version 3.10.1 Maintainer

More information

Package cli. November 5, 2017

Package cli. November 5, 2017 Package cli November 5, 2017 Title Helpers for Developing Command Line Interfaces Version 1.0.0 A suite of tools designed to build attractive command line interfaces ('CLIs'). Includes tools for drawing

More information

Package rdryad. June 18, 2018

Package rdryad. June 18, 2018 Type Package Title Access for Dryad Web Services Package rdryad June 18, 2018 Interface to the Dryad ``Solr'' API, their ``OAI-PMH'' service, and fetch datasets. Dryad () is a curated

More information

Package validara. October 19, 2017

Package validara. October 19, 2017 Type Package Title Validate Brazilian Administrative Registers Version 0.1.1 Package validara October 19, 2017 Maintainer Gustavo Coelho Contains functions to validate administrative

More information

Package tfruns. February 18, 2018

Package tfruns. February 18, 2018 Type Package Title Training Run Tools for 'TensorFlow' Version 1.3 Package tfruns February 18, 2018 Create and manage unique directories for each 'TensorFlow' training run. Provides a unique, time stamped

More information

Package rdiversity. June 19, 2018

Package rdiversity. June 19, 2018 Type Package Package rdiversity June 19, 2018 Title Measurement and Partitioning of Similarity-Sensitive Biodiversity Version 1.2.1 Date 2018-06-12 Maintainer Sonia Mitchell

More information

Package swmmr. April 10, 2018

Package swmmr. April 10, 2018 Type Package Title R Interface for US EPA's SWMM Package swmmr April 10, 2018 Functions to connect the widely used Storm Water Management Model (SWMM) of the United States Environmental Protection Agency

More information

Package omu. August 2, 2018

Package omu. August 2, 2018 Package omu August 2, 2018 Title A Metabolomics Analysis Tool for Intuitive Figures and Convenient Metadata Collection Version 1.0.2 Facilitates the creation of intuitive figures to describe metabolomics

More information

Package scmap. March 29, 2019

Package scmap. March 29, 2019 Type Package Package scmap March 29, 2019 Title A tool for unsupervised projection of single cell RNA-seq data Version 1.4.1 Author Vladimir Kiselev Maintainer Vladimir Kiselev

More information

Package calpassapi. August 25, 2018

Package calpassapi. August 25, 2018 Title R Interface to Access CalPASS API Version 0.0.1 Package calpassapi August 25, 2018 Description Implements methods for querying data from CalPASS using its API. CalPASS Plus. MMAP API V1. .

More information

Package raker. October 10, 2017

Package raker. October 10, 2017 Title Easy Spatial Microsimulation (Raking) in R Version 0.2.1 Date 2017-10-10 Package raker October 10, 2017 Functions for performing spatial microsimulation ('raking') in R. Depends R (>= 3.4.0) License

More information

Package SIMLR. December 1, 2017

Package SIMLR. December 1, 2017 Version 1.4.0 Date 2017-10-21 Package SIMLR December 1, 2017 Title Title: SIMLR: Single-cell Interpretation via Multi-kernel LeaRning Maintainer Daniele Ramazzotti Depends

More information

Package seqcat. March 25, 2019

Package seqcat. March 25, 2019 Package seqcat March 25, 2019 Title High Throughput Sequencing Cell Authentication Toolkit Version 1.4.1 The seqcat package uses variant calling data (in the form of VCF files) from high throughput sequencing

More information

Package data.world. April 5, 2018

Package data.world. April 5, 2018 Package data.world April 5, 2018 Title Functions and Add-Ins for Working with 'data.world' Data Sets and Projects Version 1.2.2 High-level tools for working with 'data.world' data sets. 'data.world' is

More information

Package editdata. October 7, 2017

Package editdata. October 7, 2017 Type Package Title 'RStudio' Addin for Editing a 'data.frame' Version 0.1.2 Package editdata October 7, 2017 Imports shiny (>= 0.13, miniui (>= 0.1.1, rstudioapi (>= 0.5, DT, tibble An 'RStudio' addin

More information

Package liftr. R topics documented: May 14, Type Package

Package liftr. R topics documented: May 14, Type Package Type Package Package liftr May 14, 2018 Title Containerize R Markdown Documents for Continuous Reproducibility Version 0.9 Maintainer Nan Xiao Persistent reproducible reporting by containerization

More information

Package treedater. R topics documented: May 4, Type Package

Package treedater. R topics documented: May 4, Type Package Type Package Package treedater May 4, 2018 Title Fast Molecular Clock Dating of Phylogenetic Trees with Rate Variation Version 0.2.0 Date 2018-04-23 Author Erik Volz [aut, cre] Maintainer Erik Volz

More information

Package nltt. October 12, 2016

Package nltt. October 12, 2016 Type Package Title Calculate the NLTT Statistic Version 1.3.1 Package nltt October 12, 2016 Provides functions to calculate the normalised Lineage-Through- Time (nltt) statistic, given two phylogenetic

More information

Package splithalf. March 17, 2018

Package splithalf. March 17, 2018 Type Package Package splithalf March 17, 2018 Title Calculate Task Split Half Reliability Estimates Version 0.3.1 Maintainer Sam Parsons A series of functions to calculate the

More information

Package BiocManager. November 13, 2018

Package BiocManager. November 13, 2018 Package BiocManager November 13, 2018 Title Access the Bioconductor Project Package Repository A convenient tool to install and update Bioconductor packages. Version 1.30.4 Depends R (>= 3.5.0) Imports

More information

Package sigmanet. April 23, 2018

Package sigmanet. April 23, 2018 Title Render Graphs Using 'Sigma.js' Version 1.1.0 Maintainer Ian Kloo URL https://github.com/iankloo/manet Package manet April 23, 2018 BugReports https://github.com/iankloo/manet/issues

More information

Package wrswor. R topics documented: February 2, Type Package

Package wrswor. R topics documented: February 2, Type Package Type Package Package wrswor February 2, 2018 Title Weighted Random Sampling without Replacement Version 1.1 Date 2018-02-02 Description A collection of implementations of classical and novel algorithms

More information

Package censusapi. August 19, 2018

Package censusapi. August 19, 2018 Version 0.4.1 Title Retrieve Data from the Census APIs Package censusapi August 19, 2018 A wrapper for the U.S. Census Bureau APIs that returns data frames of Census data and metadata. Available datasets

More information

Package goodpractice

Package goodpractice Title Advice on R Package Building Version 1.0.2 Package goodpractice May 2, 2018 Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure,

More information

Package brranching. R topics documented:

Package brranching. R topics documented: Package brranching June 19, 2018 Title Fetch 'Phylogenies' from Many Sources Includes methods for fetching 'phylogenies' from a variety of sources, currently includes 'Phylomatic' (),

More information

Package tabulizer. June 7, 2018

Package tabulizer. June 7, 2018 Type Package Package tabulizer June 7, 2018 Title Bindings for 'Tabula' PDF Table Extractor Library Version 0.2.2 Maintainer Tom Paskhalis Bindings for the 'Tabula'

More information

Package widyr. August 14, 2017

Package widyr. August 14, 2017 Type Package Title Widen, Process, then Re-Tidy Data Version 0.1.0 Package widyr August 14, 2017 Encapsulates the pattern of untidying data into a wide matrix, performing some processing, then turning

More information

Package methyvim. April 5, 2019

Package methyvim. April 5, 2019 Package methyvim April 5, 2019 Title Targeted, Robust, and Model-free Differential Methylation Analysis Version 1.4.0 Maintainer Nima Hejazi Author Nima Hejazi [aut, cre, cph], Mark

More information

Package PCADSC. April 19, 2017

Package PCADSC. April 19, 2017 Type Package Package PCADSC April 19, 2017 Title Tools for Principal Component Analysis-Based Data Structure Comparisons Version 0.8.0 A suite of non-parametric, visual tools for assessing differences

More information

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0.

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0. Type Package Title Collect Data from the Census API Version 0.0.3 Date 2017-06-13 Package censusr June 14, 2017 Use the US Census API to collect summary data tables for SF1 and ACS datasets at arbitrary

More information

Package styler. December 11, Title Non-Invasive Pretty Printing of R Code Version 1.0.0

Package styler. December 11, Title Non-Invasive Pretty Printing of R Code Version 1.0.0 Title Non-Invasive Pretty Printing of R Code Version 1.0.0 Package styler December 11, 2017 Pretty-prints R code without changing the user's formatting intent. Imports backports, cli, enc, magrittr, purrr,

More information

Package d3plus. September 25, 2017

Package d3plus. September 25, 2017 Type Package Title Seamless 'D3Plus' Integration Version 0.1.0 Author Mauricio Vargas [aut,cre], Joshua Kunst [aut], Dave Landry [ctb], Datawheel [cph] Package d3plus September 25, 2017 Maintainer Mauricio

More information

Package queuecomputer

Package queuecomputer Package queuecomputer Title Computationally Efficient Queue Simulation Version 0.8.2 November 17, 2017 Implementation of a computationally efficient method for simulating queues with arbitrary arrival

More information

Package rbraries. April 18, 2018

Package rbraries. April 18, 2018 Title Interface to the 'Libraries.io' API Package rbraries April 18, 2018 Interface to the 'Libraries.io' API (). 'Libraries.io' indexes data from 36 different package managers

More information

Package rnrfa. April 13, 2018

Package rnrfa. April 13, 2018 Package rnrfa April 13, 2018 Title UK National River Flow Archive Data from R Version 1.4.0 Maintainer Claudia Vitolo URL http://cvitolo.github.io/rnrfa/ BugReports https://github.com/cvitolo/rnrfa/issues

More information

Package infer. July 11, Type Package Title Tidy Statistical Inference Version 0.3.0

Package infer. July 11, Type Package Title Tidy Statistical Inference Version 0.3.0 Type Package Title Tidy Statistical Inference Version 0.3.0 Package infer July 11, 2018 The objective of this package is to perform inference using an epressive statistical grammar that coheres with the

More information

Understanding the content of HyPhy s JSON output files

Understanding the content of HyPhy s JSON output files Understanding the content of HyPhy s JSON output files Stephanie J. Spielman July 2018 Most standard analyses in HyPhy output results in JSON format, essentially a nested dictionary. This page describes

More information