Description Usage Arguments Value Author(s) See Also Examples
Eliminate duplicate names from the gene list. The new list is shorter than the full list by a factor of ndups
.
1 | uniquegenelist(genelist,ndups=2,spacing=1)
|
genelist |
vector of gene names |
ndups |
number of duplicate spots. The number of rows of |
spacing |
the spacing between duplicate names in |
A vector of length length(genelist)/ndups
containing each gene name once only.
Gordon Smyth
1 2 3 4 | genelist <- c("A","A","B","B","C","C","D","D")
uniquegenelist(genelist,ndups=2)
genelist <- c("A","B","A","B","C","D","C","D")
uniquegenelist(genelist,ndups=2,spacing=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.