Skip to content

Instantly share code, notes, and snippets.

@janxkoci
Last active September 4, 2022 13:46
Show Gist options
  • Save janxkoci/16b3c6d0068ebca575c489dafc694a14 to your computer and use it in GitHub Desktop.
Save janxkoci/16b3c6d0068ebca575c489dafc694a14 to your computer and use it in GitHub Desktop.
conda R environment for biological and phylogenetic data
name: rbio
channels:
- conda-forge
dependencies:
- r-base=4
- r-essentials
- r-magrittr
- r-ape
- r-seqinr
- r-poppr
- r-adegenet
- r-phangorn
- r-vcfr
- r-pegas
- r-rentrez
- bioconductor-ggtree
@janxkoci
Copy link
Author

janxkoci commented Dec 8, 2020

From conda docs (modified):

conda-env create -f rbio.yml

@janxkoci
Copy link
Author

janxkoci commented Dec 8, 2020

See also this Phylogenetics CRAN Taks View for other interesting packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment