View source: R/genesetCytoSig.R
genesetCytoSig | R Documentation |
Returns the gene set associated with input cytokine(s) from the CytoSig database given manually specified cytokine-specific output csv file(s) under the extdata directory with file name beginning with the specified cytokine (i.e., 'IL6_output.csv') as currently provided for the IL6 cytokine.
genesetCytoSig(cytokine.eval, file.name)
cytokine.eval |
Cytokine(s) associated with the query. |
file.name |
List of XML file(s) associated with the cytokine(s) beginning with the specific cytokine name. |
Dataframe consisting of genes and the associated log2 fold change values associated with the specific cytokine(s).
file.name.cytosig1 <- system.file("extdata", "IL6_output.csv", package = "scaper")
genesetCytoSig(cytokine.eval = "IL6", file.name = file.name.cytosig1) %>% head(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.