Results for "Extract Region"

Blogs

Bookmarks

Files

Pages

Top-level pages

Wire posts

  • perl -nle 'if (/^>/) { $sl = 0; print; next } next if ($sl >= 200); $_ = substr($_, 0, 200-$sl) if ($sl + length($_) > 200); $sl += length($_); print;' file.fa >new.fa #Perl #Extract #Fasta

    3613 days ago

  • Extract list of read ID from bam file: samtools view mbi.sorted.bam |perl -ne '/ID/ && print' > extractedID.sam #Extract #Ids #SAM #BAM #NGS

    3627 days ago

  • +22 more Wire posts

News

Opportunity posts

ResearchLabs posts

  • Zhang Lab

    We develop and use integrative bioinformatics approaches to extract biological meanings from experimental data and generate hypotheses for experimental validation. Please explore our website to learn more about our people and our research. More at http://bioinfo.vanderbilt.edu/zhanglab/

    3408 days ago

Video

  • DNA Transcription (Advanced)

    Transcription is the process by which the information in D...nscription factors assemble at a specific promoter region along the DNA. The length of...ind to specific sequences of DNA known as enhancer regions. These regions may be thousa...

    3376 days ago

Bio-Scripts

Comments