coordFormat: Format input strings into GRange object

coordFormatR Documentation

Format input strings into GRange object

Description

Split input string with deliminator ":" then transform into GRange object

Usage

coordFormat(mycoords.list)

Arguments

mycoords.list

A string list with the format of "2:16e7:16.5e7"

Value

A target search range as a GRanges object

Examples


if (requireNamespace("dplyr", quietly = TRUE)) {
  mycoords.list <- "2:16e7:16.5e7"
  coordFormat (mycoords.list)
}

DPP4ResearchGroup/SyntenyViz documentation built on Nov. 19, 2023, 1:16 a.m.