forked from dpeerlab/ArchR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updates * added better descriptors for LSI results * update save umap model * update * updates 0.1.9 * LSIUpdate * Update IterativeLSI.R * LSIv2 * update docs * pass parallel reading for arrow methods * update params * parallel get matrix values * onload * bugfix chromVAR * fix * updates * updates * documentation * update * update outliers * update reduce dims * stability to enrichment * update * documentation * bugfix drop all * bugfix * update * updates * bug fix featureMatrix * update gene scores * updaetes * add units to matrices * added a few arrow methods * units * update messages * keep single thread for now * update imputation * update integration * bugfix * bugfix * bugfix arrowFiles and rna integration * Update RNAIntegration.R * bugfix * added methods for dropping groups from Arrow * space * group arrow * Update ArrowMethods.R * update documentation * add completion to deviations * correlation methods * added log2 and units * updates heatmap foot * updates * alteration * comment * update correlations
- Loading branch information
Showing
55 changed files
with
4,350 additions
and
1,754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: ArchR | ||
Type: Package | ||
Date: 2019-02-06 | ||
Date: 2019-02-24 | ||
Title: Analyzing single-cell regulatory chromatin in R. | ||
Version: 0.1.8 | ||
Version: 0.2.0 | ||
Authors@R: c( | ||
person("Jeffrey", "Granja", email = "[email protected]", role = c("aut","cre")), | ||
person("Ryan", "Corces", role = "aut")) | ||
|
@@ -29,7 +29,7 @@ Imports: | |
grid, | ||
gridExtra, | ||
Biostrings, | ||
ComplexHeatmap, | ||
ComplexHeatmap | ||
Depends: | ||
ggplot2, | ||
SummarizedExperiment, | ||
|
@@ -39,4 +39,4 @@ Depends: | |
magrittr, | ||
S4Vectors (>= 0.9.25), | ||
BiocGenerics, | ||
GenomicRanges, | ||
GenomicRanges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.