-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
# Power Analysis | ||
|
||
Wraps work from [this](https://github.com/neurogenomics/scRNA-seq_Power_Analysis) repository into an R package. | ||
# <code>Power Analysis</code><br>Power Analysis for Differential Expression in scRNA-seq data | ||
|
||
[![](https://img.shields.io/badge/devel%20version-0.0.0.9000-black.svg)](https://github.com/neurogenomics/Power_Analysis_package) | ||
[![](https://img.shields.io/github/languages/code-size/neurogenomics/Power_Analysis_package.svg)](https://github.com/neurogenomics/Power_Analysis_package) | ||
[![](https://img.shields.io/github/last-commit/neurogenomics/Power_Analysis_package.svg)](https://github.com/neurogenomics/Power_Analysis_package/commits/master) | ||
<br> [![R build | ||
status](https://github.com/neurogenomics/Power_Analysis_package/workflows/rworkflows/badge.svg)](https://github.com/neurogenomics/Power_Analysis_package/actions) | ||
<br> [![License: MIT + file | ||
LICENSE](https://img.shields.io/badge/license-MIT%20+%20file%20LICENSE-blue.svg)](https://cran.r-project.org/web/licenses/MIT%20+%20file%20LICENSE) | ||
|
||
**Authors:** ***Salman Fawad, Alan Murphy, Nathan Skene*** | ||
**Updated:** ***Oct-16-2024*** | ||
|
||
## Introduction | ||
|
||
Wraps work from | ||
[this](https://github.com/neurogenomics/scRNA-seq_Power_Analysis) | ||
repository into an R package. | ||
|
||
To install (once made public), run: | ||
`devtools::install_github("neurogenomics/Power_Analysis")` |