Description Usage Arguments Value Author(s) See Also Examples
View source: R/createMaigesRaw.R
Function to create objects of class maigesRaw
from
objects of class maigesPreRaw
.
1 2 | 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>
1 2 3 4 5 6 7 8 9 10 11 | ## 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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.