Description Usage Arguments Examples
View source: R/filename_replicatenumber.R
Append index to end of filename (before the filetype extension such as .fcs) to show its replicate number, eg. "conditionX_1.fcs", "conditionX_2.fcs". Assumes triplicate data that is ordered: replicate number appended depends entirely on each file's position in files (1st = _1, 2nd = _2, 3rd = _3, 4th = _1, and so on).
1 | filename_replicatenumber(filepath = ".", verbose = TRUE)
|
filepath |
Path to files. Defaults to current directory. |
verbose |
Logical. Should it print descriptions of any changes? |
1 2 | folder <- "FCS_trimmed"
filename_replicatenumber(filepath = folder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.