You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conf/test.config
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,25 @@ profiles {
147
147
148
148
params.nucleotides_per_second = 20
149
149
}
150
+
// can only be tested locally due to too large cram files for GHA
151
+
// download corresponding input files (ascat_somatic.csv) from ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/phase3/data/
152
+
// test works only without chromosome annotated loci files available at https://github.com/VanLoo-lab/ascat/tree/master/ReferenceFiles/WGS
Copy file name to clipboardExpand all lines: docs/output.md
+28-35Lines changed: 28 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
42
42
-[TIDDIT](#tiddit)
43
43
-[Sentieon DNAscope SV](#sentieon-dnascope-sv)
44
44
-[Sample heterogeneity, ploidy and CNVs](#sample-heterogeneity-ploidy-and-cnvs)
45
-
-[ConvertAlleleCounts](#convertallelecounts)
46
45
-[ASCAT](#ascat)
47
46
-[Control-FREEC](#control-freec)
48
47
-[MSI status](#msi-status)
@@ -432,51 +431,45 @@ For further reading and documentation see the [Sentieon DNAscope user guide](htt
432
431
433
432
### Sample heterogeneity, ploidy and CNVs
434
433
435
-
#### ConvertAlleleCounts
436
-
437
-
Running ASCAT on NGS data requires that the `BAM` files are converted into BAF and LogR values.
438
-
This can be done using the software [AlleleCount](https://github.com/cancerit/alleleCount) followed by the provided [ConvertAlleleCounts](https://github.com/nf-core/sarek/blob/master/bin/convertAlleleCounts.r) R-script.
- file with total copy number on a logarithmic scale
448
-
449
434
#### ASCAT
450
435
451
436
[ASCAT](https://github.com/Crick-CancerGenomics/ascat) is a software for performing allele-specific copy number analysis of tumor samples and for estimating tumor ploidy and purity (normal contamination).
452
437
It infers tumor purity and ploidy and calculates whole-genome allele-specific copy number profiles.
453
438
`ASCAT` is written in `R` and available here: [github.com/Crick-CancerGenomics/ascat](https://github.com/Crick-CancerGenomics/ascat).
454
439
The `ASCAT` process gives several images as output, described in detail in this [book chapter](http://www.ncbi.nlm.nih.gov/pubmed/22130873).
440
+
Running ASCAT on NGS data requires that the `BAM` files are converted into BAF and LogR values.
441
+
This is done internally using the software [AlleleCount](https://github.com/cancerit/alleleCount).
0 commit comments