unique_gene_pairs | R Documentation |
This function returns all unique gene pairs from two columns containing gene names in a dataframe. This is necessary for scoring combinatorial data where each row corresponds to a single guide construct that targets two genes. NegControl regions must be listed as "NegControl" values, and guides which only target one gene must have the non-targeted gene listed as "None".
unique_gene_pairs(df)
df |
A dataframe where each row corresponds to a single guide construct that targets two genes, which contains the columns gene1 and gene2. |
A dataframe with two gene name columns where each row contains one unique gene pair.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.