Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Oct 16, 2024
1 parent 4fb84ef commit b039ee4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ repo <- strsplit(URL,"/")[[1]][5]

# <code>Power Analysis</code><br>Power Analysis for Differential Expression in scRNA-seq data

`r rworkflows::use_badges(add_hex = FALSE, add_authors = FALSE)`
`r rworkflows::use_badges(add_hex = FALSE, add_authors = FALSE, add_codecov = FALSE, add_codecov_graphs = FALSE, add_license = FALSE)`
`r badger::badge_license(license = rworkflows::get_description(refs = NULL)[[1]]$get_field("License"))`

**Authors:** ***Salman Fawad, Alan Murphy, Nathan Skene***
**Updated:** ***`r format(Sys.Date(), '%b-%d-%Y')`***
Expand Down
20 changes: 18 additions & 2 deletions README.md
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")`

0 comments on commit b039ee4

Please sign in to comment.