-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
29 lines (21 loc) · 1.06 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
output:
github_document
---
```{r, echo = FALSE, include = FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- gsub("\n"," ",read.dcf("DESCRIPTION", fields = "Title")[1])
description <- gsub("\n"," ",read.dcf("DESCRIPTION", fields = "Description")[1])
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- strsplit(URL,"/")[[1]][4]
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, 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')`***
## 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")`