-
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
1 parent
3875523
commit b8641d6
Showing
18 changed files
with
72 additions
and
64 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
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,5 +1,5 @@ | ||
Package: schnapps | ||
Title: Single Cell Haplotype copy Number Analysis through Phased Probabilistic States | ||
Package: signals | ||
Title: Single Cell Genomes with Allele Specificity | ||
Version: 0.6.2 | ||
Author@R: c(person("Marc", "Williams", email = "[email protected]", | ||
role = c("aut", "cre")), | ||
|
@@ -8,9 +8,9 @@ Author@R: c(person("Marc", "Williams", email = "[email protected]", | |
Author: Marc J Williams [aut, cre], | ||
Tyler Funnell [ctb] | ||
Maintainer: Marc J Williams <[email protected]> | ||
Description: schnapps (Single Cell Haplotype copy Number Analysis through Phased Probabilistic States) | ||
Description: signals (Single Cell Haplotype copy Number Analysis through Phased Probabilistic States) | ||
is a tool to estimate allele and haplotype specific copy number states in single cells with low coverage (~0.01X). | ||
schnapps phases alleles based on losses and gains across all cells and then assigns allele specific states for each bin | ||
signals phases alleles based on losses and gains across all cells and then assigns allele specific states for each bin | ||
in each cell using a hidden markov model. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
|
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,71 +1,71 @@ | ||
# schnapps 0.6.2 | ||
# signals 0.6.2 | ||
|
||
* fix missing argument | ||
|
||
# schnapps 0.6.1 | ||
# signals 0.6.1 | ||
|
||
* changed colours | ||
* fill in missing bins | ||
* improved documentation about inputs | ||
|
||
# schnapps 0.6.0 | ||
# signals 0.6.0 | ||
|
||
* add option to remove noisy cells from phasing | ||
|
||
# schnapps 0.5.5 | ||
# signals 0.5.5 | ||
|
||
* update plotting and clustering | ||
|
||
# schnapps 0.5.4 | ||
# signals 0.5.4 | ||
|
||
* update docker | ||
|
||
# schnapps 0.5.3 | ||
# signals 0.5.3 | ||
|
||
* some small updates to plotting and default params | ||
|
||
# schnapps 0.5.2 | ||
# signals 0.5.2 | ||
|
||
* update to vignette and plotting | ||
|
||
# schnapps 0.5.1 | ||
# signals 0.5.1 | ||
|
||
* updated default parameters | ||
|
||
# schnapps 0.5.0 | ||
# signals 0.5.0 | ||
|
||
* update ascn inference | ||
|
||
# schnapps 0.4.3 | ||
# signals 0.4.3 | ||
|
||
* filtering utility function | ||
|
||
# schnapps 0.4.2 | ||
# signals 0.4.2 | ||
|
||
* fix bug with filtering | ||
|
||
# schnapps 0.4.1 | ||
# signals 0.4.1 | ||
|
||
* Fix bug in HMM when total copy number = 0 | ||
* Add function to filter hscn object | ||
|
||
# schnapps 0.4.0 | ||
# signals 0.4.0 | ||
|
||
* Add option to filter haplotypes | ||
* Added Dockerfile and github actions to push to Dockerhub | ||
* Added QC metadata table to output | ||
|
||
# schnapps 0.3.0 | ||
# signals 0.3.0 | ||
|
||
* Version associated with preprint | ||
* some fixes to plotting | ||
|
||
# schnapps 0.2.1 | ||
# signals 0.2.1 | ||
|
||
* updates to heatmap plotting | ||
|
||
# schnapps 0.2.0 | ||
# signals 0.2.0 | ||
|
||
# schnapps 0.1.0 | ||
# signals 0.1.0 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. |
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
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 |
---|---|---|
|
@@ -31,4 +31,4 @@ assign_bins_haplotypes <- function(haplotypes, binsize = 0.5e6){ | |
.[, position := NULL] | ||
|
||
return(binshaps) | ||
} | ||
} |
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,5 +1,5 @@ | ||
## usethis namespace: start | ||
#' @useDynLib schnapps | ||
#' @useDynLib signals | ||
#' @importFrom Rcpp sourceCpp | ||
## usethis namespace: end | ||
NULL |
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,4 @@ | ||
library(testthat) | ||
library(schnapps) | ||
library(signals) | ||
|
||
test_check("schnapps") | ||
test_check("signals") |
Oops, something went wrong.