Description Usage Arguments Details Value Author(s) References Examples
This function prepares the gene sets of a species in MsigDB for gene-set distance analysis.
1 | prep.msigdb(species = "Homo sapiens", vset = "gs_name", vID = "gene_symbol")
|
species |
Name of species in MSigDB. |
vset |
Name of MSigDB column to use as vset in gsda, default is "gs_name". |
vID |
Name of MSigDB column to use as vID in gsda, default is "gene_symbol". |
Take a species from MsigDB (https://www.gsea-msigdb.org/gsea/msigdb/index.jsp), extract gene set definiton and prepare a data frame with gene sets and genes to be used as vset.data in the gsda function.
A two-column data.frame with the columns vset and vID
Xueyuan Cao xcao12@uthsc.edu and Stanley Pounds stanley.pounds@stjude.org
Cao X and Pounds S (2021) Gene-Set Distance Associations (GSDA): A Powerful Tool for Gene-Set Association Analysis.
1 2 | gsets=prep.msigdb()
head(gsets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.