Hi all, I have a matlab file (lets assume its a struct) which contains information on the human dna, meaning that for each chromosome I have an array of data. I want to convert this matlab file to a bigWig (why this specific file format? To my understanding it saves up storage) file format, and ultimately display it as a custom track on UCSC genome browser. So:
- How can I convert my matlab (struct) file to a bigWig file?
- How can I display it as a custom track on UCSC genome browser?
Thanks!
Thanks, got it!