search for: b0003

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

Did you mean: 0003
2012 Mar 02
2
[LLVMdev] Question on debug information
...i8*, !dbg !18 %9 = load i32* %i, !dbg !18 %10 = mul i32 %9, 4, !dbg !18 %11 = getelementptr i8* %8, i32 %10, !dbg !18 %12 = bitcast i8* %11 to i32*, !dbg !18 %13 = load i32* %12, !dbg !18 %14 = icmp ne i32 %7, %13, !dbg !18 br i1 %14, label %L.B0003, label %L.B0009, !dbg !18 L.B0009: %15 = load i32* %tests_passed, !dbg !18 %16 = add i32 %15, 1, !dbg !18 store i32 %16, i32* %tests_passed, !dbg !18 br label %L.B0004, !dbg !19 L.B0003: %17 = load i32* %tests_failed, !dbg !20 %18 = add i32 %17, 1,...
2012 Mar 06
0
[LLVMdev] Question on debug information
...d i32* %i, !dbg !18 > %10 = mul i32 %9, 4, !dbg !18 > %11 = getelementptr i8* %8, i32 %10, !dbg !18 > %12 = bitcast i8* %11 to i32*, !dbg !18 > %13 = load i32* %12, !dbg !18 > %14 = icmp ne i32 %7, %13, !dbg !18 > br i1 %14, label %L.B0003, label %L.B0009, !dbg !18 > L.B0009: > %15 = load i32* %tests_passed, !dbg !18 > > %16 = add i32 %15, 1, !dbg !18 > store i32 %16, i32* %tests_passed, !dbg !18 > br label %L.B0004, !dbg !19 > L.B0003: > %17 = load i32* %tests_failed, !...
2012 Mar 06
2
[LLVMdev] Question on debug information
...d i32* %i, !dbg !18 > %10 = mul i32 %9, 4, !dbg !18 > %11 = getelementptr i8* %8, i32 %10, !dbg !18 > %12 = bitcast i8* %11 to i32*, !dbg !18 > %13 = load i32* %12, !dbg !18 > %14 = icmp ne i32 %7, %13, !dbg !18 > br i1 %14, label %L.B0003, label %L.B0009, !dbg !18 > L.B0009: > %15 = load i32* %tests_passed, !dbg !18 > > %16 = add i32 %15, 1, !dbg !18 > store i32 %16, i32* %tests_passed, !dbg !18 > br label %L.B0004, !dbg !19 > L.B0003: > %17 = load i32* %tests_failed,...
2012 Mar 07
0
[LLVMdev] Question on debug information
...> %10 = mul i32 %9, 4, !dbg !18 >> %11 = getelementptr i8* %8, i32 %10, !dbg !18 >> %12 = bitcast i8* %11 to i32*, !dbg !18 >> %13 = load i32* %12, !dbg !18 >> %14 = icmp ne i32 %7, %13, !dbg !18 >> br i1 %14, label %L.B0003, label %L.B0009, !dbg !18 >> L.B0009: >> %15 = load i32* %tests_passed, !dbg !18 >> >> %16 = add i32 %15, 1, !dbg !18 >> store i32 %16, i32* %tests_passed, !dbg !18 >> br label %L.B0004, !dbg !19 >> L.B0003: >>...
2003 Sep 08
2
Re: clustering polypeptide sequences
...er, You didn't give a very specific example, but it seems to me that what 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...