The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
cinaR
is a single wrapper function for end-to-end
computational analyses of bulk ATAC-seq (or RNA-seq) profiles. Starting
from a consensus peak file, it outputs differentially accessible peaks,
enrichment results, and provides users with various configurable
visualization options. For more details, please see the preprint.
# CRAN mirror
install.packages("cinaR")
To get bug fix and use a feature from the development version:
# install.packages("devtools")
::install_github("eonurk/cinaR") devtools
For more details please go to our site from here!
Sometimes bioconductor related packages may not be installed
automatically.
Therefore, you may need to install them manually:
::install(c("ChIPseeker", "DESeq2", "edgeR", "fgsea","GenomicRanges", "limma", "preprocessCore", "sva", "TxDb.Hsapiens.UCSC.hg38.knownGene", "TxDb.Hsapiens.UCSC.hg19.knownGene", "TxDb.Mmusculus.UCSC.mm10.knownGene")) BiocManager
You can send pull requests to make your contributions.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.