https://github.com/AllenInstitute/patchseqtools
Revision 6b2f01468ae44f33a22bdf15a1fdad3faa5551ce authored by Agata Budzillo on 27 July 2021, 18:29:10 UTC, committed by GitHub on 27 July 2021, 18:29:10 UTC
Removing metadata file from initial submission.
1 parent 6cecb94
Raw File
Tip revision: 6b2f01468ae44f33a22bdf15a1fdad3faa5551ce authored by Agata Budzillo on 27 July 2021, 18:29:10 UTC
Delete met_metadata.csv
Tip revision: 6b2f014
DESCRIPTION
Package: patchseqtools
Type: Package
Title: QC and Cell Type Mapping for Patch-Seq data
Version: 0.0.1
Author: Jeremy Miller <jeremym@alleninstitute.org>
Maintainer: Jeremy Miller <jeremym@alleninstitute.org>
Description: This repository includes code for QC mapping and cell type assignments. Specific topics include:
    1) Assigning quality scores to each cell (mostly wrapper functions for https://github.com/PavlidisLab/patchSeqQC)
    2) Cell type mapping using tree mapping strategy (to be added later) 
    3) Cell type clustering using CCA (mostly wrapper functions for https://satijalab.org/seurat/Seurat_AlignmentTutorial.html)
License: What license is it under?
Encoding: UTF-8
LazyData: true
Imports:
    dendextend (>= 1.7.0),
    gplots (>= 3.0.1),
    pdist (>= 1.2),
    matrixStats (>= 0.53.1),
    Rtsne (>= 0.13),
    ggplot2 (>= 2.2.1)
RoxygenNote: 6.1.0
back to top