https://github.com/dalmolingroup/intro-single-cell

Introduction to single-cell RNA-seq analysis

https://github.com/dalmolingroup/intro-single-cell

Science Score: 10.0%

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

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

Repository

Introduction to single-cell RNA-seq analysis

Basic Info
  • Host: GitHub
  • Owner: dalmolingroup
  • License: mit
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 4.49 MB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of iaradsouza1/intro-single-cell
Created about 2 years ago · Last pushed about 2 years ago

https://github.com/dalmolingroup/intro-single-cell/blob/main/

# Single-cell RNA-seq introduction course

This course covers the basics of single-cell RNA-seq analysis. This material was meant to be continuously improved by the Dalmolin Systems Biology Group students.  

This book is based on the following references:

- The experimental design of single-cell studies: [Tutorial: guidelines for the experimental design of single-cell RNA sequencing studies](https://www.nature.com/articles/s41596-018-0073-y)
- [Orchestrating Single-Cell Analysis with Bioconductor - Basics](https://bioconductor.org/books/3.13/OSCA.basic/);
- [Single-cell best practices](https://www.sc-best-practices.org/preamble.html)
- [Seurat cheatsheet](https://satijalab.org/seurat/articles/essential_commands.html)
- [Introduction to single-cell from Wellcome Connecting Science](https://github.com/WCSCourses/SingleCell_23)
- [SingleR](https://bioconductor.org/books/release/SingleRBook/)
- This awesome playlist on YouTube (in python): [link](https://www.youtube.com/watch?v=cmOlCTGX4Ik&list=PLi1VnGoeDGjuZmB8zJNqpuhGe6Zj7HNYQ)

# Install R packages: 

## Using conda or mamba

Note the `environment.yml` file. It has a list of R packages that are going to be used in this course. Install them by:

```
conda env create -f environment.yml
```

Activate the `intro-single-cell` environment:
```
conda activate intro-single-cell
```

## Or using the `install.R` script

Please note the install.R script. In a R session, run
```
source("install.R")
```

Or run in the terminal:

```
Rscript install.R
```

# Download the data

 In your machine, download [**this**](https://drive.google.com/drive/folders/1RlR_e4JDAPAh3w7028u5Y1CooGaGZMfI?usp=drive_link) folder and extract it to the same location of the course folder.

# Datasets to practice

List of datasets to practice: [*link*](https://gist.github.com/jvfe/85ff3125dd00dbf83b33470f06511096)

Owner

  • Name: Dalmolin Systems Biology Group
  • Login: dalmolingroup
  • Kind: organization
  • Location: Natal, RN - Brazil

Research group in Systems Biology at UFRN

GitHub Events

Total
Last Year