10K+

The pipeline used to perform the imputation of several targets datasets processed with standard input.
Here is a summary of the method :
See the Usage section to test the full pipeline with your target dataset.
The pipeline works under Linux distributions.
This pipeline is based on nextflow. As we have several nextflow pipelines, we have centralized the common information in the IARC-nf repository. Please read it carefully as it contains essential information for the installation, basic usage and configuration of nextflow and our pipelines.
External software:
You can avoid installing all the external software of the main scritp by only installing Docker. See the IARC-nf repository for more information.
| Type | Description |
|---|---|
| Plink datasets | Corresponds to the target dataset to be analysed. Composed by the following files : bed, bim & fam |
| Input environment | Path to your input directory |
| Name | Example value | Description |
|---|---|---|
| --target | my_target | Pattern of the target dataset which do the link with the file .bed/.bim./fam for plink |
| --input | user/main_data/ | The path of the main directory where we can find 2 directory : my_target/ + files/ |
| --output | user/my_result/ | The path of the main directory where you want to place your results |
| Name | Default value | Description |
|---|---|---|
| --script | my/directory/script/bin | The path of the bin script directory, to be able to run the annexe programme grom the pipeline |
| --geno1 | 0.03 | First genotyping call rate plink threshold, apply in the full target dataset |
| --geno2 | 0.03 | Second genotyping call rate plink threshold, apply in the target dataset divide by population |
| --maf | 0.01 | Minor allele frequencies plink threshold, apply in the full target dataset |
| --pihat | 0.185 | Minimum pi_hat value use for the relatedness test, 0.185 is halfway between the expected IBD for third- and second-degree relatives |
| --hwe | 1e-8 | Hardy-Weinberg Equilibrium plink p-value threshold |
| --legend | ALL.chr_GRCh38.genotypes.20170504.legend | File to use as .legend |
| --fasta | GRCh38_full_analysis_set_plus_decoy_hla.fa | File to use as fasta reference |
| --chain | hg18ToHg38.over.chain | File to use as liftover conversion |
| --VCFref | my/directory/ref/vcf/ | Directory to use as VCF reference |
| --BCFref | my/directory/ref/bcf/ | Directory to use as BCF reference |
| --M3VCFref | my/directory/ref/m3vcf/ | Directory to use as M3VCF reference |
| --conversion | hg38/hg18/hg19 | Option to convert data from hg18 to HG38 version of the genome. Standard value is hg38 |
| --cloud | hg38/hg18/hg19 | Option to convert data from hg18 to HG38 version of the genome. Standard value is hg38 |
| --token_Michighan | path/to/my_token.txt | Option to convert data from hg18 to HG38 version of the genome. Standard value is hg38 |
| --token_TOPMed | path/to/my_token.txt | Option to convert data from hg18 to HG38 version of the genome. Standard value is hg38 |
| --QC_cloud | my/directory/donwload_imputation_server | Option to convert data from hg18 to HG38 version of the genome. Standard value is hg38 |
Flags are special parameters without value.
| Name | Description |
|---|---|
| --help | Display help |
mkdir data
cd data
nextflow run IARCbioinfo/Imputation-nf/bin/Preparation.nf --out /data/
_ data/my_target/ : with the plink target files (my_target.bed, my_target.bim, my_target.fam).
_ data/files/ : with all the dependencies.
nextflow run IARCbioinfo/Imputation.nf --target my_target --input /data/ --output /results/ -r v1.0 -profile singularity
nextflow run IARCbioinfo/Imputation.nf --target my_target --input /data/ --output /results/ --cloud on --token_Michighan /folder/my_token_Michighan.txt --token_TOPMed /folder/my_token_TOPMed.txt -r v1.0 -profile singularity
Once your imputation data is downloaded, you can run the end of the QC analysis :
nextflow run IARCbioinfo/Imputation.nf --target my_target --input /data/ --output /results/ --QC_cloud /downloaded_imputation_server_file/ -r v1.0 -profile singularity
| Type | Description |
|---|---|
| output1 | ...... |
| output2 | ...... |
...
| Name | Description | |
|---|---|---|
| Gabriel Aurélie | [email protected] | Developer to contact for support |
| Lipinski Boris | [email protected] / [email protected] | Developer to contact for support |
Content type
Image
Digest
Size
841.7 MB
Last updated
about 6 years ago
docker pull iarcbioinfo/imputation-nfPulls:
12
Last week