sample_data_with_new_names | R Documentation |
Useful for targets bioinformatic pipeline.
sample_data_with_new_names(
file_path,
names_of_samples,
samples_order = NULL,
...
)
file_path |
(required) a path to the sample_data file |
names_of_samples |
(required) a vector of sample names |
samples_order |
Optional numeric vector to sort sample names |
... |
Other arguments passed on to |
A data.frame from file_path and new names
Adrien Taudière
rename_samples()
sam_file <- system.file("extdata", "sam_data.csv", package = "MiscMetabar")
sample_data_with_new_names(sam_file, paste0("Samples_", seq(1, 185)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.