Skip to content

SNPRelate Bioconductor Release v3.6

Compare
Choose a tag to compare
@zhengxwen zhengxwen released this 05 Dec 02:20
· 133 commits to master since this release

The updates compared to v1.6.0:

New features:

  • new arguments 'with.sample.id' and 'with.snp.id' in snpgdsSNPRateFreq()
  • progress information: showing overall running time when completed
  • new functions snpgdsAdmixPlot() and snpgdsAdmixTable()
  • snpgdsPCASNPLoading() and snpgdsPCASampLoading() support the eigen results of snpgdsEIGMIX() allowing projecting new samples to the existing coordinate
  • snpgdsFst() provides W&C84 mean Fst together with weighted Fst
  • a new argument 'outgds' in snpgdsPCACorr() allows exporting correlations to a gds file
  • a new option "Corr" in snpgdsGRM() for scaled GRM
  • add a new function snpgdsIndivBeta()

Bug fixes

  • fix an issue in C codes 'LENGTH or similar applied to NULL object'
  • An unexpected exception in a thread could result in deadlock: the current implementation shows error information and exits the R session

Utilities

  • a friendly warning is given when openning a SeqArray file with snpgdsOpen()