Description Usage Arguments Author(s)
Converts the output of compute.score und compute.score.GRanges into genome browser tracks, that can be directly imported into e.g. UCSC Genome Browser.
1 2 3 4 5 6 | create.genomebrowser.track(
score.output,
sample.name = "Sample",
store.path = getwd(),
bin.width = 5000
)
|
score.output |
The output as generated through compute.score or compute.score.GRanges: a data.frame with chromosome positions and the score values for those positions. |
sample.name |
The name of the sample to be added to the file. |
store.path |
The path to which the file is to be stored. |
bin.width |
Width of bins in bp to aggregate the scores. If NULL, the scores are stored as single CpGs. |
Michael Scherer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.