names_to_matrix: splits names and creates a matrix

View source: R/utilities.R

names_to_matrixR Documentation

splits names and creates a matrix

Description

splits names and creates a matrix

Usage

names_to_matrix(names, split = "\\||\\_")

Arguments

names

vector with names

split

patter to use to split

Value

matrix

See Also

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()

Examples

dat = c("bla_ra0/2_run0","bla_ra1/2_run0","bla_ra2/2_run0")
names_to_matrix(dat,split="\\_|\\/")

wolski/prolfqua documentation built on May 12, 2024, 10:16 p.m.