Description Usage Arguments Details Value
View source: R/get.fend.samples.R
Randomly samples the total observed fend pairs and potential fend pairs to randomly select the same number of fend pairs that are high-scoring. The random selection is repeated and a null distribution for domain sector scores determined.
1 2 3 | get.fend.samples(contacts, random_seed = FALSE, n = 1000,
cluster_size = 20, distribute_method = "SGE", parse_result = TRUE,
sleeptime = 300, sge_resources = list(), save.command = TRUE)
|
contacts |
The list of domains generated from get.contacts() |
n |
Number of times random selection is repeated |
cluster.size |
Number of parallel threads to run |
Parallelisation is achieved using the distributR package and the PARALLEL distribution option.
The contacts list, with additional information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.