Running ANGSD using multiple -doMaf options at once
1
0
Entering edit mode
5.8 years ago
ggman ▴ 90

Hello friends,

I am attempting to obtain a csv file running angsd with the following data

chromo   position   major   minor   ref   knownEM   unknownEM   nInd

When I run angsd using the command below, it appears to be ignoring -doMaf 2 and only outputting my results as if it only ran -doMaf 1 which appears to not be the case as the run is taking significantly longer to run if I only ran it with -doMaf 1 as opposed to -doMaf 1,2. I would appreciate any suggestions on how to obtain both knownEM and unknownEM through angsd. My last resort is running both separately and merging the results with a little bit of coding.

angsd -out out -doMajorMinor 2 -doMaf 1,2 -sbamlist.txt -doCounts 1 -GL 1 -P 150

Current Output

chromo   position   major   minor   ref   knownEM   nInd

Expected Output

chromo   position   major   minor   ref   knownEM   unknownEM   nInd
ANGSD doMaf SNP next-gen • 1.6k views
ADD COMMENT
0
Entering edit mode
5.3 years ago

you should add the numbers together "-domaf 3" ( 1+2ยด=3 )

ADD COMMENT

Login before adding your answer.

Traffic: 1177 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