mapToGRanges {ORFik} | R Documentation |
Creates GRangesList from the results of ORFs_as_List and the GRangesList used to find the ORFs
mapToGRanges(grl, result)
grl |
A |
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 |
A GRangesList
of ORFs.