DataFilter_Shine | R Documentation |
a function to filter p value more than 0.05 or any value you can choose, foldchange less than 1.2 and more than 0.8 or any value you can choose, and vip less than 1 or any value you can choose
DataFilter_Shine(
p = 0.05,
comp1 = 1,
comp2 = 1,
fc_toplimit = 4/3,
fc_lowerlimit = 3/4
)
p |
p value |
comp1 |
component 1 in PLSDA |
comp2 |
component 2 in PLSDA |
fc_toplimit |
top limit of fold change |
fc_lowerlimit |
lower limit of fold change |
filter p,foldchange,vip value that do not match the condition .
Shine Shen qq951633542@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.