Skip to content

Commit

Permalink
Updated package description
Browse files Browse the repository at this point in the history
  • Loading branch information
shakson-isaac committed Jul 26, 2023
1 parent 6350a50 commit 0bc839d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ improvements
READMEupdate.md
RData/
.DS_Store
.DS_Store
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: SCENT
Type: Package
Title: Single-Cell ENhancer Target (SCENT) gene mapping for single cell multimodal data
Version: 0.1.0
Version: 1.0.0
Author: Saori Sakaue and Shakson Isaac
Maintainer: Shakson Isaac <[email protected]>
Description: R package that contains functions for the SCENT algorithm. SCENT uses
single-cell multimodal data (e.g., 10X Multiome RNA/ATAC) and links
ATAC-seq peaks (putative enhancers) to their target genes by modeling association
between chromatin accessibility and gene expression across individual single cells.
Depends: R (>= 3.5.0)
Imports:
methods,
Hmisc,
Expand Down
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ import(lme4)
import(methods)
import(parallel)
import(stringr)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,glm)
importFrom(stats,vcov)
importFrom(utils,write.table)
5 changes: 3 additions & 2 deletions R/import_packages.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' @import methods Hmisc data.table stringr
#' @import R.utils
#' @import methods Hmisc R.utils data.table stringr
#' @import lme4 boot MASS parallel
#' @import Matrix
#' @importFrom stats as.formula coef glm vcov
#' @importFrom utils write.table
NULL

0 comments on commit 0bc839d

Please sign in to comment.