Description Usage Arguments Value Author(s) References See Also Examples
View source: R/ObservedRepProfiles.R
Observed replicate specific profiles for a given cell line and peptide.
1 2 | ObservedRepProfiles(pepname,DataMat,cells,Trt.Group=c("Treatment","Control"),
Res="R",log.true=FALSE,cell.mean=T)
|
pepname |
Name of the peptide to be used in visualization. |
DataMat |
A data frame of PamChip. |
cells |
Name of the cell that needs to be visualized. |
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 |
cell.mean |
A boolean parameter and default is |
none.
Pushpike Thilakarathne, Ziv Shkedy and Dan Lin
#add reference..
plot
, ObservedCellProfiles
, ObservedGroupProfiles
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | data(PamChipData)
ObservedRepProfiles(pepname="Pep1",DataMat=PamChipData,
cells="SKBR3",Trt.Group=c("Treatment","Control"),Res="R",log.true=FALSE)
ObservedRepProfiles(pepname="Pep3",DataMat=PamChipData,
cells="SKBR3",Trt.Group=c("Treatment","Control"),Res="R",log.true=FALSE)
ObservedRepProfiles(pepname="Pep130",DataMat=PamChipData,
cells="SUM159",Trt.Group="Treatment",Res="R",log.true=FALSE)
ObservedRepProfiles(pepname="Pep130",DataMat=PamChipData,
cells="SUM159",Trt.Group="Control",Res="R",log.true=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.