extractFiles | R Documentation |
Extract files from each sample's folder and rename them with sample's name.
extractFiles(
savePath,
sampleNames,
outputPath,
files = c("report-scStat.html", "report-scAnno.html"),
subfolders = NULL
)
savePath |
A path of samples' result folder. |
sampleNames |
A vector of samples' names (the subfolder names in 'savePath'). |
outputPath |
A path to saving the extracted reports. |
files |
The name of files you want to extract. The default is c("report-scStat.html", "report-scAnno.html"). |
subfolders |
The name of subfolders for the files you want to extract. The default is NULL. It can be a character string, which means all files are under the subfolder. It can also be a character string vector with same length as "files", which are corresponding to "files". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.