nf-core/peddy @ 0.0.0-6c4ed3a
Summary
Manipulation, validation and exploration of pedigrees
Get started
Add the following snippet to your workflow script to include this module.
include { PEDDY } from 'nf-core/peddy'
License
MIT License
Name
|
PEDDY |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
vcf
file
|
VCF file *.vcf.gz
|
vcf_tbi
file
|
TBI file *.vcf.gz.tbi
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
ped
file
|
PED/FAM file *.{ped,fam}
|
meta3
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
sites
file
|
sites file. By defaults peddy uses hg19/GRCh37, "--sites hg38" can be specified in the process argument or a custom file following syntax https://github.com/brentp/peddy/blob/master/peddy/GRCH37.sites can be provided *.sites
|
ped
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.peddy.ped
file
|
Inferred PED file *.peddy.ped
|
html
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.html
file
|
HTML report *.html
|
vs_html
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.vs.html
file
|
HTML file comparison between reported and inferred sex *.vs.html
|
het_check_csv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.het_check.csv
file
|
CSV file containing heterozygosity check. Rate of het calls, allele-balance at het calls, mean and median depth, and a PCA projection onto thousand genomes. *.het_check.csv
|
het_check_png
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.het_check.png
file
|
PNG file containing heterozygosity check. Rate of het calls, allele-balance at het calls, mean and median depth, and a PCA projection onto thousand genomes. *.het_check.png
|
ped_check_csv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.ped_check.csv
file
|
CSV file containing pedigree check between reported and inferred sex *.het_check.csv
|
ped_check_png
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.ped_check.png
file
|
PNG file containing pedigree check between reported and inferred sex *.het_check.png
|
sex_check_csv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.sex_check.csv
file
|
CSV file with sex check performs a comparison between the sex reported in the ped file and that inferred from the genotypes on the non-PAR regions of the X chromosome. *.sex_check.csv
|
sex_check_png
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.sex_check.png |