https://github.com/bartongroup/mg_yeast_tfe

Tfe1 and Tfe2 toxin expression in S. cerevisiae RNA-seq (Katharina Trunk)

https://github.com/bartongroup/mg_yeast_tfe

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Tfe1 and Tfe2 toxin expression in S. cerevisiae RNA-seq (Katharina Trunk)

Basic Info
  • Host: GitHub
  • Owner: bartongroup
  • Language: R
  • Default Branch: main
  • Size: 6.8 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Tfe1 and Tfe2 toxin expression in S. cerevisiae RNA-seq

Collaborators: Katharina Trunk

Usage

On a Linux cluster

Create and activate a conda environment

cd rna_seq conda create --name yeast_tfe --file env.txt conda activate yeast_tfe

Make sure FASTQ files are in the ./fastq subdirectory.

Run snakemake

./run_snake.sh

This will trim adapters, perform quality control, download genome files, map reads to the reference and count reads per gene.

In RStudio

Once snakemake is finished, we suggest using RStudio. If this is done on a different machinge (I run RStudio on a laptop), some data need to be copied over (see ./get_data.sh and ./rsync_include.txt). Once in RStudio, start in the top project directory. The first step is to create environment using renv:

install.packages("renv") renv::restore()

This will install all necessary packages. Run the targets pipeline.

targets::tar_make()

This will carry out all the calculations, create figures (some as targets, some in ./fig directory) and output TSV files in directory ./tab.

Owner

  • Name: Geoff Barton's Computational Biology Group
  • Login: bartongroup
  • Kind: organization
  • Location: Dundee, Scotland, UK

GitHub Events

Total
  • Public event: 1
  • Push event: 2
Last Year
  • Public event: 1
  • Push event: 2