-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
8 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: scigenex | ||
Type: Package | ||
Title: The scigenex package (Single-Cell Informative GENe Explorer) | ||
Version: 0.1.8 | ||
Version: 1.0.0 | ||
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 (>= 3.6.1), methods, testthat | ||
Imports: reshape2, ggplot2, magrittr, dplyr, igraph, MCL | ||
Collate: dbfmcl_main.R zzz.R | ||
Description: The scigenex package (Single-Cell Informative GENe Explorer) proposes a set of functions to extract informative genes from a scRNA-seq experiment and search for clusters of co-expressed genes. These clusters are annotated and can be mapped onto UMAP or t-SNE diagram to functionally annotate cell populations. | ||
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 | ||
License: GPL-3 | ||
Suggests: RColorBrewer | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# .First.lib <- function(lib,pkg) { | ||
# library.dynam("dbfmcl",pkg,lib) | ||
# library.dynam("scigenex",pkg,lib) | ||
# } |