-
Notifications
You must be signed in to change notification settings - Fork 1
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
12 changed files
with
146 additions
and
128 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,13 +1,14 @@ | ||
Package: scregclust | ||
Title: Reconstructing the Regulatory Programs of Target Genes in scRNA-Seq Data | ||
Version: 0.1.10 | ||
Version: 0.2.0 | ||
Authors@R: c( | ||
person("Felix", "Held", ,"[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-7679-7752")), | ||
person("Ida", "Larsson", ,"[email protected]", role = c("aut"), | ||
comment = c(ORCID = "0000-0001-5422-4243")), | ||
person("Sven", "Nelander", ,"[email protected]", role = c("aut"), | ||
comment = c(ORCID = "0000-0003-1758-1262"))) | ||
comment = c(ORCID = "0000-0003-1758-1262")), | ||
person("André", "Armatowski", role = c("ctb"))) | ||
Description: Implementation of the scregclust algorithm | ||
described in Larsson, Held, et al. (2024) <doi:10.1038/s41467-024-53954-3> | ||
which reconstructs regulatory programs of target genes in scRNA-seq data. | ||
|
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# scregclust 0.2.0 | ||
|
||
## New features | ||
|
||
- Quick Mode: Instead of trying to re-allocate all target genes that were | ||
allocated into the noise cluster, only a certain (random) percentage of | ||
these target genes is attempted to be re-allocated. | ||
|
||
`quick_mode = TRUE` has to be supplied as an argument to `scregclust` to | ||
activate this feature (off by default) and the percentage of | ||
noise target genes to re-allocate is given by `quick_mode_percent`, | ||
a number in [0, 1). | ||
|
||
## Minor changes | ||
|
||
- Added CRAN install instructions to the README |
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
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,4 +1 @@ | ||
Updated CRAN reviewer comments. | ||
|
||
* Vignette now writes to temporary directory | ||
* Reference style corrected in DESCRIPTION | ||
* New functionality was added to the package |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.