FetchInterOI | R Documentation |
This function is to fetch result of one interaction (all gene pairs between 2 cell clusters)
from network analysis, and generates standard data for downstream analysis. Any NA
about gene itself
(GeneID, GeneName) will be removed.
FetchInterOI(object, cluster.x, cluster.y, if.ignore.location = FALSE)
object |
A |
cluster.x |
Name of one cluster. |
cluster.y |
Name of the other cluster. |
if.ignore.location |
If set FALSE, genes will be extended by their locations, i.e. one gene along with several locations. If set TRUE, only one subcellular location for one specific gene will be reserved, but the locations reserved are randomly picked. |
A InterCell
object.
'GetOneInter' for extracting gene pairs with NA reserved
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.