search for: b0006

Displaying 5 results from an estimated 5 matches for "b0006".

Did you mean: 0006
2012 Mar 02
2
[LLVMdev] Question on debug information
...%L.B0004 L.B0004: %34 = load i32* %i, !dbg !22 %35 = add i32 %34, 1, !dbg !22 store i32 %35, i32* %i, !dbg !22 br label %L.B0000, !dbg !22 L.B0001: %36 = load i32* %tests_failed, !dbg !23 %37 = icmp ne i32 %36, 0, !dbg !23 br i1 %37, label %L.B0006, label %L.B0010, !dbg !23 L.B0010: %38 = bitcast [61 x i8]* @.str584 to i8*, !dbg !24 %39 = load i32* %tests_passed, !dbg !24 %40 = load i32* %tests_failed, !dbg !24 %41 = call i32 (i8*, ...)* @printf (i8* %38, i32 %n, i32 %39, i32 %40), !dbg !24 br label %L...
2012 Mar 06
0
[LLVMdev] Question on debug information
...2* %i, !dbg !22 > > %35 = add i32 %34, 1, !dbg !22 > store i32 %35, i32* %i, !dbg !22 > br label %L.B0000, !dbg !22 > L.B0001: > %36 = load i32* %tests_failed, !dbg !23 > %37 = icmp ne i32 %36, 0, !dbg !23 > br i1 %37, label %L.B0006, label %L.B0010, !dbg !23 > L.B0010: > %38 = bitcast [61 x i8]* @.str584 to i8*, !dbg !24 > %39 = load i32* %tests_passed, !dbg !24 > %40 = load i32* %tests_failed, !dbg !24 > %41 = call i32 (i8*, ...)* @printf (i8* %38, i32 %n, i32 %39, i32 > %40)...
2012 Mar 06
2
[LLVMdev] Question on debug information
...* %i, !dbg !22 > > %35 = add i32 %34, 1, !dbg !22 > store i32 %35, i32* %i, !dbg !22 > br label %L.B0000, !dbg !22 > L.B0001: > %36 = load i32* %tests_failed, !dbg !23 > %37 = icmp ne i32 %36, 0, !dbg !23 > br i1 %37, label %L.B0006, label %L.B0010, !dbg !23 > L.B0010: > %38 = bitcast [61 x i8]* @.str584 to i8*, !dbg !24 > %39 = load i32* %tests_passed, !dbg !24 > %40 = load i32* %tests_failed, !dbg !24 > %41 = call i32 (i8*, ...)* @printf (i8* %38, i32 %n, i32 %39, i32 %40), !db...
2012 Mar 07
0
[LLVMdev] Question on debug information
...; %35 = add i32 %34, 1, !dbg !22 >> store i32 %35, i32* %i, !dbg !22 >> br label %L.B0000, !dbg !22 >> L.B0001: >> %36 = load i32* %tests_failed, !dbg !23 >> %37 = icmp ne i32 %36, 0, !dbg !23 >> br i1 %37, label %L.B0006, label %L.B0010, !dbg !23 >> L.B0010: >> %38 = bitcast [61 x i8]* @.str584 to i8*, !dbg !24 >> %39 = load i32* %tests_passed, !dbg !24 >> %40 = load i32* %tests_failed, !dbg !24 >> %41 = call i32 (i8*, ...)* @printf (i8* %38, i32 %n, i3...
2003 Sep 08
2
Re: clustering polypeptide sequences
...t you wish to do is not really complicated. I suppose you have created a table of sequences vs. say hyprophobicity, charge, etc..., something like... seq hydroph arom b0001 0.104762 0.000000 b0002 0.035122 0.065854 b0003 0.024193 0.070968 b0004 -0.096729 0.084112 b0005 -0.973469 0.091837 b0006 -0.402713 0.108527 b0007 0.680672 0.123950 b0008 -0.209779 0.072555 b0009 -0.013334 0.046154 b0010 0.952128 0.143617 suppose you have these data into a data frame called myseqs [see the R documentation in how to upload these data, you can try > myseqs <- edit(read.table()) ]...