Code Monkey home page Code Monkey logo

rnaseq-workshop2023's Introduction

Gevol RNAseq workshop 12./13.03.2024

Eckart stolle (LIB Museum Koenig) Lars Podsiadlowski (LIB Museum Koenig) Katja Nowick (FU Berlin) Joe Colgan (U Mainz)

Day1: RNAseq, read processing, mapping, read counts, DEG, GO term enrichment (E. Stolle, L. Podsiadlowski, J. Colgan)

Day2a: co-expression Networks, comparisons of networks (K. Nowick)

Day2b: differential splicing (J. Colgan)

  • Terminal which can do ssh, e.g. WSL, Git bash, PuttY, mobaXterm
  • FileZilla or another equivalent tool to transfer remote files (if you are not using trynsfer via ssh (eg rsync)
  • Rstudio
  • Server: ssh -X -p 6022 [email protected]

1. Install libraries:

For the purpose of this tutorial, there are some packages, which each of you will need to install. You can do so using the following commands:

# install bioconductor
if (!require("BiocManager", quietly = TRUE))
  install.packages("BiocManager")
BiocManager::install(version = "3.18")
BiocManager::install(c("BiocFileCache","xml2","AnnotationDbi","XML","httr","KEGGREST","lintr","lattice","Rgraphviz"))
BiocManager::install("biomaRt")
BiocManager::install("topGO")
BiocManager::install("tximport")
BiocManager::install("tidyverse")
BiocManager::install("eulerr")
BiocManager::install("pheatmap")
BiocManager::install("RColorBrewer")
BiocManager::install("DESeq2")
install.packages('CoDiNA')
install.packages("devtools")
install.packages("ncdf4")
install.packages(c("HiClimR","igraph"))

library(devtools)
install_github("deisygysi/wTO")
devtools::install_github('RfastOfficial/Rfast')

install.packages("gplots")

rnaseq-workshop2023's People

Contributors

estolle avatar joscolgan avatar larsius avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.