Description Usage Arguments Value Examples
This function to remove redundant geneIDs standing for the same gene name
1 | collapse_deg(diffexp, genenamecol, pcriteria)
|
diffexp |
data.frame/data.table output of the deg.def() function |
genenamecol |
the column name of the gene name variable <string> |
pcriteria |
the column name of the pvalue criteria to consider <string> |
data.table
differential expression results with unique gene
names
1 2 3 | data(diffexplist)
diffexp <- collapse_deg(diffexplist[[1]], "Symbol", "pvalue")
head(diffexp, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.