Heatmap using publicly available Chip-Seq data
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Z-score for scRNA-seq data?
written by S •Hi, I was reading up on Z-score and how it is commonly used for pathway analysis comparisons in bulk-seq/pseudobulk data. I want to make a …
-
Pearson correlation coefficients of histone modifications at specific region
written by 17318598206 •Hi, i have 7 different histon modifications chip-seq data, i want to see these histon modifications' correlation at a specific region(like promoter or enhancer), i …
-
How to extract binding affinity matrix in Diffbind
written by 1614999088 •Hi everyone, I'm performing ChIP-Seq analysis using Diffbind3.0, after doing: > dbObj <- dba(sampleSheet="peaksfile_merged.txt") > dbObj <- dba.count(dbObj, bUseSummarizeOverlaps=FALSE, summits=FALSE) > dbObj <- dba.normalize(dbObj, normalize=DBA_NORM_LIB) …
-
Heatmap plot with ChIP-seq signal.
written by bobia9193 •Hi everyone! I'm newbie in bioinformatics. I'm trying to create heatmap plot from .bw file, the ChIP-seq signal. Here, this is output data from bwtool …
-
How to draw gene expression heatmap ?
written by takoyakiI want to draw heatmap using differential expression genes. First, I mapped using hisat2, and then counted genes using htseq. From this expression count matrix, …
-
Best way to draw heatmap using Gfold deferentially expressed no replicate data
written by lookamrita •Hi, I have two sample (Control and Test) RNA seq data (Ref: Human) after analyzing the files using Star and GATK pipeline , I Have …
-
Can I use absolut numbers (not log values) to make a Heatmap?
written by silas008Hi, guys I have a RNA-seq data with 3 different groups treated with different diets. I already made the heatmap with the log2 values from …
-
run our pipeline on TCGA data
written by jonessara770Hello all, I am wondering if it is possible to run our own pipeline (WES, WGS or RNA-Seq) on TCGA raw data without downloading TB …
-
batch effect for ChIP-seq data
written by Ming Tommy TangHi everyone, If I want to compare ChIP-seq data from different sequencing projects, say epigenome roadmap vs ENCODE. How do you normalize across samples? Is …
-
creating a heatmap from ExpressionSet
written by Shamim Sarhadi<p>I've merged 3,GSE from geoDB, and now I have a gene ExpressionSet,is it possible tu create a heatmap from ExpressionSet or I should preprocessing that …
You will be downloading the data no matter what, the question is if you wish to stream it or save it to a file. I don't see any reason not to save it to a local file.
I am assuming that we can use bigBed and bigWig files for making heatmap for those Chip-Seq data in computeMartix. I am new to this if I am wrong please correct me.
You were talking about using data without downloading it. Now you're talking about files. What is your question?
Any application/program you use will need access to data to do its job. You can only access data that is hosted on the internet by downloading it, unless you upload your program to the server the data is on and that way the application can access the data without the data going through a network.
I will download data and perform analysis in a local machine. What are the files needed for heatmap of Chip-Seq data?
I mean, that would be the files containing the data you are using in your heatmap, I guess? Can you specify more details on what you're trying to do? "Create a heatmap out of some data" is all the info available to us right now, and you can create a heatmap out of any matrix of numbers.