More posts like this
-
Converting map & ped files to binary file. Missing info
written by mulderharko •Hi I'm having trouble converting map and ped files to binary files. I get the following error message. ``` plink --allow-extra-chr -chr-set 18 \ --chr …
-
FASTQC.html: Quality control of reads.
written by beginner123 •Hi everyone: this is the graph I get when doing quality control using fastqc. Does anyone know what this means? why are there no yellow …
-
PLINK Dosage file without family ID error
written by Stover •Hi, I am simply trying to extract a small set of SNPs from a .dos dosage file using plink1.9. However, I get the error: Line …
-
Plink: --keep flag
written by Swetaleena •I want to subset my genotype files (ped and map) to get the data for a few samples only. I used the --keep flag from …
-
HWE ERROR: Stopping as there are no individuals left for analysis
written by ines •hello everyone, when I run the quality control for my data, in the step of HWE , I got below error, **ERROR: Stopping as there …
-
Align reads files with diffrent number of reads using bowtie2
written by Bioinfo •Hello everyone please i tried to use bowtie2 to align my reads to reference genome , but my forward and reverse reads have different number …
-
how to convert ped format to hapmap
written by shawn •Hi everyone, I want to convert ped plink format to hapmap for gwas analysis. Does anyone know how to do that? Thanks a lot.
-
Error: Line 2 of .ped file has more tokens than expected.
written by biosolHi all, I'm new both to the forum and to using *Plink* so I will start with a question related to this software: I'm trying …
-
CNV , make GCtype. LRR. BAF files , again
written by hosin •Hi I have three files from a company with following names GCtype, LRR and BAF. But I need to quality control before the analysis ( …
-
Fewer tokens than expected error in Plink when using --filter
written by tz.rzezniczak •Hello, I am working with .bed .bim and .fam files from the [Drosophila Genetic Reference Panel](http://dgrp2.gnets.ncsu.edu/data.html). I only used a subset of the 205 individuals …
what does your .ped file look like? it may be a formatting issue. usually that error is triggered by not having a space/tab-delimited text file
Thanks for your answer, but I tryed to make my .ped file with this delimitations, and the same error is showing: Error: Line 1 of .ped file has fewer tokens than expected. My .ped file is liked with that: FAM 100026 0 0 1 -9 A B A A A B B B A B A A A B A B A A A A A B B B... FAM is the population that I'm using, followed by individue ID, dam, sire, sex (1 to male) and phenotype (-9, because I'm not studying with any phenotypic traits).