r-tidyr
Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. tidyr contains tools for changing the shape (pivoting) and hierarchy (nesting and unnesting) of a dataset, turning deeply nested lists into rectangular data frames (rectangling), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).

Usage

BioConda Installation
With an activated BioConda channel (see Set up bioconda channels), install with:
conda install r-tidyr
More information about BioConda can be found here
Install specific version
From the Packages and Containers tab you can select a conda package version to install:
conda install -c conda-forge -c bioconda r-tidyr==1.0.2
Update to latest version
You can update your package to the latest version using the following command:
conda update r-tidyr
Docker Installation
You first need to be sure that docker is installed in your system, then you can install the containers using the following command:
docker pull quay.io/biocontainers/r-tidyr:1.0.2
For docker containers no latest version is available, you always need to use the container tag.
Singularity Installation
You first need to be sure that singularity is installed in your system, then you can use the containers using the following command:
singularity run https://depot.galaxyproject.org/singularity/r-tidyr:1.0.2
For docker containers no latest version is available, you always need to use the container tag.
Keyword
Downloads
535.3K
Versions

1.0.2

License
GitHub Repo
Last Update
2020-06-24
Type
Version
Last Update
Size
Full Tag
Security
1.0.2
0.00M
conda install -c conda-forge -c bioconda r-tidyr==1.0.2
1.0.2
2020-06-24
321.79M
docker pull quay.io/biocontainers/r-tidyr:1.0.2
1.0.2
2020-06-24
316.06M
singularity run https://depot.galaxyproject.org/singularity/r-tidyr:1.0.2