Skip to content

normalized bigwigs #11

Description

@MariaRosariaNucera

Hi,
thank you for the useful tool! I just have one question on this part:
3.pseudo-code for generation of bigwig files from a bed file
libSize=cat sample1.bed|wc -l
scale=15000000/($libSize
$SF)
genomeCoverageBed -bg -scale $scale -i sample1.bed -g mm9.chromSizes > sample1.bedGraph
bedGraphToBigWig sample1.bedGraph mm9.chromSizes sample1.bw
*

I am not sure about the origin of this parameter 15000000. I would appreciate if you could explain why it was chosen.

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions