<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/solodel/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 23 Dec 2015 12:31:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/solodel/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Wed, 23 Dec 2015 12:31:51 -0000</pubDate><guid>https://sourceforge.net799cea31b66ca35973b05a10969de6eb8b1cb91b</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -98,6 +98,7 @@
 **Reference sequence** | -R        | FASTA formatted reference sequence file. The reference must be indexed.
 **Mixed disease data** | -D        | BAM formatted alignment file for mixed disease sample. The BAM file must be (coordinate) sorted and indexed.
 **Initial deletion list**   | -d        | Breakdancer SV call file (.out) or DELLY SV call file (.vcf).
+
 &lt;br /&gt;

 ####Options:####
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Thu, 02 Apr 2015 07:32:45 -0000</pubDate><guid>https://sourceforge.net731565561ac6d47e261f7d4897807335c51b4d47</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -143,3 +143,9 @@
 +  **psl/**
     : Outputs from blat to filter false positive deletion calls by sequence homology.
 &lt;br /&gt;
+
+Notes
+=======
+* SoloDel is a software that accurately classifies low-frequent somatic deletions from germline ones called by external initial SV caller. Therefore, raw SV calls from the external tool are mandatory for running. Currently, SoloDel supports BreakDancer and DELLY.
+* Since SoloDel selects somatic deletions only from the initial call sets, enough coverage of WGS data is recommended to capture low-frequent somatic deletions by external callers. As more than three of supporting anomalous reads are required for general SV detection, ~70x coverage is needed to detect somatic deletions with less than 10% of cell population.
+* As mentioned above, SoloDel does not directly detect somatic deletions but utilizes the results of initial SV callers and classifies them into germline and somatic deletions. Therefore, we recommend to incorporate SoloDel with your SV analysis framework to provide additional analysis of somatic deletion.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Fri, 13 Mar 2015 07:52:28 -0000</pubDate><guid>https://sourceforge.net53a59d7bd7b6a34003976c24ff1fab0c0a9297e3</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -13,9 +13,11 @@

 Prerequisite softwares
 =======
-* [breakdancer](http://breakdancer.sourceforge.net/)
 * [fastahack](https://github.com/ekg/fastahack/)
 * [blat](http://hgdownload.cse.ucsc.edu/admin/exe/)
+* Recommended initial deletion caller
+    * [BreakDancer](http://breakdancer.sourceforge.net/)
+    * [DELLY](https://github.com/tobiasrausch/delly)
 &lt;br /&gt;

 Installation of SoloDel
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Mon, 02 Mar 2015 17:19:32 -0000</pubDate><guid>https://sourceforge.netee91ff46872f6f92e37f033d6a13a1584d6a8a17</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -53,29 +53,35 @@
 SoloDel: Somatic Low-frequent Deletion Caller model. 
 Version: 1.0.0

-Usage: java -jar SoloDel.jar -R &amp;lt;reference.fa&amp;gt; -B &amp;lt;mixed_sample.bam&amp;gt; -O &amp;lt;breakdancer.out&amp;gt; [options]
+Usage: java -jar SoloDel.jar -R &amp;lt;reference.fa&amp;gt; -D &amp;lt;mixed_disease_sample.bam&amp;gt; -d &amp;lt;initial_disease_deletion_list&amp;gt; [options]
+
+    -R STRING   human genome reference fasta
+    -D STRING   indexed bam file for disease input
+    -d STRING   initial deletion list from disease bam file [breakdancer .out or DELLY .vcf]

 Input options:

+    -N STRING   indexed bam file for matched control input
+    -n STRING   initial deletion list from matched control bam file [breakdancer .out, DELLY .vcf]
     -w PATH     working directory [directory of disease input]
-    -b PATH     path for pre-run breakdancer output [.out]
+    -b PATH     path for initial deletion list
     -f PATH     path for fastahack
     -t PATH     path for blat
     -g STRING   human genome build [hg18/hg19]
     -i INT      insert size
     -l INT      read length
+    -q INT      mapping quality [20]

 Sampling options:

     -p FLOAT    mutation frequency thrd for homozygous deletions [0.6]
-    -c INT      minimum depth of coverage for deletion call [null]
-    -C INT      maximum depth of coverage for deletion call [null]
+    -c INT      minimum depth of coverage for deletion call [0]
+    -C INT      maximum depth of coverage for deletion call (duplicate threshold) [1000]
     -m FLOAT    minimum deviation between mean values of mixture model [0.05]

 Output options:

     -o FILE     header of report files [&amp;lt;brainsample.bam&amp;gt;]
-

 -------------------------------------------
 &lt;br /&gt;
@@ -88,8 +94,8 @@
 Input                  | Option    | Description
 ---------------------- | --------- | -----------
 **Reference sequence** | -R        | FASTA formatted reference sequence file. The reference must be indexed.
-**Mixed disease data** | -B        | BAM formatted alignment file for mixed disease sample. The BAM file must be (coordinate) sorted and indexed.
-**Breakdancer call**   | -O        | Breakdancer SV call file (.out).
+**Mixed disease data** | -D        | BAM formatted alignment file for mixed disease sample. The BAM file must be (coordinate) sorted and indexed.
+**Initial deletion list**   | -d        | Breakdancer SV call file (.out) or DELLY SV call file (.vcf).
 &lt;br /&gt;

 ####Options:####
@@ -97,15 +103,19 @@

 Option  | Default Value                       | Description
 ------- | ----------------------------------- | ------------------
+N       | Matched control data                | BAM formatted alignment file for matched control sample. The BAM file must be (coordinate) sorted and indexed. (optional)
+n       | Initial deletion list from matched control data | Breakdancer SV call file (.out) or DELLY SV call file (.vcf). (optional)
 w       | Directory containing alignment file | Working directory of SoloDel. All outputs will be saved in this directory
+b       | Directory containing initial deletion list file | Path for initial deletion list files.
 f       |                                     | Path for fastahack. Be sure to set the full path to executable. 
 t       |                                     | Path for blat. Be sure to set the full path to executable. 
 g       |                                     | Human genome build [hg18/hg19] 
 i       |                                     | Insert size
 l       |                                     | Read length
+q       | 20                                  | Mapping quality threshold to filter deletion candidates with low-confidence. 
 p       | 0.6                                 | Mutation frequency threshold to filter homozygous deletions.
-c       |                                     | Minimum depth of coverage for deletion call. The read-depth of flanking regions less than this value will not be considered as deletion candidates.
-C       |                                     | Maximum depth of coverage for deletion call. The read-depth of flanking regions more than this value will not be considered as deletion candidates.
+c       | 0                                   | Minimum depth of coverage for deletion call. The read-depth of flanking regions less than this value will not be considered as deletion candidates.
+C       | 1000                                | Maximum depth of coverage for deletion call. The read-depth of flanking regions more than this value will not be considered as deletion candidates.
 m       | 0.05                                | Minimum deviation threshold between mean values of mixture model. Mixture models that the deviation between mean values is less than this value will be rejected.
 o       |                                     | Header of report files.

@@ -131,4 +141,3 @@
 +  **psl/**
     : Outputs from blat to filter false positive deletion calls by sequence homology.
 &lt;br /&gt;
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Mon, 02 Mar 2015 17:10:22 -0000</pubDate><guid>https://sourceforge.neta62c6763a1da51049c0f396a3c27c19bdb9212c2</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -50,7 +50,7 @@

 -------------------------------------

-SoloDel: Somatic Low-frequent Deletion Caller model.
+SoloDel: Somatic Low-frequent Deletion Caller model. 
 Version: 1.0.0

 Usage: java -jar SoloDel.jar -R &amp;lt;reference.fa&amp;gt; -B &amp;lt;mixed_sample.bam&amp;gt; -O &amp;lt;breakdancer.out&amp;gt; [options]
@@ -75,6 +75,7 @@
 Output options:

     -o FILE     header of report files [&amp;lt;brainsample.bam&amp;gt;]
+

 -------------------------------------------
 &lt;br /&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Mon, 02 Mar 2015 16:45:34 -0000</pubDate><guid>https://sourceforge.net1936b10464dc95ddd5e9accc55363a2d1ec204cf</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -92,6 +92,42 @@
 &lt;br /&gt;

 ####Options:####
+There are several options you can give to SoloDel for more accurate running.

+Option  | Default Value                       | Description
+------- | ----------------------------------- | ------------------
+w       | Directory containing alignment file | Working directory of SoloDel. All outputs will be saved in this directory
+f       |                                     | Path for fastahack. Be sure to set the full path to executable. 
+t       |                                     | Path for blat. Be sure to set the full path to executable. 
+g       |                                     | Human genome build [hg18/hg19] 
+i       |                                     | Insert size
+l       |                                     | Read length
+p       | 0.6                                 | Mutation frequency threshold to filter homozygous deletions.
+c       |                                     | Minimum depth of coverage for deletion call. The read-depth of flanking regions less than this value will not be considered as deletion candidates.
+C       |                                     | Maximum depth of coverage for deletion call. The read-depth of flanking regions more than this value will not be considered as deletion candidates.
+m       | 0.05                                | Minimum deviation threshold between mean values of mixture model. Mixture models that the deviation between mean values is less than this value will be rejected.
+o       |                                     | Header of report files.

+&lt;br /&gt;

+Output
+=======
+SoloDel outputs the following files:
+
+1. **OutputHeader.somatic.call**
+    : List of final somatic candidates with somatic probability scores. This file will be empty if the mixture model is rejected.
++  **OutputHeader.EM.summary**
+    : Reports estimated parameters by EM algorithm with the log-likelihoods of germline and mixture model.
+*  **OutputHeader.germLL**
+    : Reports probabilities of each deletion candidate based on the germline model.
+*  **OutputHeader.mixedLL**
+    : Reports probabilities of each deletion candidate based on the mixture model.
+
+The following directories and files are generated by SoloDel for its internal use:
+
+1. **fasta/**
+    : Captured sequences to check false positive deletion calls. Used as query for blat.
++  **psl/**
+    : Outputs from blat to filter false positive deletion calls by sequence homology.
+&lt;br /&gt;
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Fri, 05 Sep 2014 11:12:32 -0000</pubDate><guid>https://sourceforge.netcd500fe48da350b30d941173589c5db327800b2c</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -84,4 +84,14 @@
 ####Mandatory inputs:####
 There are three **mandatory** inputs for SoloDel. Those inputs can be given by configuration file (config.txt).

+Input                  | Option    | Description
+---------------------- | --------- | -----------
+**Reference sequence** | -R        | FASTA formatted reference sequence file. The reference must be indexed.
+**Mixed disease data** | -B        | BAM formatted alignment file for mixed disease sample. The BAM file must be (coordinate) sorted and indexed.
+**Breakdancer call**   | -O        | Breakdancer SV call file (.out).
+&lt;br /&gt;

+####Options:####
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Fri, 05 Sep 2014 09:10:59 -0000</pubDate><guid>https://sourceforge.net52cd26799a40f4e8fd316e9eff3c9d4191b7f255</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -37,5 +37,51 @@
     : Files for gap information
 *  **lib/**
     : directory containing other JAR libraries for SoloDel
+&lt;br /&gt;
+
+Running SoloDel
+=======
+
+To run SoloDel, you can simply run the JAR executable file like below:
+
+ java -jar SoloDel.jar
+
+The -h or -? options will bring the following usage of SoloDel. If you see this, you are ready to run SoloDel.
+
+-------------------------------------
+
+SoloDel: Somatic Low-frequent Deletion Caller model.
+Version: 1.0.0
+
+Usage: java -jar SoloDel.jar -R &amp;lt;reference.fa&amp;gt; -B &amp;lt;mixed_sample.bam&amp;gt; -O &amp;lt;breakdancer.out&amp;gt; [options]
+
+Input options:
+
+    -w PATH     working directory [directory of disease input]
+    -b PATH     path for pre-run breakdancer output [.out]
+    -f PATH     path for fastahack
+    -t PATH     path for blat
+    -g STRING   human genome build [hg18/hg19]
+    -i INT      insert size
+    -l INT      read length
+
+Sampling options:
+
+    -p FLOAT    mutation frequency thrd for homozygous deletions [0.6]
+    -c INT      minimum depth of coverage for deletion call [null]
+    -C INT      maximum depth of coverage for deletion call [null]
+    -m FLOAT    minimum deviation between mean values of mixture model [0.05]
+
+Output options:
+
+    -o FILE     header of report files [&amp;lt;brainsample.bam&amp;gt;]
+
+-------------------------------------------
+&lt;br /&gt;
+
+Inputs and options
+=======
+####Mandatory inputs:####
+There are three **mandatory** inputs for SoloDel. Those inputs can be given by configuration file (config.txt).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Thu, 04 Sep 2014 10:53:26 -0000</pubDate><guid>https://sourceforge.netc3f9694db42f1dc3042fc17c752822c5e4e21112</guid></item><item><title>Home modified by Junho Kim</title><link>https://sourceforge.net/p/solodel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -21,11 +21,11 @@
 Installation of SoloDel
 =======

-SoloDel was developed using JAVA JDK 7 64bit. To run Virmid, Java Runtime Environment (JRE) version 1.7.x or later is required. Download the most recent version of SoloDel program in the code page and extract the gzipped archive.
+SoloDel was developed using JAVA JDK 7 64bit. To run SoloDel, Java Runtime Environment (JRE) version 1.7.x or later is required. Download the most recent version of SoloDel program in the code page and extract the gzipped archive.

- tar -zxvf virmid-1.x.y.tar.gz
+ tar -zxvf SoloDel-1.x.y.tar.gz

-It will generate a new directory virmid-1.x, which contains the followings:
+It contains the followings:

 1. **SoloDel.jar**
     : Executable JAR file of SoloDel
@@ -37,3 +37,5 @@
     : Files for gap information
 *  **lib/**
     : directory containing other JAR libraries for SoloDel
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Junho Kim</dc:creator><pubDate>Thu, 04 Sep 2014 08:32:21 -0000</pubDate><guid>https://sourceforge.net7e36afab1ce588628ffc7c0f4f39a65491adc813</guid></item></channel></rss>