Description

Determining whether sequencing data comes from the same individual by using SNP matching. This module generates PT files from a bed file containing individual positions.

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information about the combined set of files
e.g. [ id:'combined' ]

vafs (file)

Text files containing information about reference/alternate allele depths for the SNP positions, generated by ngscheckmate/fastq

*.{vaf}

Output

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information about the combined set of files
e.g. [ id:'combined' ]

pdf (file)

A pdf containing a dendrogram showing how the samples match up. | Note due to a bug in the R script used by the tool this is not produced when only two samples are given.

*.{pdf}

corr_matrix (file)

A text file containing the correlation matrix between each sample

*corr_matrix.txt

matched (file)

A txt file containing only the samples that match with each other

*matched.txt

all (file)

A txt file containing all the sample comparisons, whether they match or not

*all.txt

versions (file)

File containing software versions

versions.yml

Tools

ngscheckmate
MIT

NGSCheckMate is a software package for identifying next generation sequencing (NGS) data files from the same individual, including matching between DNA and RNA.