Tool to segment genome according to SNP density?
Can anyone recommend a tool to segment the genome according to SNP density (using HMM-based segmentation, for example)?
Thanks!
hmm
segmentation
snp density
• 1,952 views
•
link
updated
by
Biostar
•
written
by
abascalfederico
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
SNP Density plot with custom genome using karyoploteR
written by adarsh •Hi, I am trying to create an SNP Density plot from VCF file using a custom genome file. However when I am plotting the graph, …
-
clustering of genome segments
written by BogdanDear all, Has anyone used/ found algorithms that do cluster genome segments ? For example, shall we have 4 genome segments of 1kb each : …
-
What is the best tool/wrokflow for a core SNP alignment?
written by blurHi, I want to do a core SNP alignment based phylogenetic tree for bacterial species (haploids), and I have seen different papers relating tools and …
-
CircosVCF test dataset?
written by kadamek49 •Hello, I would like to use CircosVCF to look at the genome and SNP density for a couple of my vcf files. However, when I …
-
Tool for translating chromosomal location to gene name (for human)
written by haasroni •Hello, Can anyone recommend a good tool for translating a list of chromosomal locations to gene names For example: chr1 2000 -> <gene_name1> chr2 2008880 …
-
CNV calling for haplotype reference genome
written by katjanjarosz •Hi! I would like to perform CNV calling for several strains of Saccharomyces cerevisiae based on data after NGS sequencing. Can anyone recommend a tool …
-
How to estimate SNP-based heritability?
written by anikcropscience •Hello, I have a SNP dataset with 717044 SNPs and 48 phenotypes from a plant-pathogen interaction. I have done GWAS using GAPIT/TASSEL. Now, I want …
-
Question about ChromHMM overlap enrichment
written by nanoideHello, I've used ChromHMM with ChIP-seq aligment and identified some chromatin states of itnerest. I am interested in the overlapping with other datasets to annotate …
-
Visualize a genome
written by ahmad •Hi, I have a set of genomic coordinates (e.g., gene identifier, start position, end position). For each gene identifier, I have quantitative values which describe …
-
DNAcopy and SNP6.0
written by giovanni.dario •Dear all, I have a question concerning the use of DNAcopy on high density SNP/CN arrays. If I understand correctly (which might well not be …
Usage of HMM, in my opinion, is justified if you have an idea what the states should be. How do you imagine the states? 1st state - background rate, 2nd state - increased rate? I believe 1) the signal there is sparse, so you don't really need HMM, sliding window will be enough, 2) different cells have different mutational rate relative to their chromatin organisation (if we talk about somatic context - and as far as I know this "frequency of passengers" is most often used in cancer genomics). If we speak about germline - calculate everything in a windows of 1MB, make a histogram, classify windows accordingly to your purposes.