Description Usage Arguments Value Author(s) Examples
This function constructs standard plots in exploratory analysis of N-Glycans.
1 2 3 4 5 6 7 8 9 10 11  | 
data | 
 data frame which holds columns representing Glycans. These column names must start with 'GP'.  | 
collapse | 
 should Glycans be presented in one facet (default) or with more facets (one per Glycan).  | 
violin | 
 should Glycans be presented in a boxplot (default) or violin format.  | 
group | 
 this a possible grouping parameter on which
stratification of   | 
all | 
 should all of the variables (default) be presented in the plot
or only those that have significant p-values. This variable is
meaningful only when   | 
p.adjust.method | 
 method used for adjustment of p-values to multiple
testing. Variable p.adjust.method must be an element of
  | 
print.p.values | 
 should p-values be printed on plots  | 
log.transform | 
 should Glycans be log transform prior to plotting.  | 
glyco.names | 
 names of columns that represent glycan data. If   | 
Returns a list consisting of p-values, adjusted p-vales and the plot.
Ivo Ugrina
1 2 3 4 5 6  | devAskNewPage(TRUE)
exampleData <- data.frame(ID=1:100, GP1=runif(100),
  GP2=rexp(100,0.2), GP3=rgamma(100, 3),
  Plate=factor(sample(1:2,100,replace=TRUE)))
glyco.plot(exampleData)
glyco.plot(exampleData, group='Plate', collapse=FALSE, log=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.