samples_files_to_df: Merges in one data frame all the separate samples' files

Description Usage Arguments Examples

View source: R/cleaning_functions.R

Description

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").

Usage

1
2
3
4
samples_files_to_df(
  path,
  extension = c("_clean_cells.RDS", "_removed_counts_summary.RDS")
)

Arguments

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().

Examples

1
For a thorough example, please see XX.

valeriabonapersona/abc4d documentation built on Dec. 23, 2021, 2:09 p.m.