c4f3d497 |
Package: epihet
|
ef1d8e0d |
Title: Determining Epigenetic Heterogeneity from Bisulfite Sequencing Data
|
19d2d7d6 |
Version: 1.0.0
|
b8120989 |
Authors@R: c(person("Xiaowen", "Chen", role = c("aut", "cre"),
email = "Xiaowen.Chen@jax.org"),
person("Haitham", "Ashoor",role = "aut"),
person("Ryan", "Musich", role = "aut"),
|
0f0059e1 |
person("Mingsheng","Zhang",role="aut"),
|
b8120989 |
person("Jiahui","Wang",role = "aut"),
person("Sheng", "Li", role = "aut"))
|
c4f3d497 |
Description: epihet is an R-package that calculates the epigenetic
|
ef1d8e0d |
heterogeneity between cancer cells and/or normal cells. The functions
establish a pipeline that take in bisulfite sequencing data from multiple
samples and use the data to track similarities and differences in
epipolymorphism,proportion of discordantly methylated sequencing reads
(PDR),and Shannon entropy values at epialleles that are shared between
|
c4f3d497 |
the samples.epihet can be used to perform analysis on the data by creating
|
ef1d8e0d |
pheatmaps, box plots, PCA plots, and t-SNE plots. MA plots can also be
created by calculating the differential heterogeneity of the samples.
And we construct co-epihet network and perform network analysis.
Depends:
|
2cfaf945 |
R(>= 3.6),
|
b8120989 |
GenomicRanges,
IRanges,
S4Vectors,
ggplot2,
foreach,
Rtsne,
|
ef1d8e0d |
igraph
License: Artistic-2.0
biocViews:
DNAMethylation, Epigenetics, MethylSeq, Sequencing, Software
Imports:
|
b8120989 |
data.table,
doParallel,
EntropyExplorer,
graphics,
stats,
grDevices,
pheatmap,
utils,
qvalue,
WGCNA,
ReactomePA
|
ef1d8e0d |
Encoding: UTF-8
|
8c57f51d |
RoxygenNote: 6.0.1
|
b8120989 |
Suggests:
knitr,
clusterProfiler,
ggfortify,
org.Hs.eg.db,
|
ef1d8e0d |
rmarkdown
VignetteBuilder: knitr
BuildVignettes: TRUE
|
b8120989 |
URL: https://github.com/TheJacksonLaboratory/epihet
BugReports: https://github.com/TheJacksonLaboratory/epihet/issues
|