View source: R/getPacksFromGRanges.R
getPacksFromGRanges | R Documentation |
A link[GenomicRanges:GRanges-class]{GRanges}
object, potentially
generated using packSearch
and
packsToGRanges
, can be converted to a
dataframe. If a GRanges object is supplied without TSD
information, this can be calculated and appended to the
final dataframe.
getPacksFromGRanges(packGRanges, Genome = NULL, tsdLength = NULL)
packGRanges |
|
Genome |
(optional) Sequences referred to by |
tsdLength |
(optional) Length of TSD sequences. |
Dataframe in the format used by packSearch
.
If Genome
and tsdLength
are supplied, then
TSD sequences are retrieved and returned
as part of the dataframe.
Jack Gisby
packsToGRanges
,
link[GenomicRanges:GRanges-class]{GRanges}
,
packSearch
data(packMatches) GRangesObject <- packsToGRanges(packMatches) packMatches <- getPacksFromGRanges(GRangesObject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.