Skip to content

Commit

Permalink
Update DESCRIPTION and NAMESPACE for changes in ATAC functions
Browse files Browse the repository at this point in the history
  • Loading branch information
DongqingSun committed Feb 23, 2021
1 parent 3805704 commit 3968083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Maintainer: Dongqing Sun<dongqingsun96@gmail.com>, Gali Bai<gali.bai@hotmail.com
Description: MAESTRO is an intergrative analysis pipeline to support downstream analysis of single-cell RNA-seq and single-cell ATAC-seq dataset. MAESTRO provides funtion for quality control, normalization, clustering, differential gene and peak analysis, marker gene based annotation, transcription factor identification using Cistome toolkit, and intergrative analysis for scRNA-seq and scATACseq.
URL: https://github.com/LiuLab-dfci/MAESTRO
Depends: R (>= 3.6.1)
Imports: Seurat (>= 3.1.2), Signac (>=1.1.1), ggplot2 (>= 3.0.0), ggrepel, cowplot, Matrix (>=
Imports: Seurat (>= 3.1.2), Signac (>= 1.1.1), ggplot2 (>= 3.0.0), ggrepel, cowplot, Matrix (>=
1.2.14), dplyr, png, RColorBrewer, scales, pheatmap, MAGeCKFlute, DESeq2, Gmisc,
grid, karyoploteR, presto, AnnotationDbi, org.Hs.eg.db, org.Mm.eg.db, GenomeInfoDb
Suggests: knitr, pagoda2, RCA, MAST, scABC, devtools, uwot, cisTopic, chromVAR, motifmatchr,
Expand Down
8 changes: 2 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ export(VisualizeVlnplot)
export(knn_smoothing)
import(EnsDb.Hsapiens.v86)
import(EnsDb.Mmusculus.v79)
import(GenomeInfoDb)
import(Signac)
import(biomaRt)
import(ggplot2)
import(gplots)
importClassesFrom(Matrix,dgCMatrix)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomicRanges,GRanges)
importFrom(Gmisc,fastDoCall)
importFrom(MASS,glm.nb)
Expand Down Expand Up @@ -76,14 +77,9 @@ importFrom(Seurat,TransferData)
importFrom(Seurat,VariableFeatures)
importFrom(Seurat,VlnPlot)
importFrom(Seurat,WhichCells)
importFrom(Signac,Annotation)
importFrom(Signac,CreateChromatinAssay)
importFrom(Signac,FindTopFeatures)
importFrom(Signac,GeneActivity)
importFrom(Signac,GetGRangesFromEnsDb)
importFrom(Signac,RunSVD)
importFrom(Signac,RunTFIDF)
importFrom(Signac,genome)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(devtools,source_url)
importFrom(dplyr,"%>%")
Expand Down

0 comments on commit 3968083

Please sign in to comment.