Skip to content

Commit

Permalink
add runChromVAR and predictGenePeakPair.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
r3fang committed Sep 19, 2019
1 parent 451db32 commit f84c604
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
6 changes: 1 addition & 5 deletions R/predictGenePeakPair.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
#' @importFrom plyr llply
#'
#' @export
predictGenePeakPair<- function(obj, input.mat, gene.name, gene.loci, do.par, num.cores){
UseMethod("predictGenePeakPair", obj);
}

predictGenePeakPair.default <- function(
predictGenePeakPair <- function(
obj,
input.mat=c("pmat", "bmat"),
gene.name=NULL,
Expand Down
6 changes: 1 addition & 5 deletions R/runChromVAR.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
#' @return Return a matrix object that contains the cell-by-motif matrix
#'
#' @export
runChromVAR<- function(obj, input.mat, genome, min.count, species){
UseMethod("runChromVAR", obj);
}

runChromVAR.default <- function(
runChromVAR <- function(
obj,
input.mat=c("pmat", "bmat"),
genome=BSgenome.Hsapiens.UCSC.hg19,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## SnapATAC (Development)
## SnapATAC (Latest Updates: 2019-09-19)
**SnapATAC** (**S**ingle **N**ucleus **A**nalysis **P**ipeline for **ATAC**-seq) is a fast, accurate and comprehensive method for analyzing single cell ATAC-seq datasets.

## Latest News
Expand Down
3 changes: 2 additions & 1 deletion man/predictGenePeakPair.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/runChromVAR.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f84c604

Please sign in to comment.