rnb.bed.from.segmentation {RnBeads} | R Documentation |
This function creates a BED file from the segmentation result of rnb.execute.segmentation
and stores it on disk.
rnb.bed.from.segmentation( rnb.set, sample.name, type = "final", store.path = getwd() )
rnb.set |
An |
sample.name |
The sample name for which segmentation was computed. |
type |
The type of segmentation ( |
store.path |
Path to which the BED file is to be stored. |
Michael Scherer