Description Usage Arguments Details Value Warning Author(s) See Also
Create a file for the batch IDs of the data sets.
1 | writeSamples(x, batchID, fileName)
|
x |
Matrix of gene expression data. |
batchID |
A vector containing the batch IDs of the data set |
fileName |
A character string specifying the name of the file to be created. |
This function writes two columns in a file: Array.name and Batch. The Array.name column contains the array or sample ID which are the row names of the matrix x
. The batch id in the second column can be an integer or the name of the data set. The batch id must be the same for all samples or arrays of a data set.
None.
This function is not called by the user directly.
Haleh Yasrebi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.