All Projects → ropensci → RNeXML

ropensci / RNeXML

Licence: other
Implementing semantically rich NeXML I/O in R

Programming Languages

r
7636 projects
TeX
3793 projects
XSLT
1337 projects

Projects that are alternatives of or similar to RNeXML

SubstitutionModels.jl
Biological Sequence Substitution Models for Julia
Stars: ✭ 13 (+8.33%)
Mutual labels:  phylogenetics
ghrecipes
⛔ ARCHIVED ⛔ Provides some helper functions for using the GitHub V4 API
Stars: ✭ 28 (+133.33%)
Mutual labels:  r-package
PostcodesioR
API wrapper around postcodes.io - free UK postcode lookup and geocoder
Stars: ✭ 36 (+200%)
Mutual labels:  r-package
finch
⚠️ ARCHIVED ⚠️ Read Darwin Core Archive files
Stars: ✭ 17 (+41.67%)
Mutual labels:  r-package
insurancerating
R-package for actuarial pricing
Stars: ✭ 40 (+233.33%)
Mutual labels:  r-package
nomisr
Access UK official statistics from the Nomis database through R.
Stars: ✭ 30 (+150%)
Mutual labels:  r-package
oai
OAI-PMH R client
Stars: ✭ 13 (+8.33%)
Mutual labels:  r-package
tidygenomics
Tidy Verbs for Dealing with Genomic Data Frames https://const-ae.github.io/tidygenomics/
Stars: ✭ 97 (+708.33%)
Mutual labels:  r-package
essurvey
Download data from the European Social Survey
Stars: ✭ 47 (+291.67%)
Mutual labels:  r-package
dirdf
R package: dirdf - Extracts Metadata from Directory and File Names
Stars: ✭ 57 (+375%)
Mutual labels:  r-package
rcheatsheet
⛔ ARCHIVED ⛔ A package to create cheatsheets
Stars: ✭ 33 (+175%)
Mutual labels:  r-package
vioplot
Development version of vioplot R package (CRAN maintainer)
Stars: ✭ 25 (+108.33%)
Mutual labels:  r-package
bold
Interface to the Bold Systems barcode webservice
Stars: ✭ 14 (+16.67%)
Mutual labels:  r-package
rcppmsgpack
MsgPack Headers for R / msgpack.org[R]
Stars: ✭ 17 (+41.67%)
Mutual labels:  r-package
diffpriv
Easy differential privacy in R
Stars: ✭ 59 (+391.67%)
Mutual labels:  r-package
ropsec
㊙️ Operations security for R developers
Stars: ✭ 27 (+125%)
Mutual labels:  r-package
stellar
Search your github stars in R
Stars: ✭ 24 (+100%)
Mutual labels:  r-package
netrankr
An R package for network centrality
Stars: ✭ 39 (+225%)
Mutual labels:  r-package
jsonld
R wrapper for jsonld.js JavaScript library
Stars: ✭ 34 (+183.33%)
Mutual labels:  r-package
SpatPCA
R Package: Regularized Principal Component Analysis for Spatial Data
Stars: ✭ 16 (+33.33%)
Mutual labels:  r-package

RNeXML

DOI Build Status Windows build status CRAN status codecov.io downloads

  • Maintainer: Carl Boettiger
  • Authors: Carl Boettiger, Scott Chamberlain, Hilmar Lapp, Kseniia Shumelchyk, Rutger Vos
  • License: BSD-3
  • Issues: Bug reports, feature requests, and development discussion.

An extensive and rapidly growing collection of richly annotated phylogenetics data is now available in the NeXML format. NeXML relies on state-of-the-art data exchange technology to provide a format that can be both validated and extended, providing a data quality assurance and adaptability to the future that is lacking in other formats. See Vos et al 2012 for further details on the NeXML format.

How to cite

RNeXML has been published in the following article:

Boettiger C, Chamberlain S, Vos R and Lapp H (2016). “RNeXML: A Package for Reading and Writing Richly Annotated Phylogenetic, Character, and Trait Data in R.” Methods in Ecology and Evolution, 7, pp. 352-357. doi:10.1111/2041-210X.12469

Although the published version of the article is pay-walled, the source of the manuscript, and a much better rendered PDF, are included in this package (in the manuscripts folder). You can also find it freely available on arXiv.

Installation

The latest stable release of RNeXML is on CRAN, and can be installed with the usual install.packages("RNeXML") command. Some of the more specialized functionality described in the Vignettes (such as RDF manipulation) requires additional packages which can be installed using:

install.packages("RNeXML", deps = TRUE)

The development version can be installed using:

remotes::install_github("ropensci/RNeXML")

Getting Started

See the vignettes below for both a general quick start and an overview of more specialized features.


ropensci footer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].