DataCleaning: DataCleaning

Description Usage Arguments Value Examples

View source: R/TuBA.R

Description

This function performs basic cleaning of gene expression data sets - removes genes with zero counts across all samples as well as genes with NAs in some samples.

Usage

1

Arguments

File

A character variable. Specifies the name of the .csv or .txt file that contains the gene expression data. Make sure it is in the genes along rows and samples along columns format.

Value

A data frame containing the gene expression data after basic cleaning. In addition, it generates two .csv files in the working directory - one contains the names of the genes in the cleaned gene expression data set, and the other contains the entire gene expression data after cleaning.

Examples

1
2
3
4
## Not run: 
DataCleaning(File = "RPGenes.csv")

## End(Not run)

KhiabanianLab/TuBA documentation built on Feb. 10, 2022, 12:33 a.m.