Forum: Bioinformatics
11-18-2014, 06:10 AM
|
Replies: 1
Views: 2,545
|
Forum: Bioinformatics
10-14-2014, 08:08 AM
|
Replies: 6
Views: 2,577
|
Forum: Bioinformatics
09-02-2014, 05:30 AM
|
Replies: 8
Views: 5,192
|
Forum: Bioinformatics
09-01-2014, 03:26 AM
|
Replies: 2
Views: 2,665
|
Forum: Bioinformatics
08-29-2014, 02:51 AM
|
Replies: 4
Views: 2,093
Hi, thanks for your help.
Well, in my case...
Hi, thanks for your help.
Well, in my case I precisely do not want samtools to use the reference sequence for the calling, I am looking for the consensus from the reads only.
Also, most of...
|
Forum: Bioinformatics
08-28-2014, 06:28 AM
|
Replies: 4
Views: 2,093
|
Forum: Bioinformatics
08-25-2014, 02:24 AM
|
Replies: 4
Views: 1,427
|
Forum: Bioinformatics
08-18-2014, 08:49 AM
|
Replies: 2
Views: 1,906
|
Forum: Bioinformatics
08-18-2014, 08:41 AM
|
Replies: 4
Views: 1,808
The bam format is designed to represent genomic...
The bam format is designed to represent genomic alignments of sequencing reads. Such alignments are typically generated by mapping reads on the genome with tools like star, bwa, etc. Since you have...
|
Forum: Bioinformatics
08-18-2014, 05:18 AM
|
Replies: 4
Views: 1,450
|
Forum: Bioinformatics
08-13-2014, 09:54 AM
|
Replies: 12
Views: 3,852
|
Forum: Bioinformatics
08-11-2014, 09:34 AM
|
Replies: 1
Views: 1,341
|
Forum: Bioinformatics
08-11-2014, 07:30 AM
|
Replies: 14
Views: 2,894
|
Forum: Bioinformatics
08-11-2014, 07:28 AM
|
Replies: 14
Views: 2,894
|
Forum: RNA Sequencing
08-05-2014, 06:19 AM
|
Replies: 4
Views: 3,454
Yes, that is a limitation of most RNA-seq...
Yes, that is a limitation of most RNA-seq technologies. As long as RNA fragmentation is required you can never be sure that a given read comes from the transcript it maps to. It can come from another...
|
Forum: RNA Sequencing
08-05-2014, 03:36 AM
|
Replies: 4
Views: 3,454
|
Forum: Bioinformatics
08-01-2014, 02:56 AM
|
Replies: 14
Views: 2,894
That simple awk command works fine:
awk...
That simple awk command works fine:
awk 'NR==FNR{des[">"$1]=$0;next}/^>/ && des[$1]{$0=">"des[$1]}1' annotation_file fasta_file
cat annotation_file
comp1558_c0_seq1 repressor protein...
|
Forum: RNA Sequencing
07-17-2014, 03:32 AM
|
Replies: 7
Views: 2,838
Right, Cufflinks does not require the data to...
Right, Cufflinks does not require the data to come from coding mRNAs and will work as (good or bad as) usual. I think the specificity of the pipeline is after the RNA-seq data mapping/assembling....
|
Forum: Bioinformatics
07-17-2014, 03:01 AM
|
Replies: 2
Views: 2,938
Unless your RNA-seq protocol was targeting non...
Unless your RNA-seq protocol was targeting non coding or small RNAs, you are mostly sequencing mRNAs that have been spliced (typically the case if rRNAs have been filtered out using polyA selection),...
|
Forum: RNA Sequencing
07-15-2014, 09:40 AM
|
Replies: 7
Views: 2,838
You could ask the people who did the GENCODE...
You could ask the people who did the GENCODE annotation, they must have a specific pipeline for lncRNAs. Make sure at least to take a careful look at the paper if not done already (Thomas Derrien et...
|
Forum: Bioinformatics
07-15-2014, 09:32 AM
|
Replies: 2
Views: 1,100
This looks like the "whole gene" description...
This looks like the "whole gene" description format, which is not what you want here.
- Go back to the UCSC Table Browser.
- Select Mammal / Human / hg19 / Genes / UCSC genes (for example) /...
|
Forum: Personalized Genomics
08-19-2013, 07:28 AM
|
Replies: 109
Views: 98,939
Efficient identification of Y chromosome...
Efficient identification of Y chromosome sequences in the human and Drosophila genomes (http://genome.cshlp.org/content/early/2013/08/06/gr.156034.113.abstract)
Notwithstanding their biological...
|
Forum: Bioinformatics
07-15-2013, 06:15 AM
|
Replies: 1
Views: 826
Regarding your first question (I am not sure I...
Regarding your first question (I am not sure I understand the others) about numbering the first base, the answer depends on the format: in BED files the first nucleotide is assigned a "0" while in...
|
Forum: Bioinformatics
07-08-2013, 04:06 AM
|
Replies: 7
Views: 7,674
|
Forum: General
07-04-2013, 07:41 AM
|
Replies: 3
Views: 10,167
|