powered by
This function computes the Jaccard similarity coefficient scores for instances (e.g., bait-prey interactions (BPIs)) in the data.frame.
jaccardCoefficient(datInput)
Data frame with column names: Experiment.id, Replicate, Bait, Prey, and count (i.e., prey count).
Data frame containing bait-prey pairs with the Jaccard coefficient score, a number between 0 and 1
# NOT RUN { data(SampleDatInput) datScoring <- jaccardCoefficient(SampleDatInput) head(datScoring) # }
Run the code above in your browser using DataLab