scTree

scTree: An R package to generate antibody-compatible classifiers from single-cell sequencing data - Published in JOSS (2020)

https://github.com/jspaezp/sctree

Science Score: 95.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
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
    4 of 8 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Scientific Fields

Biochemistry, Genetics and Molecular Biology Life Sciences - 87% confidence
Last synced: 6 months ago · JSON representation

Repository

Tree based marker finding and gating visualization for single cell rna seq data

Basic Info
  • Host: GitHub
  • Owner: jspaezp
  • License: apache-2.0
  • Language: R
  • Default Branch: master
  • Size: 38 MB
Statistics
  • Stars: 4
  • Watchers: 3
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Archived
Created over 6 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Changelog License

README.Rmd

---
title: "sctree: a package to connect single cell rna-seq to biology using trees"
output: 
  github_document:
    toc: true
    toc_depth: 2
---



```{r setup, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

knitr::opts_chunk$set(
  fig.path = "man/figures/"
)
```

[![Travis build status](https://travis-ci.org/jspaezp/sctree.svg?branch=master)](https://travis-ci.org/jspaezp/sctree)
[![Coverage status](https://codecov.io/gh/jspaezp/sctree/branch/master/graph/badge.svg)](https://codecov.io/github/jspaezp/sctree?branch=master)
[![status](https://joss.theoj.org/papers/4316d75e1e458003f7acfee08fd3922b/status.svg)](https://joss.theoj.org/papers/4316d75e1e458003f7acfee08fd3922b)

# sctree

The goal of scTree is to provide allow biologists to identify a minimal set
of genes from single-cell RNA-seq (scRNA-seq) data that can be used in downstream
experiments. While there are already methods available to identify differentially
expressed genes and markers that differ between subpopulations in scRNA-seqdata,
there are generally too many genes in these lists to use in follow-up experiments.

Features suggesting pseudo-gating strategies to purify found populations
via flow-cytometry, antibody querying and cross validations between
datasets.

Please check our companion documentation website hosted at
[jspaezp.github.io/sctree](https://jspaezp.github.io/sctree/).

Number of lines in roxygen comments:
`r system2("bash", "-c \"grep -RP '^#' ./R | wc -l\"", stdout = TRUE)`

Number of lines in R code:
`r system2("bash", "-c \"grep -RP '^[^#]' ./R | grep -vP '^$' | wc -l \"", stdout = TRUE)`


```{r child="vignettes/rmdchunks/_installation.Rmd"}
```

```{r child="vignettes/rmdchunks/_usage_intro.Rmd"}
```

```{r child="vignettes/rmdchunks/_finding_markers.Rmd"}
```

```{r child="vignettes/rmdchunks/_visualizing_markers.Rmd"}
```

```{r child="vignettes/rmdchunks/_suggesting_strategies.Rmd"}
```

```{r child="vignettes/rmdchunks/_antibodies.Rmd"}
```

```{r}
sessionInfo()
```


# Steps down the road

3. Address some of the TODO's in this repository
4. Reduce dependecies by replacing functions to base equivalents.
5. Add links to the documentation to make nicer to explore the package from inside R
8. Implement a way to find markers for clusters exclusively upregulated
9. Refctor the code to make the coding nomenclature same as seurat


Owner

  • Name: J. Sebastian Paez
  • Login: jspaezp
  • Kind: user
  • Location: Seattle, Wa
  • Company: @TalusBio

Data scientist, computational mass spectrometrist, spare time woodworker ...

JOSS Publication

scTree: An R package to generate antibody-compatible classifiers from single-cell sequencing data
Published
April 26, 2020
Volume 5, Issue 48, Page 2061
Authors
J. Sebastian Paez ORCID
Purdue University, Center for Cancer Research, Purdue University, Department of Medicinal Chemistry and Molecular Pharmacology
Michael K. Wendt ORCID
Purdue University, Center for Cancer Research, Purdue University, Department of Medicinal Chemistry and Molecular Pharmacology
Nadia Atallah Lanman ORCID
Purdue University, Center for Cancer Research, Purdue University, Department of Comparative Pathobiology
Editor
Will Rowe ORCID
Tags
Bioinformatics Single cell Flow Cytometry

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 97
  • Total Committers: 8
  • Avg Commits per committer: 12.125
  • Development Distribution Score (DDS): 0.443
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Sebastian j****p@g****m 54
natallah n****h 14
J Sebastian Paez j****p@p****u 14
J Sebastian Paez j****p@p****u 8
Arfon Smith a****n 2
J Sebastian Paez j****p@p****u 2
J Sebastian Paez j****p@l****n 2
Juan Sebastian S Paez Paez j****e@b****u 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 8
  • Total pull requests: 8
  • Average time to close issues: 21 days
  • Average time to close pull requests: 1 day
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 5.38
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mschubert (4)
  • jenzopr (3)
  • thomasveith (1)
Pull Request Authors
  • jspaezp (6)
  • arfon (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • Seurat * depends
  • AnnotationDbi * imports
  • DT * imports
  • GGally * imports
  • MASS * imports
  • Matrix * imports
  • RColorBrewer * imports
  • ROCR * imports
  • ape * imports
  • cowplot * imports
  • forcats * imports
  • future * imports
  • future.apply * imports
  • ggplot2 * imports
  • lmtest * imports
  • memoise * imports
  • metap * imports
  • methods * imports
  • partykit * imports
  • pbapply * imports
  • purrr * imports
  • ranger * imports
  • rlang * imports
  • rvest * imports
  • shiny * imports
  • tidyr * imports
  • viridis * imports
  • wrapr * imports
  • xml2 * imports
  • DESeq2 * suggests
  • covr * suggests
  • devtools * suggests
  • knitr * suggests
  • org.Hs.eg.db * suggests
  • pkgdown * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • usethis * suggests