Program: | ibdne.23Apr20.ae9.jar |
Author: | Brian Browning |
Email: | browning@uw.edu |
The IBDNe program estimate ancestry-specific historical effective population size. The input is a list of ancestry-specific identity-by-descent (IBD) segments. You can detecting IBD segments with the hap-IBD program. Breaks and gaps in IBD segments can be removed with the merge-ibd-gaps utility program.
If you use the IBDNe program in a published analysis, please cite the program version and the following article:
S R Browning and B L Browning (2015). Accurate non-parametric estimation of recent effective population size from segments of identity by descent. The American Journal of Human Genetics 97(3):404-418. doi: doi:10.1016/j.ajhg.2015.07.012
If you estimate ancestry-specific effective population size, we recommend citing and carefully imitating the examples in the following article:
S R Browning, B L Browning, R A Durazo-Arvizu, M L Daviglus, N Schneiderman, R C Kaplan, C C Laurie (2018). Ancestry-specific recent effective population size in the Americas. PLOS Genetics 14(5):e1007385. doi: 10.1371/journal.pgen.1007385
[ top ]
To run the IBDNe program, enter the following command at the command line prompt:
cat
[ibd] | java -jar ibdne.jar
[arguments]
where [ibd] is a white-space separated list of IBD files
produced by the
hap-IBD
program, and [arguments] is a space-separated list
of parameter=value arguments. There are only two
required arguments (map and out),
and only one recommended argument (nthreads). An
example command line for a 12-core machine is:
cat *.ibd | java -jar ibdne23Apr20.ae9.jar map=grch37.map out=ne nthreads=12
The IBDNe program will automatically exclude IBD segments that are shorter than the mincm parameter, and IBD segments in genomic regions having an extreme number of IBD segments.
[ top ]
The default parameters values are selected to give high accuracy. With default parameters, expect the IBDNe run-time to be several hours. Much faster computation times may be obtained with no loss in accuracy by increasing the nthreads parameter. Alternatively, faster computation times may be obtained with some loss in accuracy by reducing the nits or nboots parameters.
[ top ]
Five output files are produced. Each output filename begins with the prefix specified with the out parameter and has a unique extension.
[ top ]
The IBDNe program is licensed under the Apache License, Version 2.0 (the License). You may not use the IBDNe program except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
The IBDNe program is distributed on an "AS IS" BASIS WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
ibdne.23Apr20.ae9.jar | java executable file |
ibdne.23Apr20.ae9.src.zip | source code |
ibdne_release_notes | description of changes in recent versions |
The following resources are also available:
hap-IBD | a fast, haplotype-based IBD detection method |
ASIBDNE | tools and example scripts for ancestry-specific estimation of effective population size |
[ top ]
Copyright: 2016-2020 Brian L. Browning
Last updated: 23 April 2020