Results for "Identifier"

Blogs

  • List of motif discovery tools !

    ...rces through the Distributed Annotation System Annotate protein using this integrated annotation resource. InterProScan -- protein domains identifier Identify protein family (and...

    2035 days ago

Bookmarks

Top-level pages

Wire posts

  • Remove the fasta description and just keep the identifier. perl -p -i -e 's/>(.+?) .+/>$1/g' sample1.fa #Perl #Oneliner #Trick #Tips #Fasta #Identifier #Remove

    3202 days ago

  • One liner to remove the description information from a fasta file and just keep the identifier $ perl -p -i -e 's/>(.+?) .+/>$1/g' sample1.fa #clean #header #fasta

    1952 days ago

News

Bio-Scripts

  • Bam to Fastq convert !

    #Long reads bedtools bamtofastq -i input.bam -fq output.fastq #For paired-end reads: samtools sort -n input.bam -o input_sorted.bam # sort reads by identifier-name (-n) bedtools bamtofastq -i input_sorted.bam -fq output_r1.fastq -fq2 output_r2.fastq

    1038 days ago

  • Python script to parse a FASTQ file !

    #Python script to parse a FASTQ file and extract basic information such as the sequence identifier, sequence, and quality scores #pip install biopython from Bio import SeqIO def...

    6 days ago

Comments