vennylist: exporting gene list into clipboard

Description Usage Arguments Value Author(s) References Examples

Description

This simple functions deduplicates and exports vector or column to clipboard. It was created to use together with the webpage http://bioinfogp.cnb.csic.es/tools/venny/ or paste to the excel or cytoscape

Usage

1

Arguments

x

vector or column

Value

list of strings, it prints its lenght in the terminal

Author(s)

Zofia Wicik

References

https://bioinfogp.cnb.csic.es/tools/venny/

Examples

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

venny.list(inputDF$symbols)

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