GA4GH Data Working Group
Led by David Haussler (UCSC) and Richard Durbin (Sanger Institute), the Data Working Group (DWG) of the Global Alliance brings together the leading Genome Institutes and Centers with IT industry leaders to create global...
To see the read group information for a BAM file, use the following command.
samtools view -H sample.bam | grep '@RG'
Option Description of AddOrReplaceReadGroups
INPUT (String) Input file (BAM or SAM or a GA4GH url). Required.OUTPUT (File)...
i have downloaded sra file and converted into paired end FastQ having following headers:
@HWUSI-EAS754_0001:4:1:5605:1034#GCCAT
The head and tail of file are as follow
Head:
==> ERR042057_1.fastq...
Thanks for such a useful list of tools for GO study. I found FUNC: a package for detecting significant associations between gene sets and ontological annotations (http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1800870/) also very useful.