matchSeqStyle: A wrapper for seqlevelsStyle

matchSeqStyleR Documentation

A wrapper for seqlevelsStyle

Description

To make sure chromosome naming is correct (chr1 vs 1 vs I etc)

Usage

matchSeqStyle(range, chrStyle = NULL)

Arguments

range

a ranged object, (GRanges, GAlignment etc)

chrStyle

a GRanges object, TxDb, FaFile, , a seqlevelsStyle or Seqinfo. (Default: NULL) to get seqlevelsStyle from. In addition if it is a Seqinfo object, seqinfo will be updated. Example of seqlevelsStyle update: Is chromosome 1 called chr1 or 1, is mitocondrial chromosome called MT or chrM etc. Will use 1st seqlevel-style if more are present. Like: c("NCBI", "UCSC") -> pick "NCBI"

Value

a GAlignment/GRanges object depending on input.


Roleren/ORFik documentation built on April 25, 2024, 8:41 p.m.