GRangesToString {MOCHA}R Documentation

GRangesToString Converts a GRanges object to a string in the format 'chr1:100-200'

Description

GRangesToString Turns a GRanges Object into a list of strings in the format chr1:100-200

Usage

GRangesToString(GR_obj)

Arguments

GR_obj

the GRanges object to convert to a string

Value

A string or list of strings in the format 'chr1:100-200' representing ranges in the input GRanges


[Package MOCHA version 1.1.0 Index]