You can upload these data (.bed
and .bedGraph
files) as custom tracks on the browser. Just go to ‘custom tracks’ -> ‘add custom tracks’ and follow instructions.
Uploading Tips:
.gzip
ped files.Starting with the .bed
file and .bedGraph
file you just created, do the following.
- Add appropriate track lines to the head of the .bed
and .bedGraph
files.
- gzip
the files
- Transfer from the server to your laptop
- Upload the data onto the UCSC genome browser
Switch to PDF slides.
1. Find and download the chromosome information file dm6.chrom.sizes
for the the drosophila genome version dm6.
2. Use the Table Browser from UCSC to find and download the information for the Genecode genes release 39 (V39) (human genome: hg38). How many items are in the file?
3. Take the lines 50-500 from your .bed
file and lift them to the old version of the human genome (hg19). Are all entries found? Does this change the coordinates?
4. Create an image for a screen shot figure from your ATF1 ChIP-seq data. Find a peak and zoom in on a region ~ 5KB +/- your peak. Configure your image as follows:
A. Remove the vertical blue lines from view.
B. Make the text at least size 14 font.
C. Reduce the image width to 540 pixels.
D. Change the track height for the bedgraph to 60 pixels.
E. Arrange tracks such that the bedGraph data is below the .bed data.
F. Hide some unrelated tracks: SNPs, conservation, repeat masker, etc.
G. Attach the track hub from the Roadmap Epigenetics data.
H. View and download the PDF image
5. Share the link with your collaborator (pretend it is me) by saving your session and emailing me a link. Include the .PDF you created in the email.
For answers and hints, see UCSC browser slides
addTrackLines.sh
script we wrote in class to add the track lines.scp
os sftp
to copy the files to your computer.I will demonstrate in class.
For answers and hints, see UCSC browser slides I will demonstrate in class