Description

Apply a scoring system to each sample in a plink 2 fileset

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

pgen

:file

PLINK 2 binary genotype table

*.{pgen}

psam

:file

PLINK 2 sample information file

*.{psam}

pvar

:file

PLINK 2 variant information file

*.{pvar}

scorefile

:file

A text file containing variant identifiers and weights

*.{scores,txt,scorefile}

Output

name:type
description
pattern

score

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.sscore

:file

A text file containing sample scores, in plink 2 .sscore format

*.{sscore}

versions_plink2

${task.process}

:string

The name of the process

plink2

:string

The name of the tool

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

plink2

:string

The name of the tool

The expression to obtain the version of the tool

Tools

plink2
GPL v3

Whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner