Extracting Novel SNPs from VEP output
1
0
Entering edit mode
8.8 years ago

I run command based VEP for annotation. I want to extract only NOVEL SNPSs according to rs ID in first column. How I can do this.

1_17538_C/T     1:17538 T       ENSG00000278267 ENST00000619216 Transcript      upstream_gene_variant   -
1_17538_C/T     1:17538 T       ENSG00000223972 ENST00000456328 Transcript      downstream_gene_variant -
1_17538_C/T     1:17538 T       ENSG00000227232 ENST00000488147 Transcript
1_17538_C/T     1:17538 T       ENSG00000223972 ENST00000450305 Transcript      downstream_gene_variant -
rs201057270     1:17614 A       ENSG00000278267 ENST00000619216 Transcript      upstream_gene_variant   -       - rs201057270     1:17614 A       ENSG00000223972 ENST00000456328 Transcript      downstream_gene_variant -     rs201057270     1:17614 A       ENSG00000227232 ENST00000488147 Transcript
rs201057270     1:17614 A       ENSG00000223972 ENST00000450305 Transcript      downstream_gene_variant -
1_19342_G/A     1:19342 A       ENSG00000278267 ENST00000619216 Transcript      upstream_gene_variant   -
1_19342_G/A     1:19342 A       ENSG00000223972 ENST00000456328 Transcript      downstream_gene_variant -
1_19342_G/A     1:19342 A       ENSG00000227232 ENST00000488147 Transcript
snp • 1.9k views
ADD COMMENT
3
Entering edit mode
8.8 years ago
grep -v '^rs'
ADD COMMENT
0
Entering edit mode

Many Thanks

ADD REPLY

Login before adding your answer.

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