names_to_matrix | R Documentation |
splits names and creates a matrix
names_to_matrix(names, split = "\\||\\_")
names |
vector with names |
split |
patter to use to split |
matrix
Other utilities:
INTERNAL_FUNCTIONS_BY_FAMILY
,
get_UniprotID_from_fasta_header()
,
matrix_to_tibble()
,
multigroup_volcano()
,
pairs_smooth()
,
pairs_w_abline()
,
panel_cor()
,
panel_hist()
,
remove_NA_rows()
,
table_facade()
dat = c("bla_ra0/2_run0","bla_ra1/2_run0","bla_ra2/2_run0")
names_to_matrix(dat,split="\\_|\\/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.