-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bugfix remove sys.time for weird error in R 4.0 * bug fix new uwot save and loading features * deprecated * version number * handle error where spurious fragments seem to be 1 tile above max * update bugfixes * let quantCut in plotTrajectory be null * grepExclude in plotTrajectoryHeatmap * bugfix integrative analysis coaccessibility and peak2genelinks * change file locking location groupcoverages * throw error if no peakset for adding annotations * make it so predictionScore is not needed for peak2gene links * update addPeakSet * updated description * bugfix named list * update error handling plotEnrichHeatmap * update error messages tilematrix * handle error with bsgenomes * width is end - start + 1 * bugfix checkCairo in iterativeLSI * update archr verbosity and logging for markerfeatures * bugfix + documentation * update subsetting to metadata * handling case n = 1 for deviations matrix * bugfix ordering of scTrack * handle error where no barcodes passing on a small chromosome/scaffold * bugfix validBSgenome * fix missing paren * fix missing paren * add feature for supplying custom gene list for rna integration * add sanity check to partial matrix * update cellsInArrow in case user overrides sample in ArchRProj * Add null option for genesUse to validInput * bugfix NA in combined vars * add checks for genes symbol to be not a list Co-authored-by: Ryan Corces <[email protected]>
- Loading branch information
Showing
33 changed files
with
379 additions
and
85 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: ArchR | ||
Type: Package | ||
Date: 2020-10-01 | ||
Date: 2020-11-23 | ||
Title: Analyzing single-cell regulatory chromatin in R. | ||
Version: 1.0.0 | ||
Version: 1.0.1 | ||
Authors@R: c( | ||
person("Jeffrey", "Granja", email = "[email protected]", role = c("aut","cre")), | ||
person("Ryan", "Corces", role = "aut")) | ||
|
@@ -11,7 +11,7 @@ Roxygen: list(markdown = TRUE) | |
License: GPL (>= 2) | ||
LinkingTo: Rcpp | ||
LazyData: TRUE | ||
RoxygenNote: 7.0.2 | ||
RoxygenNote: 7.1.1 | ||
Encoding: UTF-8 | ||
Imports: | ||
Rcpp (>= 0.12.16), | ||
|
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
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.