Description Usage Arguments Value Author(s) Examples
View source: R/simpsonCoefficient.R
This function computes the Simpson similarity coefficient scores for instances (e.g., bait-prey interactions (BPIs)) in the data.frame.
1 | simpsonCoefficient(datInput)
|
datInput |
Data frame with column names: Experiment.id, Replicate, Bait, Prey, and count (i.e., prey count). |
Data frame containing bait-prey pairs with Simpson coefficient, a number between 0 and 1
Matineh Rahmatbakhsh, matinerb.94@gmail.com
1 2 3 | data(SampleDatInput)
datScoring <- overlapScore(SampleDatInput)
head(datScoring)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.