- Home
- Bioconductor 3.23
- Software Packages
- cfdnakit (development version)
cfdnakit
This is the development version of cfdnakit; for the stable release version, see cfdnakit.
Fragmen-length analysis package from high-throughput sequencing of cell-free DNA (cfDNA)
Bioconductor version: Development (3.23)
This package provides basic functions for analyzing shallow whole-genome sequencing (~0.3X or more) of cell-free DNA (cfDNA). The package basically extracts the length of cfDNA fragments and aids the vistualization of fragment-length information. The package also extract fragment-length information per non-overlapping fixed-sized bins and used it for calculating ctDNA estimation score (CES).
Author: Pitithat Puranachot [aut, cre] ORCID iD ORCID: 0000-0002-6786-9240
Maintainer: Pitithat Puranachot <pitithat at gmail.com>
citation("cfdnakit")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("cfdnakit")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("cfdnakit")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.