Description Usage Arguments Value Examples
View source: R/myBasicFunctions.R
Simplify a vector of names removing the common start and the common end
1 | simplifiedNamesByStartEnd(vecOfNames)
|
vecOfNames |
a vector with different names to simplify |
a vector with the same length as vecOfNames
where the start and the end of the names were removed if they were identicals.
1 2 | vecOfNames <- c("sampleOne.bed", "sampleTwo.bed", "sampleThree.bed")
simplifiedNamesByStartEnd(vecOfNames)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.