Description Usage Arguments Value Examples
View source: R/ShowsgRNAvocan.R
This function plot vocano for sgRNA and label the top sgRNAs
1 2 3 4 | ShowsgRNAvocano(enrichment.data, pCut = 1e-05, fcCut = 2,
pvalueadjusted = T, dopdf = T, pdfname = "sgRNA.vocano.pdf",
png = F, pngname = "sgRNA.vocano.png", pdfh = 7, pdfw = 7,
pngh = 1000, pngw = 1000, pngr = 100)
|
enrichment.data |
The data prepared by "ComputeEnrichment" |
pCut |
p value/fdr cutoff for labeling sgRNAs |
fcCut |
Foldchange cutoff for labeling sgRNAs |
pvalueadjusted |
To tell if the y axis used is the adjusted pvalue or original p value, default is TRUE |
dopdf |
if true, print out pdf |
pdfname |
the file name for pdf of vocano plot |
png, |
if true then also make a png format. default is F |
pngname |
the file name for png of vocano plot |
pdfh |
the height of pdf |
pdfw |
the width of pdf |
pngh |
the height of png |
pngw |
the width of png |
pngr |
the resolution of png |
no return but generate a pdf or png
1 | ShowsgRNAvocano(enrichment.data=P5.P6.enrichment,pCut=1e-5,fcCut=2,pdfname="sgRNA.vocano.pdf",png=T,pngname="sgRNA.vocano.png")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.