Learn R Programming

MOCHA (version 1.1.0)

GRangesToString: 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)

Value

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

Arguments

GR_obj

the GRanges object to convert to a string