An open API service indexing awesome lists of open source software.

https://github.com/dynverse/dynfeature

Extracting relevant features from single-cell trajectories 🎯
https://github.com/dynverse/dynfeature

Last synced: 8 months ago
JSON representation

Extracting relevant features from single-cell trajectories 🎯

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup1, include=FALSE}
knitr::opts_chunk$set(fig.path=".readme_files/", warning=FALSE, message=FALSE, error=FALSE, echo = TRUE)
```

[![R-CMD-check](https://github.com/dynverse/dynfeature/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dynverse/dynfeature/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/dynverse/dynfeature/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dynverse/dynfeature?branch=master)
[**Tutorials**](https://dynverse.org)

# Calculating differentially expressed features across a trajectory

Included are methods to

* Calculate the overall feature importance, using `calculate_overall_feature_importance`
* Calculate the importance of a feature at a bifurcation point, using `calculate_milestone_feature_importance`

The plotting of the top features is nicely intergrated into [dynplot](https://github.com/dynverse/dynplot)

[![dynplot heatmap](https://raw.githubusercontent.com/dynverse/dynplot/devel/.readme_files/heatmap-1.png)](https://github.com/dynverse/dynplot)

## Latest changes

Check out `news(package = "dynwrap")` or [NEWS.md](NEWS.md) for a full list of changes.

```{r news, echo=FALSE, results="asis"}
cat(dynutils::recent_news())
```

## Dynverse dependencies

![](man/figures/dependencies.png)