scPathogenGO | R Documentation |
GO annotation for scPathogenDGE results
scPathogenGO(
object = NULL,
key = NULL,
species = NULL,
clusters = NULL,
logFC = 0.25,
only.pos = TRUE,
reference = "human"
)
object |
Seurat object |
key |
The DGEs are stored in object@misc$key |
species |
Species which is used to divid cells into two groups |
clusters |
A vector of clusters, default all clusters will be used |
logFC |
A positive value to set the cutoff of logFC |
only.pos |
Only up-regulated genes are taken into account, default only.pos=TRUE |
reference |
Reference organism to set ['human' or 'mouse'], default reference = 'human' |
Table that stores scPathogenGO results
Inspired by Yuan et al, Methods in Molecular Biology (2019)
data("H3N2_small")
require(topGO)
x <- scPathogenGO(object = H3N2_small,
key = "H3N2",
species = "H3N2",
logFC = 0.25,
only.pos = FALSE,
reference = "human"
)
head(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.