predict_most_similar_cluster: Prediction function for FR-Match results

View source: R/predict_most_similar_cluster.R

predict_most_similar_clusterR Documentation

Prediction function for FR-Match results

Description

This function takes in the FRmatch output and predicts the most similar reference cluster for each query cluster.

Usage

predict_most_similar_cluster(rst.FRmatch, p.adj.method = "BY")

Arguments

rst.FRmatch

The FRmatch output.

p.adj.method

P-value adjustment method for multiple hypothesis testing correction. Default: "BY". For more options, please see p.adjust.methods.

Value

A data frame of the most similar reference cluster for each query cluster, which is the "match" with the highest adjusted p-value. If there are tied p-values, all will be returned.


JCVenterInstitute/FRmatch documentation built on Dec. 15, 2022, 2:30 p.m.