加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DESCRIPTION 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
Niinleslie 提交于 2021-06-11 17:13 . add citation
Package: MesKit
Type: Package
Title: A tool kit for dissecting cancer evolution from multi-region derived tumor biopsies via somatic alterations
Version: 1.1.2
Date: 2021-06-11
Authors@R: c(
person('Mengni', 'Liu', email = "niinleslie@gmail.com", role = c('aut', 'cre'), comment = c(ORCID = '0000-0001-9938-9973')),
person('Jianyu', 'Chen', email = 'chenjy327@mail2.sysu.edu.cn', role = c('aut', 'ctb'), comment = c(ORCID = '0000-0003-4491-9265')),
person('Xin', 'Wang', email = 'wangx555@mail2.sysu.edu.cn', role = c('aut', 'ctb'), comment = c(ORCID = '0000-0002-6072-599X'))
)
Description: MesKit provides commonly used analysis and visualization modules based on mutational data generated by multi-region sequencing (MRS). This package allows to depict mutational profiles, measure heterogeneity within or between tumors from the same patient, track evolutionary dynamics, as well as characterize mutational patterns on different levels. Shiny application was also developed for a need of GUI-based analysis. As a handy tool, MesKit can facilitate the interpretation of tumor heterogeneity and the understanding of evolutionary relationship between regions in MRS study.
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
Depends: R (>= 4.0.0)
Imports: methods, data.table, Biostrings, dplyr, tidyr (>= 1.0.0), ape (>= 5.4.1), ggrepel, pracma, ggridges, AnnotationDbi, IRanges,
circlize, cowplot, mclust, phangorn, ComplexHeatmap (>= 1.9.3), ggplot2, RColorBrewer, grDevices, stats, utils, S4Vectors
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests: shiny, knitr, rmarkdown, BSgenome.Hsapiens.UCSC.hg19 (>= 1.4.0), org.Hs.eg.db, clusterProfiler, TxDb.Hsapiens.UCSC.hg19.knownGene
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化