Displaying 7 results from an estimated 7 matches for "btk".
Did you mean:
blk
2017 Jul 03
3
reshaping the data
...of acast/dcast
functions in reshape2 package.
Specifically, I'm working with a data frame, that has information about
SAMPLE, GENE, and TYPE of MUTATION (as shown below):
Sample Gene Type
22M AEBP1 SNV
17M AEBP1 SNV
22M ATR INDEL
22M ATR SNV
11M BTK SNV
11M BTK INDEL
I would like to transform this DATAFRAME into a MATRIX that has GENE on
ROWS, SAMPLE on COLUMNS, and the elements of the matrix are SNV or INDEL
(ie the types of mutations).
The R code starts with :
y <- data.frame(Sample = x$Sample, Gene = x$Gene, Type=x$Type)
z...
2006 Jun 15
2
download.file() yields incomplete files with method="internal"
...me give you some pieces
of code, as I have the same or similar problem. The problem always shows up
with the first example (a small text file) and only sometimes (but without
obvious pattern) with the second example, which is a binary file.
> download.file("ftp://ftp.nhc.noaa.gov/pub/atcf/btk/bal012006.dat",
"C:/temp/bal012006.dat", method = 'internal', mode = 'w', cacheOK = FALSE)
trying URL 'ftp://ftp.nhc.noaa.gov/pub/atcf/btk/bal012006.dat'
ftp data connection made, file length 5110 bytes
opened URL
downloaded 0 bytes
Warning message:
downloade...
2017 Jul 03
0
reshaping the data
...t;
> Specifically, I'm working with a data frame, that has information about
> SAMPLE, GENE, and TYPE of MUTATION (as shown below):
>
> Sample Gene Type
> 22M AEBP1 SNV
> 17M AEBP1 SNV
> 22M ATR INDEL
> 22M ATR SNV
> 11M BTK SNV
> 11M BTK INDEL
>
>
> I would like to transform this DATAFRAME into a MATRIX that has GENE on
> ROWS, SAMPLE on COLUMNS, and the elements of the matrix are SNV or INDEL
> (ie the types of mutations).
>
> The R code starts with :
>
> y <- data.frame(Sam...
2004 Aug 27
1
does agi wait for digit work in a meetme room ?
I'd like to monitor key press in a meetme room.
Is it possible when connecting one side of a local channel
in the meetme room and the other side of the local channel
to an agi with the command "wait for digit" ?
Thanks
Eric
2004 May 17
0
Some thougts about implementing native 3-way calling and attended transfer
As I understood, Asterisk has a lot of features but lacks native 3-way
calling and attended transfer. It would be great to have these features
available to a simple IAX phone.
I wonder how this could be implemented in Asterisk without asking for a
patch. It should be possible with parking, conferencing, AGI and the
manager interface.
The extension 77 could be used by the attendant to blindly
2004 Jul 28
2
IAX transfer bug in last CVS ?
I updated from CVS yesterday and today and still have the problem.
IaxComm cannot transfer the call when it's an outgoing call.
('outgoing' is from the dial plan point of view).
details : First I call the IaxComm phone and accept
the call. Then I'm not able to transfer it from the
IaxComm phone.
If the call is an incoming call it works fine.
details : First I call a phone
2004 Jul 29
0
New app: Consultative transfer for each phone
New application for asterisk : axra
axra runs separately. developped in C++. it dialogs with
asterisk through agi calls and through the manager api.
it proccesses phone calls through the dial plan (agi) and
concurently through the manager api.
axra currently provides consultative transfer for SIP and IAX2
phones. this should easily be extended to any phone technology.
hopefully, axra will