Results for "GC"

Wire posts

  • Comparative genomics at James Cook Uni http://www.jcu.edu.au/cgc/CGC_HP.html #ComparativeGenomics #Lab #JamesCook

    3314 days ago

  • Print all possible 2 combination of words ( ATGC): $letter = join',','A','T','G','C'; @abc=glob "{$letter}{$letter}"; foreach (@abc) { print "$_\n"; } #Perl #PerlTrick #TipsOftheDay

    3214 days ago

  • #UGC #Job #portal http://www.ugc.ac.in/jobportal/

    3050 days ago

  • #GC-Profile: a web-based tool for #visualizing and analyzing the #variation of #GC content in #genomic sequences https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1538862/

    2618 days ago

  • Understanding #K-mean #clustering in #Hindi https://www.youtube.com/watch?v=YWgcKSa_2ag

    2498 days ago

  • Remove unwanted character from fasta file. sed -e '/^[^>]/s/[^ATGCatgc]/N/g' file.fa #fasta #file #header #charater

    2473 days ago

  • Remove unwanted character from fasta file. $ sed -e '/^[^>]/s/[^ATGCatgc]/N/g' file.fa #IUPAC #Special #Character #Remove

    2461 days ago

  • Remove the unwanted characters from Fasta file: sed -e '/^[^>]/s/[^ATGCatgc]/N/g' infile.fa #sed #unwanted #illegal #remove #correct #fasta #linux

    2336 days ago

  • Sed illegal charters from fasta. $ sed '/^[^>]/ s/[^AGTC]/N/gi' < seq.fa #fasta #otherthanATGC #replace #sed #Linux #illegal

    2135 days ago

  • Reverse complement of fasta sequence $ tr -d "\n " < chrII.fa | tr "[ATGCatgcNn]" "[TACGtacgNn]" | rev > chrII_reverseHai.fa #Reverse #Complement #DNA

    2034 days ago