Description Usage Arguments Value Author(s) See Also Examples
Saves a dataframe of potential Pack-TYPE elements, 
usually generated via packSearch. May be 
retrieved using getPacksFromCsv.
| 1 | 
| packMatches | A dataframe containing genomic ranges and names referring 
to sequences to be extracted. Can be obtained from 
 
 | 
| file | CSV file save path. | 
Save location of csv file.
Jack Gisby
getPacksFromCsv, write.table,
packSearch
| 1 2 3 4 5 6 | data(packMatches)
packsToCsv(
    packMatches, 
    system.file("extdata", "packMatches.csv", package = "packFinder")
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.