col_to_string: column to string

Description Usage Arguments Value Author(s) Examples

View source: R/basic_functions.R

Description

This simple functions transforms and deduplicates column from the dataframe into vector of stings

Usage

1

Arguments

x

column from the data frame

Value

it generates vector of strings

Author(s)

Zofia Wicik

Examples

1
2
3
4
5
inputDF<- data.frame( symbols=c('ONECUT2','NEBL','SNTB2','USP9Y',
'KAT6A','CRIM1','IGSF10','NEBL','IGSF10'),
                      values=c(0.01,0.5,0.05,0.001,0.9,
                      0.03,0.06,0.03, 0.001))
col_to_string(inputDF$symbols)

wizbionet/wizbionet documentation built on Sept. 9, 2020, 12:45 a.m.