@@ -74,14 +74,14 @@ Output:
7474
7575### Input tables
7676
77- The table with VCF files expects two tab-separated columns without a header
77+ The table with ** VCF files** expects two tab-separated columns without a header
7878
7979| Patient name | VCF |
8080| -------------------| ----------------------------------------|
8181| patient_1 | /path/to/patient_1.vcf |
8282| patient_2 | /path/to/patient_2.vcf |
8383
84- The optional table with BAM files expects two tab-separated columns without a header.
84+ The optional table with ** BAM files** expects two tab-separated columns without a header.
8585
8686| Patient name | Sample name: BAM |
8787| --------------------| ---------------------------------------------------|
@@ -93,8 +93,13 @@ The optional table with BAM files expects two tab-separated columns without a he
9393| patient_2 | metastasis_tumor:/path/to/sample_1.metastasis.bam |
9494| patient_2 | normal:/path/to/sample_1.normal.bam |
9595
96- The optional table with tumor purities expects two tab-separated columns without a header.
97- Normal samples are not expected to have a purity value, the default purity is 1.0.
96+ Each patient can have any number of samples. Any sample can have any number of BAM files, annotations from the
97+ different BAM files of the same sample will be provided with suffixes _ 1, _ 2, etc.
98+ The aggregated vafator annotations on each sample will also be provided without a suffix.
99+
100+
101+ The optional table with ** tumor purities** expects two tab-separated columns without a header.
102+ The default purity is 1.0.
98103Purity values are in the range 0.0 to 1.0.
99104The purity values are used to adjust the expected VAF which is then used to calculate the power to detect a
100105somatic mutation and the probability of an undetected somatic mutation.
@@ -106,9 +111,17 @@ somatic mutation and the probability of an undetected somatic mutation.
106111| patient_2 | primary_tumor:0.6 |
107112| patient_2 | metastasis_tumor:0.7 |
108113
109- Each patient can have any number of samples. Any sample can have any number of BAM files, annotations from the
110- different BAM files of the same sample will be provided with suffixes _ 1, _ 2, etc.
111- The aggregated vafator annotations on each sample will also be provided without a suffix.
114+ The optional table with ** local clonality** values expects two tab-separated columns without a header.
115+ The local clonalities are provided in a Bedgraph file as described in VAFator documentation or as a genome-wide
116+ numeric parameter.
117+
118+ | Patient name | Sample name: local clonalities |
119+ | --------------------| ----------------------------------------------------------------------|
120+ | patient_1 | primary_tumor:/path/to/patient_1.primary.local_clonalities.bed |
121+ | patient_1 | metastasis_tumor:/path/to/patient_1.metastasis.local_clonalities.bed |
122+ | patient_2 | primary_tumor:3 |
123+ | patient_2 | metastasis_tumor:2 |
124+
112125
113126## Variant filtering
114127
0 commit comments