mapToGRanges {ORFik}R Documentation

Map orfs to genomic coordinates

Description

Creates GRangesList from the results of ORFs_as_List and the GRangesList used to find the ORFs

Usage

mapToGRanges(grl, result)

Arguments

grl

A GRangesList of the original sequences that gave the orfs

result

List. A list of the results of finding uorfs list syntax is: result[1] contain grouping indeces, named index result[2] countains two columns of start and stops, named orf

Value

A GRangesList of ORFs.


[Package ORFik version 1.0.0 Index]