美文网首页
cluster、SV和CV相关算法

cluster、SV和CV相关算法

作者: 思考问题的熊 | 来源:发表于2018-02-11 18:18 被阅读89次

cluster

为什么关注聚类**

img

k-means

原理

img

相关内容

img
  • Start with suitable choices of K cluster mean-vectors. Then iterate the following two steps:

  • For each object, find the closest mean vector and assign the the object to the corresponding cluster.

  • For each cluster, update its mean vector according to the current assignments.

  • Convergence is easy stop when cluster assignment no longer changes

  • The choice of initial values is more difficult

Hierarchical Clustering

Produce a nested sequence of clusters, a tree, also called Dendrogram

img

结构变异Genomic alterations

癌症中尤为明显

img

适合用circos来展示

img

SV

Mechanisms of SVs

  • NAHR - non-allelic homologous recombination
  • NHEJ - joining of DNA double-strand breaks without extensive sequence homology by ligation of DNA ends
  • Breakage-fusion-bridge (BFB)
  • Telomere loss or double-strand breakage creates an unprotected DNA end
  • Ligation of broken chromatid ends connects the two sister chromatids
  • Chromothripsis: A large number of genomic rearrangements have been acquired in a single catastrophic event

用高通量数据short reads来探测SV

img

一些具体方法(可参考原始文献)

img img

通过以下四个信息来进行预测

img
  • read pairs
  • read depth
  • split reads
  • and also assembly of the reads into contig

Copy number alterations (CV)

Use network flow to find out the traversal in the genome with CNAs

  • Aneuploidy 非整倍体,染色体中出现非整倍体的变化,癌症中很常见

  • Quantify allele-specific SVs and CNAs 软件:Weaver

img
加入靠谱熊基地,和大家一起交流

相关文章

网友评论

      本文标题:cluster、SV和CV相关算法

      本文链接:https://www.haomeiwen.com/subject/rlkltftx.html