View source: R/extendr-wrappers.R
fill_input_data_frame | R Documentation |
Fill 1 for gene in gene set
fill_input_data_frame(gmt, genes, gene_sets)
gmt |
A Data Frame with geneSet and gene columns from the GMT file |
genes |
A vector of genes |
gene_sets |
A vector of gene sets |
See https://github.com/extendr/extendr/issues/612 for how to export DataFrame
## Diagram “'shell Gene Sets First column named 'gene' containing gene name A0100110100 1 = in set Genes B0100101000 0 = not in set C1011101001 Due to limitiations with extendr-api v 0.6.0, function returns a list, and the R package will add the first 'gene' column “'
A Data Frame with the first column of gene and 1 or 0 for other columns of gene sets.
John Elizarraras
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.