安徽屯溪,哈尔滨的雪地,扬州的瘦西湖,想必知道我是谁了吧!!对,小金思密达
发布时间:2014-10-22 15:52:44
#!/usr/bin/perl -wprint"input your file,then press Enter!\n";my $file=<STDIN>;open FILE,"$file";open OUT,">result"; while (<FILE>){ chomp; if(/>/){ $head=$_; }else{$.........【阅读全文】
发布时间:2014-10-22 10:11:49
#!/usr/bin/perl -wprint"input seq_1,press Enter!\n";$seq_1=<STDIN>;open ONE,"$seq_1";print"input seq_2,press Enter!\n";$seq_2=<STDIN>;open TWO,"$seq_2"; while (<ONE>){ chomp; if (/>/){ &nbs.........【阅读全文】
发布时间:2014-10-14 12:43:17
windows:Copy *.txt result.txt ###首字母大写Linux: cat *.txt >result.txt ### >输出符合带上......【阅读全文】
发布时间:2014-10-06 17:27:04
seq_microRNA = fasta read (' mir156.fa');n = length (seq_mircroRAN); k = 1;for i = 1:n;k=k + 1;[A,B,D] = rnafold (seq_mirna (i), sequence);L = length (seq_mirna(i), sequence);AMFE = B/L;C = dimercount (seq_mirrna(i), sequence);GC = C.GC/(L-1);MFEI(i) = AMFE/GC;end......【阅读全文】
发布时间:2014-10-04 21:01:05
A FASTQ file normally uses four lines per sequence.Line 1 begins with a '@' character and is followed by a sequence identifier and an optional description (like a FASTA title line).Line 2 is the raw sequence letters.Line 3 begins with a '+' character and is optionally followed.........【阅读全文】
发布时间:2014-10-04 18:28:32
说明:tophat是基于bowtie的fix_map_ordering: fix_map_ordering [--sam-header ] []prep_reads: prep_reads [--filter-multi ] [,..] [ [......【阅读全文】