Skip to content

Releases: navinlabcode/copykit

COPYKIT v0.1.4

15 Dec 21:23
9f0d671

Choose a tag to compare

This is the release version of copykit v0.1.4 that coincides with the publication of the paper in Molecular Cell

v0.1.3

15 Oct 14:52

Choose a tag to compare

What's Changed

  • Update calcInteger.R by @Puriney in #98
  • Update NEWS.md by @darlanminussi in #99
  • Update multipcf functions. Authorship credits are Gro Nilsen, Knut Liestoel and Ole Christian Lingjaerde.

Full Changelog: v.0.1.2...v0.1.3

CopyKit 0.1.2

02 Feb 05:58
55a97a4

Choose a tag to compare

New features

  • New cell smoothing method with the function knnSmooth(). Uses k-nearest neighbors to smooth cells profiles and re-segments the datasets obtaining cleaner copy number profiles, with reduced overdispersion and improving downstream analysis. (Thanks to Runmin Wei for the helpful discussion.)
  • scquantum method is available for calcInteger() and is now a CopyKit import (scquantum is a single cell ploidy estimation tool developed by Alexander Davis)
  • calcInteger() now accepts option methdo = 'metadata'. To use this option the user can add custom values of ploidy to every cell in the colData column 'ploidy' and run calcInteger(ck, method = 'metadata') to obtain the integer matrix on the CopyKit object.
  • runVst allows the selection of the assay for the transformation

Changes

  • plotHeatmap() order_cells argument now defaults to NULL. NULL option respects the order of the CopyKit object. order_cells argument can be set to 'consensus_tree' and 'hclust'.

  • Method 'scquantum' from calcInteger() adds 3 elements to the colData.

  1. ploidy: contanining the inferred ploidy call for each cell
  2. confidence_ratio: ratio from scquantum inferred ploidy to scquantum theoretical ploidy
  3. ploidy_score: Score derived from the confidence ratio. Values closer to 0 indicate a better fit of the ploidy call
  • Significance thresholds for CBS alpha segmentation and Merge levels were reduced to increase sensitivity to focal amplifications.

Removed

  • option 'phylogeny' from function argument `plotHeatmap()' 'order_cells' has been removed.

CopyKit v.0.1.1

06 Apr 20:32

Choose a tag to compare

  • Reduced quality of heatmap raster that could quickly use all magick cache
  • Fixed hg38 scaffold issue for lower resolutions 500kb, 1Mb, and 2.8Mb in which the quality control of low-quality bins was too strict and causing problems, especially on chromosome X.

CopyKit v.0.1.0

11 Mar 02:44

Choose a tag to compare

copykit 0.1.0