Description Usage Arguments Value Examples
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.
1 | DataCleaning(File)
|
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. |
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.
1 2 3 4 | ## Not run:
DataCleaning(File = "RPGenes.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.