Results for "Tab"

Users

Blogs

Bookmarks

  • methylKit

    ...target-capture methods such as Agilent SureSelect methyl-seq. In addition, methylKit can deal with base-pair resolution data for 5hmC obtained from Tab-seq or oxBS-seq. It can also...

    2896 days ago

  • CIRCOS Visualize !!

    ...p;non-negative integers. Data must be space-separated (one or more tab or space, which will be colla...? Post questions to the Circos Google Group. http://mkweb.bcgsc.ca/tableviewer/visualize/

    2805 days ago

  • +8 more Bookmarks

Top-level pages

Wire posts

  • Convert space separated data to tab separated: perl -p -i -e 's/\s+/\t/g' file.txt #Perl #Tipsoftheday #Perlonliner

    3866 days ago

  • #Extract #Chromosome #Number And Start Position #Reads: samtools view bamfile.bam|awk '{print $3 "\t" $4 "\t" $4+length($10)-1}' > newfile.tab

    2869 days ago

  • +5 more Wire posts

News

Bio-Scripts

Tags

  • Remove tab with comma in file: perl -lpe 's/\t/,/g' < flattened_line_0.fa.data > output.csv #PerlTrick #PerlO,liner #Perl #Tab #Comma

    Tags: PerlTrick, PerlO, Perl, Tab, Comma

    2835 days ago

  • Replace space with tab: perl -lpe 's/\s/\t/g' < trf_file.dat > outfile.txt #TRF #Tab #Space #Replace #Perl #PerlTrick #PerlOneliner

    Tags: TRF, Tab, Space, Replace, Perl, PerlTrick, PerlOneliner

    2833 days ago

  • +3 more Tags

Comments

  • Comment on "Basic command-line to run BLAST"

    ...y Adineta_vaga.v2.pep.fa -db mouse.protein.fa -out seeHumAvagaAln2_mouse.tab -evalue 1e-20 -outfmt '6 qseq...p -query Adineta_vaga.v2.pep.fa -db human_protein.fa -out seeHumAvagaAln.tab -evalue 1e-20 -outfmt '6 qseq...

    2247 days ago

  • Comment on "RStudio"

    .... C/C++ editing mode: completion, code navigation, find usages, and automatic indentation. Source editor improvements including multiple cursors, tab re-ordering, and several new...

    3360 days ago

  • +1 more Comments