findpaths.simpleRJava | R Documentation |
Identify trajectories surface receptors to transcriptional regulators in the protein-protein interaction network. The code uses the rJava library and does not write and run a .sh file as the findpaths.simple function does. The java code saves the data in files which address is stored in assay@sampTab. These files will be processed by the processTrajectories function. This function uses the java code stored in the java folder in the package directory. If you are a linux user and the rJava library is not installed, please check the topic at https://stackoverflow.com/questions/12872699/error-unable-to-load-installed-packages-just-now.
findpaths.simpleRJava(object, sources.targets, file, dir, maindir) ## S4 method for signature 'CellComm' findpaths.simpleRJava(object, sources.targets, file, dir, maindir)
object |
CellComm object. |
sources.targets |
list; the sources and targets of the interaction
receptor as calculated by the sourcestargets function:
|
file |
character; the .txt file corresponding to the cell population. ? |
dir |
character; directory for the selected interaction. |
maindir |
character; directory where the directories for each interaction will be saved. |
Message indicating conclusion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.