Description Usage Arguments Value
View source: R/Clean_Up_Input.R
This function cleans up the raw data and groups files. It replaces the column clusters in the expression file with the clusters in the groups file. It ensures that all expression files have a column_clusters-flat and row_clusters-flat (even when data not provided it adds NAs). It uses Renumber as necessary to avoid non-consecutive cluster identifications.
1 | Clean_Up_Input(rawData, groups, rowClusters = NULL, log_file_name)
|
rawData |
ICGS expression or counts file (in ICGS expression file format). |
groups |
ICGS groups file. |
rowClusters |
Optional vector containing row cluster information (used by Recluster). Default is NULL. |
log_file_name |
used for saving run notes to log file |
processed - data.frame of genes by samples with a row of cell clusters (column_clusters-flat) and a column of gene clusters (row_clusters-flat) when available.
groups - groups file with cell names matching the expression file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.