... | ... |
@@ -9,7 +9,7 @@ Description: This package implements functions for CNV calling, plotting, export |
9 | 9 |
Depends: R (>= 3.1.0), GenomicRanges, ggplot2, reshape2, mclust |
10 | 10 |
Imports: IRanges, Rsamtools, Biostrings, GenomicAlignments, grid, preseqR, ggdendro, foreach, doParallel |
11 | 11 |
Suggests: knitr, testthat |
12 |
-License: GPL-3 |
|
12 |
+License: |
|
13 | 13 |
LazyLoad: yes |
14 | 14 |
VignetteBuilder: knitr |
15 | 15 |
Packaged: 2015-09-19 13:29:00 CET+1; Taudt |
... | ... |
@@ -1,15 +1,3 @@ |
1 | 1 |
aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
2 | 2 |
Copyright (C) 2015 Aaron Taudt |
3 | 3 |
|
4 |
-This program is free software: you can redistribute it and/or modify |
|
5 |
-it under the terms of the GNU General Public License as published by |
|
6 |
-the Free Software Foundation, either version 3 of the License, or |
|
7 |
-(at your option) any later version. |
|
8 |
- |
|
9 |
-This program is distributed in the hope that it will be useful, |
|
10 |
-but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-GNU General Public License for more details. |
|
13 |
- |
|
14 |
-You should have received a copy of the GNU General Public License |
|
15 |
-along with this program. If not, see <http://www.gnu.org/licenses/>. |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Wrapper function for the aneufinder package |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Copy-number detection in whole-genome single-cell sequencing data |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Convert aligned reads from various file formats into read counts in equidistant bins |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
check.positive.integer = function(testvar) { |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Collapse consecutive bins |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Read bed-file into GRanges |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' GC correction |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Binned read counts |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Export genome browser viewable files |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Find copy number variations |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Find sister chromatid exchanges |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Chromosome lengths for different assemblies |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
# ================================================================= |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' @useDynLib aneufinder |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
mixedorder = function (x) |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Initialize state factor levels and distributions |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Measures for Karyotype Heterogeneity |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Load HMMs from files |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' @import ggplot2 |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Quality control measures for binned read counts |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' Read aneufinder configuration file |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
.onAttach <- function(...) { |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-# aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-# Copyright (C) 2015 Aaron Taudt |
|
3 |
-# |
|
4 |
-# This program is free software: you can redistribute it and/or modify |
|
5 |
-# it under the terms of the GNU General Public License as published by |
|
6 |
-# the Free Software Foundation, either version 3 of the License, or |
|
7 |
-# (at your option) any later version. |
|
8 |
-# |
|
9 |
-# This program is distributed in the hope that it will be useful, |
|
10 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-# GNU General Public License for more details. |
|
13 |
-# |
|
14 |
-# You should have received a copy of the GNU General Public License |
|
15 |
-# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
#' The Zero-inflated Negative Binomial Distribution |
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|
... | ... |
@@ -1,18 +1,3 @@ |
1 |
-//aneufinder - An R-package for CNV detection in whole-genome single cell sequencing data |
|
2 |
-//Copyright (C) 2015 Aaron Taudt |
|
3 |
-// |
|
4 |
-//This program is free software: you can redistribute it and/or modify |
|
5 |
-//it under the terms of the GNU General Public License as published by |
|
6 |
-//the Free Software Foundation, either version 3 of the License, or |
|
7 |
-//(at your option) any later version. |
|
8 |
-// |
|
9 |
-//This program is distributed in the hope that it will be useful, |
|
10 |
-//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
-//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
-//GNU General Public License for more details. |
|
13 |
-// |
|
14 |
-//You should have received a copy of the GNU General Public License |
|
15 |
-//along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
16 | 1 |
|
17 | 2 |
|
18 | 3 |
|