How to process Plink2 --score across chromosomes
1
0
Entering edit mode
5.2 years ago
Travis ▴ 20

I'd like to run the --score flag across chromosomes. I tried this syntax:

# PBS -t 1-22

plink2

--pfile data.chr${PBS_ARRAYID}

--score snps_file header list-variants

--memory 4500

--threads 5

This generated only one set of output files (.sscore, sscore.vars, and .log), ostensibly from chr22. I've been able to iterate this way using --clump and I wonder if I can produce either of the following: 1. Separate --score reports per chromosome or 2. One final combined report for chr's 1-22? Thanks.

plink2 • 1.5k views
ADD COMMENT
1
Entering edit mode
5.2 years ago

You can use —out to make your per-chromosome runs write to different output files.

ADD COMMENT

Login before adding your answer.

Traffic: 2744 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6