Since I'm currently working with RNA-seq experiment data stored in wig/bigwig format. There are wig/bigwig files for separate experiments (after applying different stimulations). The wig files contains several million short-read information that adapts the following file format convention:
<chromosome_name> <start_coordinate> <end_coordinate> <some_score>
This wig files are already aligned with the reference genome and their bigwig counterparts are meant to be viewed in UCSC genome browser, right?
As bioinformatics point of view, what does the UCSC genome browser provides to us? is it only the manual viewing, or something else that we can extract meaningful?
What additional tools (or software) can I apply to work with this wig/bigwig files? Thanks.
Thanks for the information.