Update environment

This commit is contained in:
Samuel Ortion 2024-12-29 14:04:43 +01:00
parent 3e3c184153
commit a75a0cb305
Signed by: sortion
GPG Key ID: 9B02406F8C4FB765
5 changed files with 1339 additions and 0 deletions

7
README.org Normal file
View File

@ -0,0 +1,7 @@
#+title: Comparative Genomics Project
#+author: Samuel Ortion
#+date: 2024-2025
Analysis of Tandemly Arrayed Genes in /Glycine max/ (soy) proteome.
Part of the "Comparative Genomics" teaching unit in M2 GENomics Informatics and Mathematics for Health and Environment (GENIOMHE) at Université d'Évry Paris-Saclay.

1
environment.yml Normal file
View File

@ -0,0 +1 @@

7
renv/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
library/
local/
cellar/
lock/
python/
sandbox/
staging/

1305
renv/activate.R Normal file

File diff suppressed because it is too large Load Diff

19
renv/settings.json Normal file
View File

@ -0,0 +1,19 @@
{
"bioconductor.version": null,
"external.libraries": [],
"ignored.packages": [],
"package.dependency.fields": [
"Imports",
"Depends",
"LinkingTo"
],
"ppm.enabled": null,
"ppm.ignored.urls": [],
"r.version": null,
"snapshot.type": "implicit",
"use.cache": true,
"vcs.ignore.cellar": true,
"vcs.ignore.library": true,
"vcs.ignore.local": true,
"vcs.manage.ignores": true
}