Description Usage Arguments Details Value Note Author(s) See Also
This function is used to produce the .Inp file from the .txt file of Gene Data. The executable "gimm" uses this ".inp" file to get the informations regarding the Genes. It takes filename as input argument, using which the ".txt" file is searched. This ".txt" file should be in the current working folder.
1 | convTxtToInp(fileName = "", M)
|
fileName |
This parameter is used to provide the file name of the .inp file which will be created from the table object provided to this function. |
M |
Dimensionality of the expression vectors to be clustered. I.e. the number of microarray. |
To execute this function properly, ".txt" file should be present in the current working directory.
This functions returns a table read from the txt file. If the .txt file was not available then NULL will be returned.
Email Address : kumarvk@ucmail.uc.edu
Vinayak Kumar, Mario Medvedovic
processPostHocParas, runGimmNPosthoc, processGimmParas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.