Skip to content

Commit 90f1ab8

Browse files
Merge pull request #125 from kharchenkolab/devel
Version 1.0.5
2 parents b2f1c03 + 36418ea commit 90f1ab8

17 files changed

+11
-1014
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Upcoming
22

3+
## [1.0.5] - 2020-08-11
4+
5+
### Changed
6+
7+
- Removed the vignettes and dependency on the drat repository at https://github.com/kharchenkolab/p2data
8+
39
## [1.0.4] - 2020-06-28
410

511
### Changed

DESCRIPTION

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pagoda2
22
Title: Single Cell Analysis and Differential Expression
3-
Version: 1.0.4
3+
Version: 1.0.5
44
Authors@R: c(person("Nikolas","Barkas", email="nikolas_barkas@hms.harvard.edu", role="aut"), person("Viktor", "Petukhov", email="viktor.s.petuhov@ya.ru", role="aut"), person("Peter", "Kharchenko", email = "peter_kharchenko@hms.harvard.edu", role = "aut"), person("Simon", "Steiger", email = "simon.steiger@gmail.com", role = "ctb"), person("Evan", "Biederstedt", email="evan.biederstedt@gmail.com", role=c("cre", "aut")))
55
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.
66
License: GPL-3
@@ -53,7 +53,6 @@ Suggests:
5353
org.Dr.eg.db,
5454
org.Hs.eg.db,
5555
org.Mm.eg.db,
56-
p2data,
5756
pcaMethods,
5857
pheatmap,
5958
rgl,
@@ -62,8 +61,6 @@ Suggests:
6261
scde,
6362
testthat,
6463
uwot
65-
VignetteBuilder: knitr
66-
Additional_repositories: https://kharchenkolab.github.io/drat/
6764
URL: https://github.com/kharchenkolab/pagoda2
6865
BugReports: https://github.com/kharchenkolab/pagoda2/issues
6966
NeedsCompilation: yes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Installation](#installation)
1212
* [Installing Linux Dependencies](#installing-linux-dependencies)
1313
* [Installing with Mac OS](#installing-with-mac-os)
14-
* [Pagoda2 via Docker](#pagoda2-via-docker)
14+
* [pagoda2 via Docker](#pagoda2-via-docker)
1515

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

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

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

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

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

5151
```r
5252
install.packages('devtools')
53-
devtools::install_github('kharchenkolab/pagoda2', build_vignettes = TRUE)
53+
devtools::install_github('kharchenkolab/pagoda2')
5454
```
5555

5656

@@ -101,5 +101,5 @@ If you find `pagoda2` useful for your publication, please cite:
101101
```
102102
Nikolas Barkas, Viktor Petukhov, Peter Kharchenko and Evan
103103
Biederstedt (2021). pagoda2: Single Cell Analysis and Differential
104-
Expression. R package version 1.0.4.
104+
Expression. R package version 1.0.5.
105105
```

vignettes/figure_pagoda2_walkthrough/unnamed-chunk-10-1.png renamed to doc/figure_pagoda2_walkthrough/unnamed-chunk-10-1.png

File renamed without changes.

vignettes/figure_pagoda2_walkthrough/unnamed-chunk-11-1.png renamed to doc/figure_pagoda2_walkthrough/unnamed-chunk-11-1.png

File renamed without changes.

vignettes/figure_pagoda2_walkthrough/unnamed-chunk-14-1.png renamed to doc/figure_pagoda2_walkthrough/unnamed-chunk-14-1.png

File renamed without changes.

vignettes/figure_pagoda2_walkthrough/unnamed-chunk-19-1.png renamed to doc/figure_pagoda2_walkthrough/unnamed-chunk-19-1.png

File renamed without changes.

vignettes/figure_pagoda2_walkthrough/unnamed-chunk-20-1.png renamed to doc/figure_pagoda2_walkthrough/unnamed-chunk-20-1.png

File renamed without changes.

vignettes/figure_pagoda2_walkthrough/unnamed-chunk-21-1.png renamed to doc/figure_pagoda2_walkthrough/unnamed-chunk-21-1.png

File renamed without changes.

vignettes/figure_pagoda2_walkthrough/unnamed-chunk-22-1.png renamed to doc/figure_pagoda2_walkthrough/unnamed-chunk-22-1.png

File renamed without changes.

0 commit comments

Comments
 (0)