forked from GreenleafLab/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 * Update DESCRIPTION * documentation * document * Update README.md * Update README.md * Update README.md * Update README.md * trajectory * add trajectory and clustering params * New additions for multi modal analysis * documentation updates * Update README.md * Update README.md * Update README.md * Update README.md * bugfix * Update README.md * Update README.md * threads are integer for umap * Update README.md * add stream trajectory export * add empirical p-value and dims to use in integration * typo * add seed arguments to LSI * fix buffer ratio * update param addmotifannot update param * add getFragmentsFromProject * update documentation * remove default size aes in rasterized point * added .safeSaveRDS * add check for subsetArchRProject * added na.rm = TRUE to validating a numeric integer * update documentation * add getAvailableMatrices check for getMatrixFromProject * Update ArrowRead.R * bugfix of rowRanges for peakmatrix not staying * bugfix * add a check for 0 cells * addmodule score and imputation of cellColData * add normMethod = "None" to browser * update documentation * add back size to ggplot * bugfix multimodal cbind * update getBlacklist * force removeFilteredCells=TRUE * bugfix reducedDims not passed to imputation in RNA integration * add more logging to markerFeatures * bugfix * force sparse matrix for scRNA * catch 0 overlap * added checkSparseMatrix for getPartialMatrix * add .checkSparseMatrix to MarkerFeatures * update create arrow * bugfix * adding test genome * testgenome * Added PBMC Small Project * add test fragments * document * update test stuff * add logging to plotP2GHeatmap * browser plotting order * bugfix case in correlate matrices * bugfix deviationsmatrix in copyarrows * bug fix 1d bias * update subsetting * clarify subset message * bugfix ncol markerSE = 1 * add message for number of overlapping gene names * add ArchR method for background peaks * add more logging to tile matrix * convert to vector * Add Raw output Peak2GeneLinks * add cellsToUse to peak2gene links * Update addPeak2GeneLinks.Rd * make nLabel functional * force archr with non-fixed width peaks * clean groupBW and self KNN * document * update plotBrowserTrack to now have single cell tracks! * Update ArchRBrowser.R * Update ArchRBrowser.R * Update ArchRBrowser.R * bugfix * cleanup * add gene plots to browser with patchwork! * document * bugfix * useMatrix = NULL * bugfix normmetho -> normmethod * add null to getTrajectory * update plotFragSizes and plotTSS to have groupBy option * file locking * statistics to coA and P2G stable * update coaccessibility * test * Update auto-comment.yml * Update auto-comment.yml
- Loading branch information
Showing
68 changed files
with
2,774 additions
and
283 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,6 @@ | ||
# Comment to a new issue. | ||
issueOpened: > | ||
Thank your for raising a issue. We will try and get back to you as soon as possible. | ||
Please make sure you have given us as much context as possible. | ||
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-05-11 | ||
Date: 2020-10-01 | ||
Title: Analyzing single-cell regulatory chromatin in R. | ||
Version: 0.9.5 | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Jeffrey", "Granja", email = "[email protected]", role = c("aut","cre")), | ||
person("Ryan", "Corces", role = "aut")) | ||
|
@@ -73,8 +73,11 @@ Collate: | |
'MarkerFeatures.R' | ||
'MatrixDeviations.R' | ||
'MatrixFeatures.R' | ||
'MatrixGeneExpression.R' | ||
'MatrixGeneScores.R' | ||
'MatrixTiles.R' | ||
'ModuleScore.R' | ||
'MultiModal.R' | ||
'ProjectMethods.R' | ||
'QualityControl.R' | ||
'RNAIntegration.R' | ||
|
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.