https://github.com/AllenInstitute/patchseqtools
Revision 58f645177a499ef694c8f13533526304840a8a26 authored by Agata Budzillo on 30 July 2021, 06:32:09 UTC, committed by GitHub on 30 July 2021, 06:32:09 UTC
Replaced by Figure3Supplement4_violinsdata.csv
1 parent c92f9e7
Raw File
Tip revision: 58f645177a499ef694c8f13533526304840a8a26 authored by Agata Budzillo on 30 July 2021, 06:32:09 UTC
Delete electrophysiology_features_ME.csv
Tip revision: 58f6451
README.md
# Allen Institute Patch-seq documents and tools
Patch-seq is powerful technique that allows for multimodal characterization of individual neurons – electrophysiological, morphological and transcriptomic. At the Allen Institute we have optimized this technique to efficiently collect high-quality data. On this GitHub repo we provide links to the manuscript describing this optimized technique and associated data, a detailed protocol, Allen Institute manuscripts that have utilized this technique, and links to Allen Institute resources and software. In addition, this repo includes an R package of [Patch-seq tools](https://github.com/AllenInstitute/patchseqtools#patch-seq-tools) for quality control and cell typing of Patch-seq cells.

## Patch-seq detailed protocol on protocols.io
https://doi.org/10.17504/protocols.io.bpbuminw

## Scaled, high fidelity electrophysiological, morphological, and transcriptomic cell characterization
https://doi.org/10.1101/2020.11.04.369082

## Multichannel Igor Electrophysiology Suite (MIES) Github repo
https://github.com/AllenInstitute/MIES

## Allen Institute Patch-seq papers
Mouse Visual Cortex https://doi.org/10.1101/2020.02.03.932244

Human L2/3 - https://doi.org/10.1101/2020.03.31.018820

## Allen Institute cell types web products
Morpho-Electric database http://celltypes.brain-map.org/

Single-cell RNA-seq database https://portal.brain-map.org/atlases-and-data/rnaseq

Patch-Seq database *Coming soon*

## Patch-seq tools
  
R functions for gene selection and analysis of Patch-seq data.  
  
`patchseqtools` includes several functions that are used for quality control and cell typing of Patch-seq cells at the Allen Institute.  Many of these functions are wrappers for functions from other libraries (see below) and we enourage proper citation of relevant tools when using those functions.  

**Specific topics include:**  
1. Assigning quality scores to each cell (mostly wrapper functions for https://github.com/PavlidisLab/patchSeqQC)  
2. Cell type clustering using CCA (mostly wrapper functions for https://satijalab.org/seurat/Seurat_AlignmentTutorial.html)  
  
 
## Installation

```
devtools::install_github("AllenInstitute/patchseqtools")
```

## Library use cases

No vignettes currently available.  

## License

The license for this package is available on Github at: https://github.com/AllenInstitute/patchseqtools/blob/master/LICENSE

## Level of Support

We are not planning to update the R library component of this repo unless bugs are found.  We may make occasional updates to other components of the repository with no fixed schedule.  However, we welcome community input through both issues and pull requests.

## Contribution Agreement

If you contribute code to this repository through pull requests or other mechanisms, you are subject to the Allen Institute Contribution Agreement, which is available in full at: https://github.com/AllenInstitute/patchseqtools/blob/master/CONTRIBUTION

back to top