Description Usage Arguments Examples
View source: R/cleaning_functions.R
Wrapper to dplyr functions to merge together multiple files output from cleaned_counts(). It can merge both the cleaned cell files (extension = "_clean_cells.RDS"), as well as the summaries of the removed cells (extension = "_removed_counts_summary.RDS").
1 2 3 4 | samples_files_to_df(
path,
extension = c("_clean_cells.RDS", "_removed_counts_summary.RDS")
)
|
path |
String for path of location files. It does not matter if other files are present in this folder. Only files with the specified extension will be added. |
extension |
Final part of the string of the files. Same as output of cleaned_counts(). |
1 | For a thorough example, please see XX.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.