The reason is very simple. In your input files for MACS, the
chromosome names are like 2L,2R,3L,3R... but for UCSC genome browser,
they use chr2L,chr2R,chr3L,chr3R... You just need to add 'chr' at the
beginning of every lines. Try this in your terminal:
$ awk '{ print "chr"$0 }' CB-116_mfold15_peaks.bed >
new_CB-116_mfold15_peaks.bed
Also, if you want to load WIGGLE files into UCSC, you need to modify
wiggle files as well, for example:
$ zcat CB-116_treat_afterfiting_2L.wig.gz | awk
'{ sub("chrom=","chrom=chr");print $0 }' >
CB-116_treat_afterfiting_chr2L.wig
Regards,
Tao
However in the current case I have, I have a number of experiments with different conditions and
these have obviously produced different number of total tags of the sequencer.
When I run MACS on these, as I am using the same control in each case (control common to all) the
control will be scaled to a different value, however to compare across the conditions I would like
all the experiments as well as the control to have the same total tag value.
Would it be possible to have an option to do this, or is my thinking incorrect and I shouldnt do this?
Regards
Aengus
--
-----------------------------------------------------------------------
Aengus Stewart
Head of Bioinformatics and BioStatistics
Bioinformatics and BioStatistics Tel: +44 (0)20 7269 3679
Cancer Research UK, Lincoln's Inn Fields, Holborn, London, WC2A 3PX, UK
-----------------------------------------------------------------------
This electronic message contains information which may be privileged and
confidential. The information is intended to be for the use of the
individual(s) or entity named above. Be aware that any third party
disclosure, distribution, copying or use of this communication, without
prior permission, is strictly prohibited.
This communication is from Cancer Research UK. Our website is at www.cancerresearchuk.org. We are a charity registered under number 1089464 and a company limited by guarantee registered in England & Wales under number 4325234. Our registered address is 61 Lincoln's Inn Fields, London WC2A 3PX. Our central telephone number is 020 7242 0200.
This communication and any attachments contain information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of disclosure, distribution, copying or use of this communication or the information in it or in any attachments is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender and delete the email and destroy any copies of it.
E-mail communications cannot be guaranteed to be secure or error free, as information could be intercepted, corrupted, amended, lost, destroyed, arrive late or incomplete, or contain viruses. We do not accept liability for any such matters or their consequences. Anyone who communicates with us by e-mail is taken to accept the risks in doing so.