Description Usage Arguments Value Examples
operate on a character vector to derive a DataFrame, splitting on a tokenand retrieving first and last split fragments as 'base' and 'type' fields
1 | basicFormatter(x, spltok = "_")
|
x |
character vector |
spltok |
token to use in strsplit |
a DataFrame instance
1 2 3 4 5 6 | some = c('Adipose_Subcutaneous_allpairs_v7_eQTL',
'CD14_DS17215_hg19_FP',
'CD19_DS17186_hg19_FP',
'ENCFF001WGV_hg19_HS',
'ENCFF994OCD_hg19_HS')
basicFormatter(some)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.