Description Usage Arguments Value Author(s) Examples
Boxplot results between sequence-depth and number of differentially expressed genes.
1 2 |
dat |
is a dataframe object, which consists three columns strictly labelled as: "Label", "Variable" and "Value". |
save |
is a logical value to save plot as a pdf. |
filename |
is a character to assign filename, if a user want to save the plot. |
p.depth |
is a numeric value for anova test to be performed for number differentially expressed genes of different sequence-depths. |
font.size |
is a numeric value to set font size of the plot. |
anova |
is a logical value for anova test to be performed for number differentially expressed genes of different sequence-depths. |
x.lab |
is a string value to assign a label for x-axis. |
y.lab |
is a string value to assign a label for y-axis. |
leg.lab |
is a string vector assigns lables for legends in the plot. |
Generates a plot in a pdf format.
Frank-Emmert Streib, Shailesh Tripathi, Aleksei sputnikov
1 2 3 4 5 6 7 | data("df_sole")
data("df_intersect")
plotsamExplorer(df_sole,save=TRUE,filename="ss",p.depth=.9,
font.size=4, anova=TRUE)
plotsamExplorer(df_intersect,save=TRUE,filename="ss",p.depth=.9,
font.size=4, anova=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.