- Makevars fixes
- Updated README URL to YouTube tutorial for CRAN
- Minor bug fix for plotEmbedding, issue 139
- Remove C++11 flags
- Removed debugging lines mistakenly included in the release. Re-versioning.
- Fixed self$plotGeneHeatmap() to work with NA/NaN/Inf values
- Fixed bug with self$plotDiffGeneHeatmap(); access list elements
- Use
inherits()
instead ofclass()
comparisons for CRAN
- Fixed indexing error in writing the *csv files for the p2 app grids (e.g. "Gene sets in Aspect")
- Added ability to export data in grids as *csv
- Small revisions to docs
- Fixed
read10xMatrix()
to work with new 10x files
- Removed the vignettes and dependency on the drat repository at https://github.com/kharchenkolab/p2data
- Fix
self$counts <- counts
- Fix
Knn()
inpagoda2WebApp.R
- Removed
jsDist()
as it's in sccore - Removed
multi2dend()
as it's in sccore - Removed strong dependency for p2data
- Revised vignettes figures for the HTML tutorial
- Returned copy constructor
- Fixed
read10xMatrix()
function - Updated Dockerfile
- Fixed 'batch' param in Pagoda2 constructor
- The package was edited extensively to upload to CRAN
read10xMatrix()
was added- more detailed roxygen2 docs
- Use
p2data
anddrat
to install PBMC data for pagoda2 vignettes and examples. This was largely due to the size of the data and CRAN rules. Refer to https://github.com/kharchenkolab/p2data & https://github.com/kharchenkolab/drat
- The classes
Pagoda2()
andp2ViewPagodaApp()
are now R6 classes; notepagoda2WebApp()
is still a reference class as it depends on Rook - Vignettes revised
- revise
message()
spacing forverbose
statements - various changes for CRAN, e.g.
par()
, removing calls toinstalled.packages()
, etc.
- added
p2app4conos()
for rendering Conos to pagoda2 application - README edits
- vignettes edits
- Makefile.win, Makevars.win
- Made OpenMP headers conditional
- Now should (natively) install on Mac OS for all users
- Parameter
gene
inplotEmbedding
for coloring by normalized counts
- Using
sccore
plotting system for embedding plot. 3d plots aren't supported anymore. - Added LICENSE (July 2020)
- Changed
std::cout
toRcpp::Rcout
(July 2020)
- Function
p2.generate.go
now supports arbitrary annotations - added use.raw.variance
- UMAP and UMAP_graph embedding support
- Specificity metrics to
getDifferentialGenes
- removed negative value check to allow for custom starting values
- Fixed problem with duplicated observations during t-SNE estimation
- Added option
var.scale
tocalculatePcaReduction
, which allow to disable variance scaling on counts
- Parameter
min.transcripts.per.cell
- Removed dependencies on boost, GSL and Cairo
- Moved GO.db to Suggests
- Added BioConductor dependencies to DESCRIPTION