Description Usage Arguments Details Author(s) See Also Examples
Print result of intSEQ
1 2 |
intres |
An object returned by intSEQ. |
sortby |
Options of sorting the result. The default is "pvalue". See detail. |
shownum |
The number of genes want to display. |
... |
Other arguments that are currently not used. |
This function displays the result of intSEQ
. The number of genes is specified by "shownum". When "sortby" equals to "pvalue", it means display genes with smallest p-value. "LFC" means display genes with largest log 2 fold change.
Yilun Zhang, David Rocke
1 2 3 4 5 6 | data(count.data)
data(condition)
count=count.data[,1:10]
cond=rep(0:1,each=5)
res=intSEQ(count, cond)
show(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.