View source: R/correctInversionPhasing.R
sliceRanges | R Documentation |
This function takes as an input a set of ranges stored in GRanges
object and export slice of certain length
starting either from the first or last range.
sliceRanges(gr, slice.size = 1e+06, from = "start")
gr |
A |
slice.size |
A total length of sliced ranges to be reported given the starting range defined by 'from'. |
from |
Set to 'start' or 'end' if to start counting bases to slice from the first or the last range. |
A GRanges
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.