PLINK ERROR: Could not place marker for left window edge
2
0
Entering edit mode
10.0 years ago

I am using a following command

plink --noweb --bfile hapmap1 --recode --filter-controls --chr 1 --from-bp 3721218 --to-bp 3721418 --out plink_trial

just to see as to how the following command gives the output as I am using plink for the first time , it however gives me the following error

ERROR: Could not place marker for left window edge even when there is a SNP present at 3721318
Plink • 3.2k views
ADD COMMENT
0
Entering edit mode

Saw that but did not get a concrete answer rom the post.

ADD REPLY
1
Entering edit mode
10.0 years ago

Have you tried subtracting a bit more in the --from-bp part, i.e., 3721118, 3721018 etc., it looks to me like there's just not enough SNPs in that window between 3721218 and 3721418.

ADD COMMENT
0
Entering edit mode

Hi Philipp, shall try that and see.

ADD REPLY
0
Entering edit mode

Tried adding larger window, still not working. :(

ADD REPLY
0
Entering edit mode
10.0 years ago

Also I issued the command

plink --noweb --bfile hapmap1 --recode --filter-controls --snp rs2887274 --window 100 --out plink_trial2

and it gave the results inspite of trying for same region in from ,to parameters.

ADD COMMENT
0
Entering edit mode

How many SNPs did that one result in? Just one? The manual says:

Alternatively, you can specify a single SNP and, optionally, also ask for all SNPs in the surrounding region,

So I'd assume that you got only one SNP. Looking at PLINK's code that generates the 'Could not place marker for left window edge', it looks like it's trying to extract at least two SNPs, one for the left edge, and one for the right edge.

ADD REPLY

Login before adding your answer.

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