Skip to content

Commit

Permalink
Merge pull request #125 from kharchenkolab/devel
Browse files Browse the repository at this point in the history
Version 1.0.5
  • Loading branch information
evanbiederstedt committed Aug 11, 2021
2 parents b2f1c03 + 36418ea commit 90f1ab8
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 1,014 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Upcoming

## [1.0.5] - 2020-08-11

### Changed

- Removed the vignettes and dependency on the drat repository at https://github.com/kharchenkolab/p2data

## [1.0.4] - 2020-06-28

### Changed
Expand Down
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pagoda2
Title: Single Cell Analysis and Differential Expression
Version: 1.0.4
Version: 1.0.5
Authors@R: c(person("Nikolas","Barkas", email="[email protected]", role="aut"), person("Viktor", "Petukhov", email="[email protected]", role="aut"), person("Peter", "Kharchenko", email = "[email protected]", role = "aut"), person("Simon", "Steiger", email = "[email protected]", role = "ctb"), person("Evan", "Biederstedt", email="[email protected]", role=c("cre", "aut")))
Description: Analyzing and interactively exploring large-scale single-cell RNA-seq datasets. 'pagoda2' primarily performs normalization and differential gene expression analysis, with an interactive application for exploring single-cell RNA-seq datasets. It performs basic tasks such as cell size normalization, gene variance normalization, and can be used to identify subpopulations and run differential expression within individual samples. 'pagoda2' was written to rapidly process modern large-scale scRNAseq datasets of approximately 1e6 cells. The companion web application allows users to explore which gene expression patterns form the different subpopulations within your data. The package also serves as the primary method for preprocessing data for conos, <https://github.com/kharchenkolab/conos>. This package interacts with data available through the 'p2data' package, which is available in a 'drat' repository. To access this data package, see the instructions at <https://github.com/kharchenkolab/pagoda2>. The size of the 'p2data' package is approximately 6 MB.
License: GPL-3
Expand Down Expand Up @@ -53,7 +53,6 @@ Suggests:
org.Dr.eg.db,
org.Hs.eg.db,
org.Mm.eg.db,
p2data,
pcaMethods,
pheatmap,
rgl,
Expand All @@ -62,8 +61,6 @@ Suggests:
scde,
testthat,
uwot
VignetteBuilder: knitr
Additional_repositories: https://kharchenkolab.github.io/drat/
URL: https://github.com/kharchenkolab/pagoda2
BugReports: https://github.com/kharchenkolab/pagoda2/issues
NeedsCompilation: yes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [Installation](#installation)
* [Installing Linux Dependencies](#installing-linux-dependencies)
* [Installing with Mac OS](#installing-with-mac-os)
* [Pagoda2 via Docker](#pagoda2-via-docker)
* [pagoda2 via Docker](#pagoda2-via-docker)

## pagoda2: Rapid Processing and Interactive Analysis of Large Datasets

Expand All @@ -26,7 +26,7 @@ Several methods within this package were developed based on the originals implem

**Basic Walkthrough**
* [HTML version](https://htmlpreview.github.io/?https://raw.githubusercontent.com/kharchenkolab/pagoda2/master/doc/pagoda2.walkthrough.html)
* [Markdown version](https://github.com/kharchenkolab/pagoda2/blob/master/vignettes/pagoda2.walkthrough.md)
* [Markdown version](https://github.com/kharchenkolab/pagoda2/blob/master/doc/pagoda2.walkthrough.md)

[PCA-based Basic Walkthrough](http://pklab.med.harvard.edu/peterk/p2/walkthrough.nb.html)

Expand All @@ -50,7 +50,7 @@ To install the latest version of `pagoda2`, use:

```r
install.packages('devtools')
devtools::install_github('kharchenkolab/pagoda2', build_vignettes = TRUE)
devtools::install_github('kharchenkolab/pagoda2')
```


Expand Down Expand Up @@ -101,5 +101,5 @@ If you find `pagoda2` useful for your publication, please cite:
```
Nikolas Barkas, Viktor Petukhov, Peter Kharchenko and Evan
Biederstedt (2021). pagoda2: Single Cell Analysis and Differential
Expression. R package version 1.0.4.
Expression. R package version 1.0.5.
```
391 changes: 0 additions & 391 deletions vignettes/pagoda2.walkthrough.Rmd

This file was deleted.

Loading

0 comments on commit 90f1ab8

Please sign in to comment.