GC model file
1
0
Entering edit mode
6.2 years ago

Hi I need to GC model file for adjust Genomic wave in result of penncnv software also I dont know commands for this in linux.

genome • 3.4k views
ADD COMMENT
0
Entering edit mode

Hi I need to a GC model file for adjust Genomic wave in result of penncnv software.my data is about ovine high- density 600k chip, so it doesnt worked with GCmodel in software package because it is for human data.

ADD REPLY
0
Entering edit mode

Did you just create an extra account?

ADD REPLY
0
Entering edit mode

This script, part of PennCNV, can apparently generate a GCmodel file for you: https://github.com/WGLab/PennCNV/blob/master/cal_gc_snp.pl

Please take a look.

Edit: I also recommend that you contact the PennCNV developers and / or Affymetrix, as they may be able to quickly supply this file to you

ADD REPLY
0
Entering edit mode

I have added to my answer (below), effectively showing you exactly what you need to do

ADD REPLY
1
Entering edit mode
6.2 years ago

Please take a look at the example here: GCmodel adjustment. The GCModel file should come with the package when you download it.

If the GCModel file does not exist, then take a look at the FAQ in order to see how you could produce one:

  1. How to use genomic wave adjustment independent of CNV calling?

Some users just want to adjust signal intensity values, without generating CNV calls by PennCNV. The genomic_wave.pl program in PennCNV package can be used to adjust signal intensity values. The input file must have a field in the header line that says "*.Log R Ratio". The -adjust argument can be used to generate a new file with updated Log R Ratio measures. This procedure can be also used in Agilent arrays or Nimblegen arrays for adjustment. Use the cal_gc_snp.pl script to generate GC model file for these custom arrays.

[source: http://penncnv.openbioinformatics.org/en/latest/misc/faq/]

ADD COMMENT
0
Entering edit mode

To further assist you:

In order to create your own GCmodel file, you need three things:

  1. cal_gc_snp.pl script from GitHub
  2. GC content information for ovine (Ovis aries)
  3. SNP marker information

------------------------------

cal_gc_snp.pl can be downloaded from PennCNV's GitHub page: https://github.com/WGLab/PennCNV/blob/master/cal_gc_snp.pl

GC content information for ovine is available from UCSC for build1 and build3 of the sheep genome:

Once you download these, unzip, and then sort (and save a new copy) using: sort -k 2,2 -k 3,3n <input > output

The SNP file you should already have for your microarray version. It needs to be of the form:

Name            Chr     Position
rs1000113       5       150220269
rs1000115       9       112834321
rs10001190      4       6335534
rs10002186      4       38517993
rs10002743      4       6327482

---------------------------------------

You then generate the GCmodel file with:

perl cal_gc_snp.pl gc5BaseBw.sorted.txt SNPfile.txt -output ovine.gcmodel
ADD REPLY
0
Entering edit mode

For the SNP6 array, does anyone know where to find the snpfile? Thought it might be in the gw6 folder from PennCNV at this link below but not there. http://www.openbioinformatics.org/penncnv/download/gw6.tar.gz

Nevermind you can just get from UCSC table browser.

ADD REPLY
0
Entering edit mode

Thank you for your wonderful explanation. Can you please guide, from where i can take the GC content information of cattle genome?

ADD REPLY

Login before adding your answer.

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