目录

iSEEde

GitHub
issues GitHub
pulls Lifecycle:
experimental R-CMD-check-bioc Codecov test
coverage

The goal of iSEEde is to provide panels that facilitate the interactive visualisation of differential expression results in iSEE applications.

Installation instructions

Get the latest stable R release from CRAN. Then install iSEEde from Bioconductor using the following code:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("iSEEde")

And the development version from GitHub with:

BiocManager::install("iSEE/iSEEde")

Example

This is a basic example which shows you how to load the package:

library("iSEEde")
library("airway")
library("DESeq2")
library("iSEE")

# Example data ----

data("airway")
airway$dex <- relevel(airway$dex, "untrt")

dds <- DESeqDataSet(airway, ~ 0 + dex + cell)

dds <- DESeq(dds)
res_deseq2 <- results(dds, contrast = list("dextrt", "dexuntrt"))

# iSEE / iSEEde ---

airway <- embedContrastResults(res_deseq2, airway, name = "dex: trt vs untrt")

app <- iSEE(airway, initial = list(
  DETable(ContrastName="dex: trt vs untrt", HiddenColumns = c("baseMean", 
    "lfcSE", "stat"), PanelWidth = 4L),
  VolcanoPlot(ContrastName="dex: trt vs untrt", PanelWidth = 4L),
  MAPlot(ContrastName="dex: trt vs untrt", PanelWidth = 4L)
))

if (interactive()) {
    shiny::runApp(app)
}

Citation

Below is the citation output from using citation('iSEEde') in R. Please run this yourself to check for any updates on how to cite iSEEde.

print(citation("iSEEde"), bibtex = TRUE)
#> 
#> To cite package 'iSEEde' in publications use:
#> 
#>   Rue-Albrecht K (2022). _iSEEde: iSEE extension for panels related to
#>   differential expression analysis_. R package version 0.99.0,
#>   <https://github.com/iSEE/iSEEde>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {iSEEde: iSEE extension for panels related to differential expression analysis},
#>     author = {Kevin Rue-Albrecht},
#>     year = {2022},
#>     note = {R package version 0.99.0},
#>     url = {https://github.com/iSEE/iSEEde},
#>   }

Please note that the iSEEde was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.

Code of Conduct

Please note that the iSEEde project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

For more details, check the dev directory.

This package was developed using biocthis.

Code of Conduct

Please note that the iSEEde project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

关于

为 iSEE 提供差异表达结果的交互式展示组件。

3.4 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号