Skip to content

Commit

Permalink
Remove MCL from dependencies + add import functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieBvs committed Nov 9, 2021
1 parent e18857c commit 970b8f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: scigenex
Type: Package
Title: The scigenex package (Single-Cell Informative GENe Explorer)
Version: 1.0.2
Version: 1.1.2
Date: 2020-07-22
Author: J. Bavais, Aurelie Bergon, Fabrice Lopez, Julien Textoris, Samuel Granjeaud, Lionel Spinelli and Denis Puthier
Maintainer: J. Bavais <[email protected]>
Depends: R (>= 4.0.0), methods, grDevices, stats, utils, dplyr, ggplot2, reshape2, magrittr, testthat, igraph, MCL, iheatmapr
Imports: reshape2, ggplot2, magrittr, dplyr, igraph, MCL, gprofiler2
Imports: reshape2, ggplot2, magrittr, dplyr, igraph, gprofiler2, plotly
Collate: dbfmcl_main.R zzz.R import_package.R
Description: The scigenex package (Single-Cell Informative GENe Explorer) proposes a set of functions to extract informative genes from a scRNA-seq experiment, search and store clusters of co-expressed genes. These clusters are annotated and can be mapped onto UMAP or t-SNE diagram to functionally annotate cell populations.
biocViews: Clustering, Classification, Transcriptomics, SingleCell, ReportWriting, GeneRegulation
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ importFrom(methods,slotNames)
importFrom(plotly,layout)
importFrom(reshape2,melt)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,heatmap)
Expand Down
2 changes: 1 addition & 1 deletion R/import_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#'
#' @importFrom methods new slot slotNames setClass signature setMethod setGeneric
#' @importFrom grDevices colorRampPalette
#' @importFrom stats sd dist hclust heatmap median rnorm setNames as.dist hclust
#' @importFrom stats sd dist hclust heatmap median rnorm setNames as.dist hclust cor
#' @importFrom utils object.size read.table write.table read.csv
#' @importFrom dplyr summarise group_by distinct
#' @importFrom ggplot2 ggplot geom_line aes geom_tile geom_vline geom_text
Expand Down

0 comments on commit 970b8f0

Please sign in to comment.