Skip to content

Releases: rptashkin/facets2n

v0.3.1-beta

26 Aug 03:58
Compare
Choose a tag to compare
v0.3.1-beta Pre-release
Pre-release
  • up version and R man documentation
  • squash 🐛 for undefined column when refX==FALSE
  • squash 🐛 for missing fields when --MandUnormal is excluded
  • determine patient sex by proportion of het chrX snps instead of raw counts

v0.3.0-beta

01 Sep 18:14
10f4ea0
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release

✨ add support for incorporation of donor sample(s) with transplant cases

v0.2.6-beta

29 Apr 23:04
8b163e2
Compare
Choose a tag to compare
v0.2.6-beta Pre-release
Pre-release
  • Add option to select best sex matched reference normal for chrX norm
  • Modified jointsegsummary to be faster (using indices instead of tapply)
  • procSample modified to get the cumulative segment indicator from seg
  • Fixed the emcncf 'missing value where TRUE/FALSE needed' error

v0.2.2-beta

05 Feb 00:26
64bb6e0
Compare
Choose a tag to compare
v0.2.2-beta Pre-release
Pre-release
  • relaxed snp-pileup DP threshold for reference normals to 1 read from 10
  • disabled low coverage filtering of SNPs, ndepth parameter in call to preProcSample() can be used
  • updated test data after snp-pileup changes
  • bugfix for use of unmatched normals without reference data

v0.2.1-beta

02 Feb 06:55
954cb3a
Compare
Choose a tag to compare
v0.2.1-beta Pre-release
Pre-release

Algorithm to implement Fraction and Allelic Copy number Estimate from Tumor/normal Sequencing. Package created to test FACETS with both matched and unmatched normal.

This implementation of FACETS requires a tumor sample, matched normal and user defined number of unmatched normal samples.

✨ The normal sample with computed minimal noise is selected for copy number log2 ratio calculations, while the matched normal is always selected for VALOR calculation. At present, autosomes and chromosome X are normalized separately.

🚧 (beta) infer sex from matched normal sample, and select an unmatched normal with same sex for chrX normalization.