Description Usage Arguments Value Author(s) See Also Examples
View source: R/getPacksFromGRanges.R
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.
1 | 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
1 2 3 4 | 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.