createMaigesRaw {maigesPack} | R Documentation |
Function to create objects of class maigesRaw
from
objects of class maigesPreRaw
.
createMaigesRaw(PreRaw, greenDataField, greenBackDataField, redDataField, redBackDataField, flagDataField, gLabelGrp, gLabelPath)
PreRaw |
object of class |
greenDataField |
character string specifying the name of the
|
greenBackDataField |
character string specifying the name of the
|
redDataField |
character string specifying the name of the
|
redBackDataField |
character string specifying the name of the
|
flagDataField |
character string specifying the name of the
|
gLabelGrp |
character string with the gene label to match gene groups. |
gLabelPath |
character string with the gene label to match gene networks. |
The result of this function is an object of class maigesRaw
.
Gustavo H. Esteves <gesteves@vision.ime.usp.br>
## Load a little dataset data(gastro) ## See the object gastro ## Transform gastro into a maigesRaw object gastro.raw = createMaigesRaw(gastro, greenDataField="Ch1.Mean", greenBackDataField="Ch1.B.Mean", redDataField="Ch2.Mean", redBackDataField="Ch2.B.Mean", flagDataField="Flags", gLabelGrp="GeneName", gLabelPath="GeneName")