No I currently do not, to save time. I will try it with the GEM file though. I'll let you know how it goes!
Unconfigured Ad
Collapse
X
-
If it looks like:
Circos will undestand it. You should add to the Circos config something like:Code:hs1 1631000 1731000 3.953692 hs1 1731000 1831000 3.953692 hs1 1831000 1931000 3.953692 hs1 1931000 2031000 3.953692
Code:<plot> show = yes type = scatter file = yourFile.CNP.circos.txt glyph = rectangle glyph_size = 4 fill_color = dgrey stroke_color = dgrey stroke_thickness = 1 min = 0 max = 6 #r0 = 0.7r #r1 = 0.975r r0 = 0.76r r1 = 0.975r background = no background_color = vvlgrey background_stroke_color = black background_stroke_thickness = 1 axis = yes axis_color = lgrey axis_thickness = 1 axis_spacing = 1 <rules> <rule> importance = 100 condition = var(value) >= 6 value=6 glyph = rectangle glyph_size = 4 fill_color = red stroke_color = red stroke_thickness = 1 </rule> <rule> importance = 100 condition = var(value) > 2.5 && var(value) < 6 glyph = rectangle glyph_size = 4 fill_color = orange stroke_color = orange stroke_thickness = 1 </rule> <rule> importance = 85 condition = var(value) < 1.5 glyph_size = 4 fill_color = blue stroke_color = blue stroke_thickness = 1 </rule> <rule> show=0 importance = 85 condition = var(value) < 0 color = blue </rule> </rules> </plot>
Last edited by valeu; 07-30-2014, 07:00 AM.
Comment
-
-
Calling CNA and BAF for exome seq data without a control
Hi, I'm trying to use FREEC to call CNA and BAF in some exome seq samples, but haven't been able to make it work. The tool ran fine on the chr19 test data.
The problems I'm seeing are
- the tool runs but doesn't generate any of the output files except mpileup.txt_sample.cpn
It exits with the error message:
..There is no control sample!!!
You have to use a matching control sample to get adequite results since GC-bias is not the only bias in targeted sequencing
- even the .cpn file doesn't seem right because it tries to call copy number outside the target regions I provided via the TruSeq_exome_targeted_regions.hg19.bed
and not surprisingly calls them all as 0 copy number.
I'm running the tool on a pileup generated using samtools v.0.1.12. I'm using the following config file:
[general]
chrLenFile=hg19.len
window = 3000
step = 1000
ploidy = 2
#breakPointThreshold = -.001
#GCcontentProfile = GC_profile.cnp
intercept=1
minMappabilityPerWindow = 0.7
outputDir = .
sex=XY
breakPointType=4
#degree=3
#coefficientOfVariation = 0.05
#gemMappabilityFile = /hg19/out76_hg19.gem
chrFiles = FREEC_Linux64/chromosomes/
[sample]
mateFile=mpileup.txt
#mateCopyNumberFile=mpileup.txt_sample.cpn
inputFormat = pileup
mateOrientation = FR
[control]
[BAF]
SNPfile = hg19_snp131.SingleDiNucl.1based.txt
minimalCoveragePerPosition = 5
[target]
captureRegions=TruSeq_exome_targeted_regions.hg19.bed
Comment
-
-
Hi!
I think I should right a script to create a .WIG file from _ratio.txt (http://www.broadinstitute.org/igv/WIG)
If you code in perl, you could do it yourself and share the script. Otherwise, I will do it when I have time
Comment
-
-
Version 5.7 of Control-FREEC can now create BedGraph tracks on demand. Just set
This format is supported by the UCSC genome browser as well as IGV (http://www.broadinstitute.org/software/igv/bedgraph)Code:[general] BedGraphOutput=TRUE
Comment
-
-
Hi,
I have not foreseen an option to create a GC-content profile outside of FREEC. But you could make a trick: something like providing a read file with 10 reads and setting a window size.
I will think about adding a separate function to calculate this profile.
Comment
-
-
Hi,
so now you can generate a GC-content profile independently from FREEC:
Comment
-
-
a unusual problem in FREEC
I meet an unusual problem when I run FREEC. If I provide a mateCopyNumberFile, and then qsub, it will run sucessfully, but in fact I normally don't have mateCopyNumberFile, but if I don't provide it, it can't run, the error message is:
sh:samtools:command not found
Error: FREEC was not able to extract reads from /database/chenxi/task/cancerProgram/pipline/bwa/BPMICS4/sortedbam/PD1W_XXL_BPMICS4_NoIndex_modified.bam
Check your parameters: inputFormat and matesOrientation
Use "matesOrientation=0" if you have single end reads
Check the list of possible input formats at http://bioinfo-out.curie.fr/projects...al.html#CONFIG
I can't figure out what happens here. My parameters are absolutely correct, and I have samtools in my working directory and environmental PATH.
Can anyone give me some helps? I am not able to run FREEC because of this.
Comment
-
-
I think I know what happens. When you provide mateCopyNumberFile, FREEC does not try to read your .BAM file. When there is no mateCopyNumberFile available FREEC tries to read your file by calling "samtools" in the command line. And it seems that "samtools" does not point to anything.
I would suggest two solutions:
- in the bash script that you qsub, add something like Code:
export PATH=$PATH:/pathToSamtools #check whether samtools exists samtools 2>samtools.usage.txt #run FREEC freec -conf myCofig.txt
- transform you .BAM file to .SAM. Then, FREEC will not need samtools.
If you prefer, you can write to me directly to [email protected]
Comment
- in the bash script that you qsub, add something like
Latest Articles
Collapse
-
by SEQadmin2
Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.
The systematic characterization of the human proteome has...-
Channel: Articles
07-20-2026, 11:48 AM -
-
by SEQadmin2
Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
...-
Channel: Articles
07-09-2026, 11:10 AM -
-
by SEQadmin2
Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.
There is no single reason why many patients don’t respond to treatment as expected. Cancer is...-
Channel: Articles
07-08-2026, 05:17 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
29 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
||
|
Started by SEQadmin2, 07-23-2026, 11:41 AM
|
0 responses
21 views
0 reactions
|
Last Post
by SEQadmin2
07-23-2026, 11:41 AM
|
||
|
Started by SEQadmin2, 07-20-2026, 11:10 AM
|
0 responses
211 views
0 reactions
|
Last Post
by SEQadmin2
07-20-2026, 11:10 AM
|
||
|
Started by SEQadmin2, 07-13-2026, 10:26 AM
|
0 responses
78 views
0 reactions
|
Last Post
by SEQadmin2
07-13-2026, 10:26 AM
|
Comment