Skip to content

Commit

Permalink
ASCAT v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tlesluyes committed Feb 8, 2022
1 parent 2104949 commit 418e1f5
Show file tree
Hide file tree
Showing 13 changed files with 117 additions and 45 deletions.
16 changes: 8 additions & 8 deletions ASCAT/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Package: ASCAT
Type: Package
Title: Allele-Specific Copy Number Analysis of Tumours
Version: 2.5.2
Date: 2018-08-29
Version: 2.5.3
Date: 2022-02-08
Authors@R: c(person("Peter", "Van Loo", role=c("aut","cre"), email="[email protected]"),
person("Gro", "Nielsen", role="ctb"),
person("Jiqiu","Cheng", role="ctb"),
person("Stefan","Dentro", role="ctb"),
person("Edith","Ross", role="ctb"),
person("Kerstin","Haase", role="ctb"))
person("Kerstin","Haase", role="ctb"),
person("Tom","Lesluyes", role="ctb"))
Author: Peter Van Loo [aut, cre], Gro Nielsen [ctb], Jiqiu Cheng [ctb], Stefan
Dentro [ctb], Edith Ross [ctb], Kerstin Haase [ctb]
Maintainer: Kerstin Haase <[email protected]>
Description: R package of ASCAT as published in http://www.ncbi.nlm.nih.gov/
pubmed/20837533
Dentro [ctb], Edith Ross [ctb], Kerstin Haase [ctb], Tom Lesluyes [ctb]
Maintainer: Tom Lesluyes <[email protected]>
Description: R package of ASCAT as published in http://www.ncbi.nlm.nih.gov/pubmed/20837533
Depends:
R (>= 2.13.0),
RColorBrewer,
Expand All @@ -23,4 +23,4 @@ Depends:
utils
License: GPL-3
LazyLoad: yes
RoxygenNote: 6.1.0
RoxygenNote: 7.1.2
8 changes: 0 additions & 8 deletions ASCAT/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ export(base.gw.plot)
export(make_segments)
export(runASCAT)
import(RColorBrewer)

importFrom("grDevices", "adjustcolor", "colorRampPalette", "dev.new",
"dev.off", "pdf", "png")
importFrom("graphics", "abline", "axis", "image", "par", "plot",
"points", "rect", "text")
importFrom("stats", "complete.cases", "cor", "lm", "mad", "median",
"na.omit", "runmed", "var")
importFrom("utils", "read.table", "write.table")
10 changes: 8 additions & 2 deletions ASCAT/man/ascat.asmultipcf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions ASCAT/man/ascat.aspcf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions ASCAT/man/ascat.loadData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions ASCAT/man/ascat.plotAscatProfile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions ASCAT/man/ascat.plotNonRounded.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions ASCAT/man/ascat.predictGermlineGenotypes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions ASCAT/man/ascat.runAscat.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions ASCAT/man/base.gw.plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 22 additions & 5 deletions ASCAT/man/runASCAT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

## Description

This repository provides the ASCAT R package that can be used to infer tumour purity, ploidy and allele-specific copy number profiles.
This repository provides the ASCAT R package (v2.5.3) that can be used to infer tumour purity, ploidy and allele-specific copy number profiles.

ASCAT is described in detail in: [Allele-specific copy number analysis of tumors. Van Loo P *et al*. *PNAS* (2010)](http://www.ncbi.nlm.nih.gov/pubmed/20837533).

This repository also contains the code underlying additional publication:
[Allele-specific multi-sample copy number segmentation. Ross EM, Haase K, Van Loo P & Markowetz F. *Bioinformatics* (2020)](https://pubmed.ncbi.nlm.nih.gov/32449758).

## Installation
`devtools::install_github('VanLoo-lab/ascat/ASCAT')`

### Testing
We provide some scripts and input data in the *ExampleData* folder.

Expand Down
Binary file modified man/ASCAT-manual.pdf
Binary file not shown.

0 comments on commit 418e1f5

Please sign in to comment.