Hello,
my goal : to download a certain BED file from ucsc website that contains all these fields:
bin chrom chromStart chromEnd name score strand signalValue pValue qValue peak
I will describe my actions and my problem: - I go into the table browser(tools>Table Browser) and choose the parameters in the picture and the output file parameter as bed:
[1]
[2]
- when I try to click " get output " I see this with a lot of fields missing as you can see:
[3]
- and when I go back to the table browser and now change the output format to "all fields from selected table" and get output I see in a new tab this:
[4]
- which is what I want but when I download there are 2 problems:
- it I dont know if it is in BED format
- the downloaded file looks like this :
[5]
how can I get an output that looks like pic [4] with all of the required fields?
I meant when I download the file with output format "all fields from selected table" (with save as) I get this weird file:
( I got it by clicking save as from the tab that opened that is what I want)
Please see How to add images to a Biostars post to add your images properly. You need the direct link to the image, not the link to the webpage that has the image embedded (which is what you have used here)
I fixed it now .can u take another look please?
Output in image 3 is BED format (you will need to remove the
track
line at top). One in 4 with all fields no longer in BED format (BED format definition) but sounds like that is what you want.Copy the contents (ctrl +a to select all text, ctrl +c to copy and then ctrv +v to paste into an editor and then save as "file.bed", replace
ctrl
withapple
key if using macOS). I am not sure why you are not able to save the file as plain text out of the browser window.