I have 20,000 histograms and I want to analyse them for unimodal or bimodality.
Do any one know about any R command to automatically analyse them in a single go?
You can model this as a gaussian or laplacian mixture model and extract the different modes using unsupervised clustering based on the expectation maximisation algorithm, as demonstrated in these papers:
http://www.sciencedirect.com/science/article/pii/S0167865505002813
I used a similar approach for detecting the underlying Laplacian distributions in my work on privacy metrics:
http://arxiv.org/abs/1308.5421
R has a package called mixtools that you probably can use:
http://sites.stat.psu.edu/~dhunter/papers/mixtools.pdf
diptest
Good point - to elaborate a bit: diptest: Hartigan's Dip Test Statistic for Unimodality - Corrected.
https://cran.r-project.org/web/packages/diptest/index.html
I have big wig file of RNA seq and BS seq data.I want to calculate number of overlapping reads of RNA seq that covers the methylated CG. Which function should I use to count number of overlapps
03 April 2016 9,893 2 View
I am using pandas in Python. I have a dataframe: col1 col2 col3 col4 col5 col6 col7 Variance Mean chr1 1002 NA NA 2 3 4 ...
03 April 2016 6,808 1 View
I have 100 RN A seq samples and i have mapped them using tophat. but the alignmnet is so so. like given below: Left reads: Input : 24818 Mapped : 1562 ( 6.3% of input) of these: 122 ( 7.8%) have...
02 March 2016 7,833 4 View
I am using Encode chipseq .bam file as a control and when i make tag directory of it by using homer s/w it gave me low enrichment with lots of background. Is this sample is good to use for...
02 March 2016 7,051 0 View
I am quite new in this area and I dont understand what to do exactly.I have drawn 20,000 histograms by using for loop but i m not understanding how to analyse them together for unimodality and...
02 March 2016 3,444 1 View
NM_001081462 chr5 134833230 134833830 0 - 12.5NM_001081463 chr5 134833230 134833830 0 - 12.5NM_001081464 chr5 134833230 134833830 0 - 12.5NM_001081465 chr5 134833230 134833830 0 - 12.5NM_001081466...
02 March 2016 2,214 1 View
I have RNA sequencing files and i want to check the gene expression of all genes from that file? I want to know how can i get genes from that rna sequence files? Although it is a basic question...
02 March 2016 5,809 5 View
I want to get the output of tophat in a new directory each time instead of its by default directory ./tophat_out. For this i have also added to tohat command -o directory_name but every time it...
02 March 2016 245 5 View
I want to gather methylation column from 100s of BS sequences files into a single file in a way that the first column should be the name of genes and the other 100 columns are the methylation...
02 March 2016 5,969 3 View
I have RNA seq data which I have mapped using tophat. but the alignmnet of these sequences is very poor . How many aligned reads should be there for selection of RNA sequneces.can it be more than...
02 March 2016 9,696 5 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
Hello, Why do i see this baseline drift when i compare my blank (black) to the sample (blue)? Any suggestions as to why this happened? Thank you!
11 August 2024 3,770 4 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
How can I use the cif data obtained from rietveld refinement extracted via gsas2, for microstructural analysis using ETEX software?
09 August 2024 7,718 0 View
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 View
A fungal strain was treated with nanoparticles. We want to do an environmental SEM analysis. So could anyone share your views on preparing the sample? Thank you.
07 August 2024 5,307 1 View
Hi, I have a question about normalizing the MTT OD values for doing the statistical analysis. So, if we have 3 different plates and we call them 3 different replicates, so, first we would...
07 August 2024 8,106 4 View
Hi! So i attempted to understand a novel protein behavior towards heat application by analyzing its secondary structure change. I subjected the protein to a thermal denaturation analysis using...
06 August 2024 1,989 3 View