Repository to perform RNAseq analysis in sea urchin embryos between ethanol treated and control embryos.
To install the pipeline, you will need to have the following tools installed in your environemnt:
- Snakemake
- Python 3
- Python libraries
pandas
andnumpy
- R
- R packages
sva
,gsva
,deseq2
, andggplot2
The data is available on GEO at GSE207100
To run the pipeline, adust the necessary file paths in config.yaml
to match
your file system, then simply navigate to this repository and issue the command:
snakemake -j<number_of_jobs_to_run>