CpG islands for ARS-UCD1.2 Bos taurus genome?
2
0
Entering edit mode
5.4 years ago
dango147 ▴ 20

Hi everyone,

I'm struggling to find CpG island annotations for the ARS-UCD1.2 bovine genome, any BED or similar file will do. I can see the tracks on the Genome Data Viewer (ncbi), but no way to download them. Oh, I've checked all the files available on the FTP sites but none of them had the information I need. Can somebody give me a hand to download those tracks?

Thanks!

CpG ARS-UCD1.2 annotation track cattle • 2.1k views
ADD COMMENT
1
Entering edit mode
5.4 years ago
vkkodali_ncbi ★ 3.7k

Please consider writing to the NCBI helpdesk with the question.

One way to generate your own CpG island data is to run the program cpg_lh from UCSC Kent tools on FASTA files that you can download from RefSeq FTP path. From the help text, here's how you can generate a bed formatted file:

cpglh fastaInput.fa \
 | awk '{$2 = $2 - 1; width = $3 - $2;
   printf("%s\t%d\t%s\t%s %s\t%s\t%s\t%0.0f\t%0.1f\t%s\t%s\n",
    $1, $2, $3, $5, $6, width, $6, width*$7*0.01, 100.0*2*$6/width, $7, $9);}' \
     | sort -k1,1 -k2,2n > output.bed
ADD COMMENT
0
Entering edit mode

Thanks vkkodali, that was helpful. I'll also write to the helpdesk

ADD REPLY
0
Entering edit mode
4.0 years ago
vkkodali_ncbi ★ 3.7k

NCBI Genome Data Viewer can now export CpG islands data (as well as other features such as repeats) in BED format; see changelog here. Simply go to GDV, enable the track and use the 'Download' button to download data.

ADD COMMENT

Login before adding your answer.

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