Displaying 20 results from an estimated 663 matches for "7a".
Did you mean:
  a7
  
2010 May 27
3
how to extract the 1st field from a vector of strings
I have the following vector of strings (shown only the first 3 elements)
> desc[1:3]
[1] "hsa-let-7a MIMAT0000062 Homo sapiens let-7a"      
[2] "hsa-let-7a* MIMAT0004481 Homo sapiens let-7a*"    
[3] "hsa-let-7a-2* MIMAT0010195 Homo sapiens let-7a-2*"
> is.vector(desc)
[1] TRUE
> A <- unlist(strsplit(desc[1:3], "  "))
> A
[1] "hsa-let-7a  MIMAT0...
2011 Sep 06
2
subsetting tables
Hi guys,
one of the questions where you need a real human instead of a search engine,
so it would be great if you could help. 
I have a matrix of z-scores which I would like to filter, sometimes
columnwise, sometimes rowwise. Data looks like this:
  Allstar hsa.let.7a hsa.let.7a.1 hsa.let.7a.2
2    0.87       0.79        -0.57         1.07
3    0.67      -1.14        -0.78        -0.95
4   -0.46      -0.30        -0.36         1.14
Now I want to find all elements which are below/above some threshold. Subset
works fine with the columns:
> subset(red[,4], red...
2011 Jun 27
1
How to handle badblocks with btrfs?
Hi,
I have some errors in dmesg:
[  542.255788] ata1.00: exception Emask 0x0 SAct 0xffffff SErr 0x0 action 0x0
[  542.255797] ata1.00: irq_stat 0x40000008
[  542.255805] ata1.00: failed command: READ FPDMA QUEUED
[  542.255821] ata1.00: cmd 60/00:00:1a:b7:7a/04:00:1d:00:00/40 tag 0
ncq 524288 in
[  542.255824]          res 41/40:00:a0:b7:7a/00:00:1d:00:00/40 Emask
0x409 (media error) <F>
[  542.255831] ata1.00: status: { DRDY ERR }
[  542.255837] ata1.00: error: { UNC }
[  542.264434] ata1.00: configured for UDMA/133
[  542.264505] ata1: EH compl...
2012 May 30
11
Disk failure chokes all the disks attached to the failing disk HBA
Dear All,
It may be this not the correct mailing list, but I''m having a ZFS issue 
when a disk is failing.
The system is a supermicro motherboard X8DTH-6F in a 4U chassis 
(SC847E1-R1400LPB) and an external SAS2 JBOD (SC847E16-RJBOD1).
It makes a system with a total of 4 backplanes (2x SAS + 2x SAS2) each 
of them connected to a 4 different HBA (2x LSI 3081E-R (1068 chip) + 2x 
LSI
2009 Sep 29
4
How can I avoid a for-loop through sapply or lapply ?
Through converting a miRNAs file from FASTA to character  format I get a vector which looks like the following:
> nml
  [1] "hsa-let-7a MIMAT0000062 Homo sapiens let-7a"            
  [2] "hsa-let-7b MIMAT0000063 Homo sapiens let-7b"            
  [3] "hsa-let-7c MIMAT0000064 Homo sapiens let-7c"            
  [4] "hsa-let-7d MIMAT0000065 Homo sapiens let-7d"            
  [5] "hsa-let-7e MIM...
2011 Oct 04
1
a question about sort and BH
Hi,
I have two questions want to ask.
1. If I have a matrix like this, and I want to figure out the rows whose
value in the 3rd column are less than 0.05. How can I do it with R.
hsa-let-7a--MBTD1    0.528239197    2.41E-05
hsa-let-7a--APOBEC1    0.507869409    5.51E-05
hsa-let-7a--PAPOLA    0.470451884    0.000221774
hsa-let-7a--NF2    0.469280186    0.000231065
hsa-let-7a--SLC17A5    0.454597978    0.000381713
hsa-let-7a--THOC2    0.447714054    0.000479322
hsa-let-7a--SMG7    0.444...
2023 Jun 07
1
Listen to ARI events
...text":"from-external","exten":"s","priority":1,"app_name":"","app_data":""},"creationtime":"2023-06-07T10:54:56.295-0300","language":"en"},"asterisk_id":"0c:c4:7a:ba:b3:5a","application":"test"}
<
{"type":"ChannelDialplan","timestamp":"2023-06-07T10:54:56.295-0300","dialplan_app":"AppDial2","dialplan_app_data":"(Outgoing
Line)","channel":{&qu...
1998 Apr 14
3
Printer queue problem (LPRng 3.4.2, Samba 1.9.18p4, Solaris 2.5.1/2.6)
...wv[2]=6 (0x6)
smb_vwv[3]=0 (0x0)
smb_vwv[4]=0 (0x0)
smb_vwv[5]=0 (0x0)
smb_vwv[6]=5000 (0x1388)
smb_vwv[7]=0 (0x0)
smb_vwv[8]=0 (0x0)
smb_vwv[9]=55 (0x37)
smb_vwv[10]=76 (0x4C)
smb_vwv[11]=0 (0x0)
smb_vwv[12]=0 (0x0)
smb_vwv[13]=0 (0x0)
smb_bcc=68
[000] 5C 50 49 50 45 5C 4C 41  4E 4D 41 4E 00 46 00 7A  \PIPE\LA NMAN.F.z
[010] 57 72 4C 68 00 42 31 33  42 57 57 57 7A 7A 7A 7A  WrLh.B13 BWWWzzzz
[020] 7A 57 4E 00 50 43 4C 41  42 42 55 53 00 02 00 00  zWN.PCLA BBUS....
[030] 00 57 42 32 31 42 42 31  36 42 31 30 7A 57 57 7A  .WB21BB1 6B10zWWz
[040] 44 44 7A 00                                       DD...
2009 Nov 08
1
Failure of user registration with XLITE
...Xlite client and asterisk server:
**
*0040  2e 31 30 30 20 53 49 50  2f 32 2e 30 0d 0a 56 69   .100 SIP /2.0..Vi
0050  61 3a 20 53 49 50 2f 32  2e 30 2f 55 44 50 20 31   a: SIP/2 .0/UDP 1
0060  39 32 2e 31 36 38 2e 31  2e 31 31 36 3a 35 34 30   92.168.1 .116:540
0070  35 30 3b 62 72 61 6e 63  68 3d 7a 39 68 47 34 62   50;branc h=z9hG4b
0080  4b 2d 64 38 37 35 34 7a  2d 32 34 32 38 38 65 37   K-d8754z -24288e7
0090  32 38 32 36 64 30 31 32  38 2d 31 2d 2d 2d 64 38   2826d012 8-1---d8
00a0  37 35 34 7a 2d 3b 72 70  6f 72 74 0d 0a 4d 61 78   754z-;rp ort..Max
00b0  2d 46 6f 72 77 61 72 64  73 3a 20...
2013 Jul 30
1
[LLVMdev] Weird error from Undefined Sanitizer
...XXABI/lib -lc++abi
$ DYLD_LIBRARY_PATH=$LIBCXX/lib:$LIBCXXABI/lib ./a.out
ubsan.cpp:22:5: runtime error: member call on address 0x7fff4fc2eaf0 which does not point to an object of type 'std::runtime_error'
0x7fff4fc2eaf0: note: object is of type 'std::runtime_error'
 00 00 00 00  e0 7a b5 10 01 00 00 00  38 39 c0 7b dc 7f 00 00  ac b3 fd 0f 01 00 00 00  5e 20 bd 6f
              ^~~~~~~~~~~~~~~~~~~~~~~
              vptr for 'std::runtime_error'
<unknown>: runtime error: member call on address 0x7fff4fc2eaf0 which does not point to an object of type 'std::runtim...
2016 Nov 10
6
got icecast2 working, but hear nothing
...ork.
I can connect, but now I've got a problem.
I can't hear anything.
I can hear sound from the computer, but not from Another computer when
connecting.
I've got an usb mixer.
behringer xenyx 302.
I'm using alsa.
What can this be?
/Kristoffer
-- 
Kristoffer Gustafsson
Sal?ngsgatan 7a
tel:033-12 60 93
mobil: 0730-500934
2013 Sep 01
2
string processing(regular expressions)
I have a variable that is course #
nCourse <-
as.factor(c("002A","002B","002C","007A","007B","007C","101","118A","118B","118C"))
And I would like to get rid of the leading zeros, and have the following
set
("2A","2B","2C","7A","7B","7C","101","...
2023 Jun 07
1
Listen to ARI events
...text":"from-external","exten":"s","priority":1,"app_name":"","app_data":""},"creationtime":"2023-06-07T10:54:56.295-0300","language":"en"},"asterisk_id":"0c:c4:7a:ba:b3:5a","application":"test"}
< {"type":"ChannelDialplan","timestamp":"2023-06-07T10:54:56.295-0300","dialplan_app":"AppDial2","dialplan_app_data":"(Outgoing Line)","channel":{&qu...
2023 Jun 07
1
Listen to ARI events
I’ve reread the documentation a few times, and what isn’t clear is whether I need an app=X parameter in the url.  In other words, can I only get events for a single named statis app?  Or can I get events for the entire Asterisk server?
 
The command below (without app= parameter) results in no events being shown, but no error either.
 
Thanks
Brian
(Ast newbie)
 
 
From: asterisk-users
2017 Jan 05
1
[PATCH] drm/nouveau: fix bug id typo in comment
...igned-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
 drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
index 0a0e44b..017a91d 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
@@ -39,7 +39,7 @@ mcp77_ram_init(struct nvkm_ram *base)
 	u32 flush  = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1;
 
 	/* Enable NISO poller for various...
2016 Nov 10
1
got icecast2 working, but hear nothing
...om the computer, but not from Another computer when
> > connecting.
> > I've got an usb mixer.
> > behringer xenyx 302.
> > I'm using alsa.
> > What can this be?
> > /Kristoffer
> >
> > --
> > Kristoffer Gustafsson
> > Salängsgatan 7a
> > tel:033-12 60 93
> > mobil: 0730-500934
> >
> 
> 
> -- 
> Kristoffer Gustafsson
> Salängsgatan 7a
> tel:033-12 60 93
> mobil: 0730-500934
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://li...
2004 Apr 22
2
Accepting packets with frame dest.addr. ff:ff:ff:ff:ff:ff for routing
Hi all,
do anybody know, whether is it possible to route packets incoming to 
ethernet interface as broadcasts?
~~~~~|WirelessDevice/WD|-----eth0-|LinuxRouter/RT|-eth1---(10.18.63.0/24)
tcpdump: listening on eth0
0:a:e6:ac:e8:7a ff:ff:ff:ff:ff:ff 98: 192.168.7.11 > 10.18.63.249: icmp: 
echo request (DF)
0:a:e6:ac:e8:7a ff:ff:ff:ff:ff:ff 98: 192.168.7.11 > 10.18.63.249: icmp: 
echo request (DF)
Please notice, that echo request packets are in ethernet frames, heading 
to broadcast address (ff:ff:ff:ff:ff:ff).
Linux k...
2017 Nov 24
1
SSL configuration
...:
         e9:e6:bb:dc:c8:f6:b5:c3:32:a3:98:cc:77:a8:e6:79:65:07:
         2b:cb:28:fe:3a:16:52:81:ce:52:0c:2e:5f:83:e8:d5:06:33:
         fb:77:6c:ce:40:ea:32:9e:1f:92:5c:41:c1:74:6c:5b:5d:0a:
         5f:33:cc:4d:9f:ac:38:f0:2f:7b:2c:62:9d:d9:a3:91:6f:25:
         1b:2f:90:b1:19:46:3d:f6:7e:1b:a6:7a:87:b9:a3:7a:6d:18:
         fa:25:a5:91:87:15:e0:f2:16:2f:58:b0:06:2f:2c:68:26:c6:
         4b:98:cd:da:9f:0c:f9:7f:90:ed:43:4a:12:44:4e:6f:73:7a:
         28:ea:a4:aa:6e:7b:4c:7d:87:dd:e0:c9:02:44:a7:87:af:c3:
         34:5b:b4:42
[root at glusterfs1 ssl]# openssl x509 -in glusterfs.ca -text -noou...
2003 Nov 19
0
Windows Offline Folders
...?;65S<V%G92@V.#4I"B @<W=I=&-H(&UE
M<W-A9V4@4TU"=')A;G,R("AP:60@,CDS-S,I"ELR,# S+S$Q+S$Y(#(P.C$T
M.C U+" S72!S;6)D+W1R86YS,BYC.F-A;&Q?=')A;G,R9FEN9&9I<G-T*#@Y
M."D*("!C86QL7W1R86YS,F9I;F1F:7)S=#H@9&ER='EP92 ](#(R+"!M87AE
M;G1R:65S(#T@,3,V-BP@8VQO<V5?869T97)?9FER<W0],2P@8VQO<V5?:69?
M96YD(#T@,2!R97%U:7)E<U]R97-U;65?:V5Y(#T@,2!L979E;" ](#(V,"P@
M;6%X7V1A=&%?8GET97,@/2 Q-C,X- I;,C P,R\Q,2\Q.2 R,#HQ-#HP-2P@
M,UT@;&EB+W5T:6PN8SIU;FEX7V-L96%N7VYA;64H,S@W*0H@('5N:7A?8VQE
M86Y?;F%M92!;+T1...
2008 Nov 06
1
replacing values in a vector
...hsa-miR-26b" "hsa-miR-26b" "hsa-miR-23a" "hsa-miR-27b" "hsa-miR-29a"
[6] "hsa-miR-29b"
and I would like to conditionally replace each value in this vector with a number defined in a dataframe:
> fc
???????????? Probe ave.fc
1?????? hsa-let-7a?? 1.28
2????? hsa-miR-100?? 1.47
3? hsa-miR-125a-5p?? 1.31
4?? hsa-miR-140-3p?? 1.28
5????? hsa-miR-143?? 1.98
6? hsa-miR-193a-3p?? 1.37
7???? hsa-miR-193b?? 1.48
8????? hsa-miR-195?? 1.16
9????? hsa-miR-214?? 1.22
10???? hsa-miR-23a?? 1.21
11???? hsa-miR-26b?? 1.13
12???? hsa-miR-27b?? 1.37
13????...