Description Usage Arguments Value Author(s) See Also Examples
View source: R/packsToGRanges.R
A dataframe containing genomic ranges and names referring
to sequences to be extracted, likely obtained from
packSearch
, can be converted to a GRanges
object. Can be converted back to a dataframe using
getPacksFromGRanges
. Additional features,
such as clusters and TSD sequences, will be included in
the object as metadata columns.
1 |
packMatches |
A dataframe containing genomic ranges and names
referring to sequences to be extracted. Can be obtained
from
|
A GRanges object containing the ranges contained in
packMatches
and additional metadata columns. May
be easily converted between dataframe and GRanges format
for use in the packFinder
package and
link[GenomicRanges:GRanges-class]{GRanges}
package. Note that most functions in the packFinder
package require sequence ranges to be provided in
dataframe format.
Jack Gisby
getPacksFromGRanges
,
link[GenomicRanges:GRanges-class]{GRanges}
1 2 | data(packMatches)
packGRanges <- packsToGRanges(packMatches)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.