Description Usage Arguments Value Examples
XenaScan()
is a function can be used before XenaGenerate()
.
1 2 3 4 5 |
XenaData |
a |
pattern |
character string containing a regular expression
(or character string for |
ignore.case |
if |
a data.frame
1 2 3 4 5 6 7 | x1 <- XenaScan(pattern = "Blood")
x2 <- XenaScan(pattern = "LUNG", ignore.case = FALSE)
x1 %>%
XenaGenerate()
x2 %>%
XenaGenerate()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.