Skip to content

Classifier of pathogenic non-coding variants in Mendelian diseases

License

Notifications You must be signed in to change notification settings

RausellLab/NCBoost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCBoost v1.0.0 DOI

NCBoost is a pathogenicity score of non-coding variants to be used in the study of Mendelian diseases. It is based on supervised learning on a comprehensive set of ancient, recent and ongoing purifying selection signals in humans. NCBoost was trained on a curated collection of 737 high-confidence pathogenic non-coding variants associated with monogenic Mendelian diseases. NCBoost performs consistently across diverse independent testing data sets and outperforms other existing reference methods. Further information can be found at the NCBoost paper.

Of note, the NCBoost software can score any type of genomic position, provided that the required puryfing selection features used by the model are available. However, it is important to realize that, among the set of high-confidence pathogenic non-coding variants that were used to train NCBoost, more than 98% were found at proximal cis-regulatory regions, with only 10 variants overlapping more distal intergenic regions. Thus, for consistency with the training process, the most reliable genomic contexts for the use of the NCBoost score are the proximal cis-regulatory regions of protein-coding genes.

Precomputed NCBoost scores in proximal cis-regulatory regions of protein-coding genes

We precomputed the NCBoost score for 857'825'085 non-coding genomic positions overlapping intronic, 5'UTR, 3'UTR, upstream and downstream regions -i.e. closer than 1kb from the Transcription Start Site (TSS) and the Transcription End Site (TSE), respectively- associated with a background set of 18404 protein-coding genes for which we could retrieve annotation features. Variant mapping and annotation of non-coding genomic positions was done through ANNOVAR software using the gene-based annotation option based on RefSeq (assembly version hg19). In the case of positions overlapping several types of regions associated with different genes and transcripts (either coding or non-coding), a number of criteria were adopted as described in the NCBoost paper.

The precomputed NCBoost scores in proximal cis-regulatory regions of protein-coding genes can be downloaded here as a tabix indexed file (gz): https://storage.googleapis.com/ncboost-cbl/ncboost_score_hg19_v20190108.tsv.gz and the corresponding index file is available here (gz.tbi): https://storage.googleapis.com/ncboost-cbl/ncboost_score_hg19_v20190108.tsv.gz.tbi

The file contains the following columns:
chr, chromosome name, as [1:22,X,Y]
pos, 1-based genomic position (GrCh37.p13 genome assembly)
region, type of non-coding region overlapping the position, as provided by ANNOVAR (see above)
closest_gene_name, name of the associated protein-coding gene
NCBoost_Score, NCBoost score. NCBoost score ranges from 0 to 1. The higher the score, the higher the pathogenicity potential of the position.
NCBoost_chr_rank_perc, chromosome-wise rank percentile (ranging from 0 to 1) of the corresponding NCBoost score. The higher the rank percentile, the higher the pathogenic potential of the position.

NCBoost software

The NCBoost software is also provided in this repository in case you are interested in assessing the NCBoost scores for genomic positions other than those included in the previous precomputed file. The following sections will guide you through the steps needed for the variant annotation and feature extraction as well as the execution of the gradient tree boosting model implemented in NCBoost to obtain the pathogenicity score.

Downloads, installation and processing of input files

1. Software and libraries downloads

NCBoost scripts and associated data may be cloned from the NCBoost github repository:

git clone https://github.com/RausellLab/NCBoost.git
cd NCBoost

In addition, the annotation and scoring pipeline requires tabix and a number of python and R libraries.
The required python libraries are detailed in libraries.txt.

Python3 libraries can be installed using:
pip install -r libraries.txt

xgboost (version 0.71.1) R library can be installed from
https://cloud.r-project.org/src/contrib/xgboost_0.71.1.tar.gz

ANNOVAR [1], a perl-based tool, can be downloaded here (after registration). Download should be done into the folder NCBoost/.

2. Download and processing of the feature files mined by NCBoost

A - Download of feature files

The gene-level features used by NCBoost are provided as part of this repository and described here.
All the rest of feature files (position-level and window-level features) need to be downloaded executing the script get_selection_features.sh.

The script uses wget and gsutil to download the different data files from the original sources in the NCBoost_features/ folder. It may be run using the following command line from the root NCBoost folder:

./NCBoost_scripts/get_selection_features.sh TRUE 

The total size of the feature data files is about 450Go, so it might be long... Complete details about the associated source feature files are provided here.

B - Indexing of feature files

To make the variant annotation more efficient, most of the feature mapping steps are done using tabix or pytabix. Some feature files need to be indexed at this step. To index the files using tabix, you may run the script prepare_feature_databases.sh from the main NCBoost folder.

./NCBoost_scripts/prepare_feature_databases.sh

The script will index the bed and vcf files containing CDTS scores [2], mean Het and mean DAF [3] and the features provided by the 1000 Genome Selection Browser [4]. See NCBoost paper Table 1 and Methods section for further details.

Variant input format

Variants have to be reported in 1-based, GrCh37 genomic coordinates. The variant file required is a tab-delimited textfile with column headers following the format:

chr start   end   ref  alt
1   12589   12589   G   A

The chr column should not contain the 'chr' prefix. For Single Nucleotide Variants (SNV), start and end should be equal (ANNOVAR's requirement), both corresponding to the position of the SNV. Other columns can be added in addition to such first five columns. However, extra colums may slow down the annotation pipeline.

Feature annotation and scoring of variants

The whole annotation process and the final scoring by NCBoost can be performed using the script ncboost_annotate.sh, with two arguments: (i) the path to the variants input file; and (ii) the path to the output file.

./NCBoost_scripts/ncboost_annotate.sh /folder1/subfolderB/inF.vcf /folder1/subfolderB/outF.tsv

The output file is a tab-delimited text file displaying by columns the following fields (in this order): The chromosome, position, reference and alternative allele of the variant, the nearest gene to which the variant was associated and the corresponding non-coding region (as determined through ANNOVAR, see above), the gene type and 8 gene-based features (pLI, familyMemberCount, ncRVIS, ncGERP, RVIS_percentile, dnds, GDI and gene_age), using a reference of 18404 protein-coding genes, 6 one-hot encoded non-coding region types, 11 features extracted from CADD annotation files [5] (GC, CpG, pri/mam/verPhCons, pri/mam/verPhyloP, GerpN, GerpS, bStatistic), 9 positive-selection scores (TajimasD_YRI/CEU/CHB_pvalue, FuLisD_YRI/CEU/CHB_pvalue, FuLisF_YRI/CEU/CHB_pvalue), the mean DAF and mean Het, the 9 MAF from the 1000GP or GnomAD [6] (meanMAF1000G, meanMAFGnomAD, meanMAF_AFR/AMR/ASJ/EAS/FIN/NFE/OTHGnomAD), the CDTS score, the NCBoost score and the extra columns provided by the user in the input file.
NCBoost score range from 0 to 1 (the higher the value, the higher the predicted pathogenicity).
More information about the gene-based features here, about the other conservation features here, or in NCBoost paper.

Example

An example on how to run NCBoost software is available here.

References

1: Wang and Hakonarson; (2010). ANNOVAR: functional annotation of genetic variants from high-throughput sequencing data. Nucleic Acids Res. 38, e164-e164.

2: di Iulio et al. (2018). The human noncoding genome defined by genetic diversity. Nat. Genet. 50, 333-337.

3: Ritchie et al. (2014). Functional annotation of noncoding sequence variants. Nat. Methods 11, 294-296.

4: Pybus et al. (2014). 1000 Genomes Selection Browser 1.0: a genome browser dedicated to signatures of natural selection in modern humans. Nucleic Acids Res. 42, D903-D909.

5: Kircher et al. (2014). A general framework for estimating the relative pathogenicity of human genetic variants. Nat. Genet. 46, 310-315.

6: Lek et al. (2016). Analysis of protein-coding genetic variation in 60,706 humans. Nature 536, 285-291.

Contact

Please address comments and questions about NCBoost to barthelemy.caron@institutimagine.org and antonio.rausell@inserm.fr

License

NCBoost scripts, framework and databases are available under the Apache License 2.0.

Copyright 2018 Clinical BioInformatics Laboratory - Institut Imagine

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License 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.

About

Classifier of pathogenic non-coding variants in Mendelian diseases

Resources

License

Stars

Watchers

Forks

Packages

No packages published