Description Usage Arguments Value Author(s) See Also Examples
View source: R/ObservedGroupProfiles.R
This function estimate and visualize observed average profiles for each group for a given peptide.
1 2 | ObservedGroupProfiles(pepname="Pep5",DataMat,
Trt.Group=c("Treatment","Control"),Res="R",log.true=FALSE)
|
pepname |
Name of the peptide to be used in visualization. |
DataMat |
A data frame of PamChip. |
Trt.Group |
Treatment group for which visualization is required. Default is for both "Treatment" and "Control" groups. |
Res |
Indicator for Responsive (R) or non-responsive (NR) group. |
log.true |
Default |
none
Pushpike Thilakarathne, Ziv Shkedy and Dan Lin
ObservedRepProfiles
, ObservedCellProfiles
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | data(PamChipData)
ObservedGroupProfiles(pepname="Pep142",DataMat=PamChipData,
Trt.Group=c("Treatment","Control"),Res=c("R","NR"),log.true=FALSE)
ObservedGroupProfiles(pepname="Pep142",DataMat=PamChipData,
Trt.Group=c("Treatment","Control"),Res=c("R","NR"),log.true=TRUE)
ObservedGroupProfiles(pepname="Pep108",DataMat=PamChipData,
Trt.Group=c("Treatment","Control"),Res=c("R","NR"),log.true=FALSE)
ObservedGroupProfiles(pepname="Pep108",DataMat=PamChipData,
Trt.Group=c("Treatment","Control"),Res=c("R","NR"),log.true=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.