Displaying 5 results from an estimated 5 matches for "b0009".
Did you mean:
0009
2012 Mar 02
2
[LLVMdev] Question on debug information
...%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, !dbg !20...
2012 Mar 06
0
[LLVMdev] Question on debug information
...!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
>
>...
2012 Mar 06
2
[LLVMdev] Question on debug information
...!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
>
&...
2012 Mar 07
0
[LLVMdev] Question on debug information
...= 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*...
2003 Sep 08
2
Re: clustering polypeptide sequences
...f 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()) ]
# you need to load the necessary libraries
library(mva) # basic clusterin...