主頁 > 區塊鏈 > igraph:使用graph.edgelist而不是graph_from_data_frame時無效的頂點名稱

igraph:使用graph.edgelist而不是graph_from_data_frame時無效的頂點名稱

2021-12-10 18:53:36 區塊鏈

根據我使用以下一行代碼的事實,我收到錯誤訊息。
這個效果很好。

   g <- igraph::graph_from_data_frame(d.int, directed = TRUE)

使用此方法創建 igraph 物件時出現錯誤。

   g <- igraph::graph.edgelist(as.matrix(unique(d.int[, c(1, 3)])), directed = FALSE)

錯誤是:

"Invalid vertex names"

為什么 ?

與第二行一起使用的 d.int 資料幀(sif 格式)是:

           a.gn    b.gn                     type
24115     KLRD1    CD3G controls-state-change-of
24132     KLRD1  FCGR1A controls-state-change-of
24150     KLRD1  TYROBP          in-complex-with
28674     ITGA4   VCAM1          in-complex-with
28676     ITGA4   ITGB7          in-complex-with
28677     ITGA4   ITGAL   controls-expression-of
28678     ITGA4   ITGB1          in-complex-with
30999    TYROBP    CD3G controls-state-change-of
31018    TYROBP  FCGR1A controls-state-change-of
44607     ITGAL   ITGB2          in-complex-with
44608     ITGAL   ITGA4   controls-expression-of
69420   CD300LB  TYROBP          in-complex-with
75890       B2M  TYROBP          in-complex-with
75905       B2M    CD8A          in-complex-with
75911       B2M    CD3D          in-complex-with
75915       B2M  FCGR1A controls-state-change-of
75916       B2M KIR3DL1          in-complex-with
75919       B2M  LILRB2          in-complex-with
75941       B2M    CD3G          in-complex-with
75942       B2M    CD3G controls-state-change-of
75944       B2M   HLA-G          in-complex-with
75952       B2M   HLA-F          in-complex-with
75956       B2M  LILRB1          in-complex-with
75970       B2M   HLA-C          in-complex-with
76007       B2M  LILRA4          in-complex-with
76063       B2M   HLA-A          in-complex-with
76067       B2M KIR3DL2          in-complex-with
76086       B2M   KLRC1          in-complex-with
76087       B2M   HLA-B          in-complex-with
76100       B2M KIR2DL3          in-complex-with
76114       B2M   HLA-E          in-complex-with
76128       B2M    CD1D          in-complex-with
76129       B2M   KLRD1          in-complex-with
76130       B2M KIR2DL1          in-complex-with
76616    COL1A1  COL1A2          in-complex-with
78596      CD19    CD81          in-complex-with
78620      CD19  IFITM1          in-complex-with
78706      CD19    CD3G controls-state-change-of
78717      CD19  FCGR1A controls-state-change-of
88285     ICAM2   ITGAL          in-complex-with
88286     ICAM2   ITGB2          in-complex-with
94075     ICAM3   ITGB2          in-complex-with
94076     ICAM3   ITGAL          in-complex-with
101887     CD3D    CD8A          in-complex-with
101895     CD3D   HLA-A          in-complex-with
101915     CD3D    CD3G          in-complex-with
101916     CD3D   HLA-G          in-complex-with
101919     CD3D   HLA-B          in-complex-with
101926     CD3D   HLA-F          in-complex-with
101938     CD3D   HLA-C          in-complex-with
101961     CD3D   HLA-E          in-complex-with
109005    HLA-G  LILRB2          in-complex-with
109024    HLA-G  LILRA4          in-complex-with
109028    HLA-G  LILRB1          in-complex-with
121205     CD3G   HLA-A          in-complex-with
121225     CD3G   HLA-B          in-complex-with
121281     CD3G  FCGR1A          in-complex-with
121297     CD3G   HLA-G          in-complex-with
121306     CD3G   HLA-F          in-complex-with
121317     CD3G   HLA-C          in-complex-with
121419     CD3G   HLA-E          in-complex-with
121456     CD3G    CD8A          in-complex-with
137496     CDH1   KLRG1          in-complex-with
137498     CDH1   ITGB7          in-complex-with
150270    HLA-A  LILRB1          in-complex-with
150280    HLA-A  LILRA4          in-complex-with
150287    HLA-A KIR3DL2          in-complex-with
150296    HLA-A  LILRB2          in-complex-with
155691    CD200 CD200R1          in-complex-with
156706    ICAM1   ITGAL          in-complex-with
156707    ICAM1   ITGB2          in-complex-with
157374    KLRC1   KLRD1          in-complex-with
168591    ITGB1   VCAM1          in-complex-with
179866     CD96     PVR          in-complex-with
179910    KLRK1  TYROBP          in-complex-with
179915    KLRK1  RAET1E          in-complex-with
179921    KLRK1    CD3G controls-state-change-of
179937    KLRK1  FCGR1A controls-state-change-of
179980    KLRK1    MICB          in-complex-with
180078    KLRK1    MICA          in-complex-with
183355     CD1D    CD3G          in-complex-with
183360     CD1D    CD3D          in-complex-with
201658    ICAM4   ITGB2          in-complex-with
201659    ICAM4   ITGAL          in-complex-with
227035    HLA-C  LILRB2          in-complex-with
227037    HLA-C KIR2DL1          in-complex-with
227039    HLA-C  LILRA4          in-complex-with
227055    HLA-C  TYROBP          in-complex-with
227056    HLA-C  LILRB1          in-complex-with
227064    HLA-C KIR2DL3          in-complex-with
230227    HLA-B  LILRA4          in-complex-with
230243    HLA-B KIR3DL1          in-complex-with
230245    HLA-B  LILRB2          in-complex-with
230257    HLA-B  LILRB1          in-complex-with
230258    HLA-B  TYROBP          in-complex-with
235388   CLEC2D   KLRB1          in-complex-with
237811       C3  IFITM1          in-complex-with
237814       C3    CD19          in-complex-with
237820       C3    CD81          in-complex-with
237945    CD226     PVR          in-complex-with
257417     CD81  IFITM1          in-complex-with
264111    ICAM5   ITGAL          in-complex-with
264112    ICAM5   ITGB2          in-complex-with
285674    HLA-F  LILRB2          in-complex-with
285682    HLA-F  LILRA4          in-complex-with
285695    HLA-F  LILRB1          in-complex-with
307587     CD99   PILRA          in-complex-with
309539    HLA-E   KLRD1          in-complex-with
309589    HLA-E   KLRC1          in-complex-with
309610    HLA-E    CD3G controls-state-change-of
309628    HLA-E  FCGR1A controls-state-change-of
309629    HLA-E  LILRB2          in-complex-with
309645    HLA-E  TYROBP          in-complex-with
309653    HLA-E  LILRA4          in-complex-with
309698    HLA-E  LILRB1          in-complex-with
341342    TREM1  TYROBP          in-complex-with
342749     CD8A   HLA-B          in-complex-with
342752     CD8A   HLA-A          in-complex-with
342755     CD8A   HLA-C          in-complex-with
342756     CD8A   HLA-F          in-complex-with
342760     CD8A   HLA-G          in-complex-with
342761     CD8A   HLA-E          in-complex-with
360361   FCGR1A    NCR3          in-complex-with
241501   TYROBP   KLRD1          in-complex-with
286741    VCAM1   ITGA4          in-complex-with
286761    ITGB7   ITGA4          in-complex-with
286781    ITGB1   ITGA4          in-complex-with
446071    ITGB2   ITGAL          in-complex-with
694201   TYROBP CD300LB          in-complex-with
758901   TYROBP     B2M          in-complex-with
759051     CD8A     B2M          in-complex-with
759111     CD3D     B2M          in-complex-with
759161  KIR3DL1     B2M          in-complex-with
759191   LILRB2     B2M          in-complex-with
759411     CD3G     B2M          in-complex-with
759441    HLA-G     B2M          in-complex-with
759521    HLA-F     B2M          in-complex-with
759561   LILRB1     B2M          in-complex-with
759701    HLA-C     B2M          in-complex-with
760071   LILRA4     B2M          in-complex-with
760631    HLA-A     B2M          in-complex-with
760671  KIR3DL2     B2M          in-complex-with
760861    KLRC1     B2M          in-complex-with
760871    HLA-B     B2M          in-complex-with
761001  KIR2DL3     B2M          in-complex-with
761141    HLA-E     B2M          in-complex-with
761281     CD1D     B2M          in-complex-with
761291    KLRD1     B2M          in-complex-with
761301  KIR2DL1     B2M          in-complex-with
766161   COL1A2  COL1A1          in-complex-with
785961     CD81    CD19          in-complex-with
786201   IFITM1    CD19          in-complex-with
882851    ITGAL   ICAM2          in-complex-with
882861    ITGB2   ICAM2          in-complex-with
940751    ITGB2   ICAM3          in-complex-with
940761    ITGAL   ICAM3          in-complex-with
1018871    CD8A    CD3D          in-complex-with
1018951   HLA-A    CD3D          in-complex-with
1019151    CD3G    CD3D          in-complex-with
1019161   HLA-G    CD3D          in-complex-with
1019191   HLA-B    CD3D          in-complex-with
1019261   HLA-F    CD3D          in-complex-with
1019381   HLA-C    CD3D          in-complex-with
1019611   HLA-E    CD3D          in-complex-with
1090051  LILRB2   HLA-G          in-complex-with
1090241  LILRA4   HLA-G          in-complex-with
1090281  LILRB1   HLA-G          in-complex-with
1212051   HLA-A    CD3G          in-complex-with
1212251   HLA-B    CD3G          in-complex-with
1212811  FCGR1A    CD3G          in-complex-with
1212971   HLA-G    CD3G          in-complex-with
1213061   HLA-F    CD3G          in-complex-with
1213171   HLA-C    CD3G          in-complex-with
1214191   HLA-E    CD3G          in-complex-with
1214561    CD8A    CD3G          in-complex-with
1374961   KLRG1    CDH1          in-complex-with
1374981   ITGB7    CDH1          in-complex-with
1502701  LILRB1   HLA-A          in-complex-with
1502801  LILRA4   HLA-A          in-complex-with
1502871 KIR3DL2   HLA-A          in-complex-with
1502961  LILRB2   HLA-A          in-complex-with
1556911 CD200R1   CD200          in-complex-with
1567061   ITGAL   ICAM1          in-complex-with
1567071   ITGB2   ICAM1          in-complex-with
1573741   KLRD1   KLRC1          in-complex-with
1685911   VCAM1   ITGB1          in-complex-with
1798661     PVR    CD96          in-complex-with
1799101  TYROBP   KLRK1          in-complex-with
1799151  RAET1E   KLRK1          in-complex-with
1799801    MICB   KLRK1          in-complex-with
1800781    MICA   KLRK1          in-complex-with
1833551    CD3G    CD1D          in-complex-with
1833601    CD3D    CD1D          in-complex-with
2016581   ITGB2   ICAM4          in-complex-with
2016591   ITGAL   ICAM4          in-complex-with
2270351  LILRB2   HLA-C          in-complex-with
2270371 KIR2DL1   HLA-C          in-complex-with
2270391  LILRA4   HLA-C          in-complex-with
2270551  TYROBP   HLA-C          in-complex-with
2270561  LILRB1   HLA-C          in-complex-with
2270641 KIR2DL3   HLA-C          in-complex-with
2302271  LILRA4   HLA-B          in-complex-with
2302431 KIR3DL1   HLA-B          in-complex-with
2302451  LILRB2   HLA-B          in-complex-with
2302571  LILRB1   HLA-B          in-complex-with
2302581  TYROBP   HLA-B          in-complex-with
2353881   KLRB1  CLEC2D          in-complex-with
2378111  IFITM1      C3          in-complex-with
2378141    CD19      C3          in-complex-with
2378201    CD81      C3          in-complex-with
2379451     PVR   CD226          in-complex-with
2574171  IFITM1    CD81          in-complex-with
2641111   ITGAL   ICAM5          in-complex-with
2641121   ITGB2   ICAM5          in-complex-with
2856741  LILRB2   HLA-F          in-complex-with
2856821  LILRA4   HLA-F          in-complex-with
2856951  LILRB1   HLA-F          in-complex-with
3075871   PILRA    CD99          in-complex-with
3095391   KLRD1   HLA-E          in-complex-with
3095891   KLRC1   HLA-E          in-complex-with
3096291  LILRB2   HLA-E          in-complex-with
3096451  TYROBP   HLA-E          in-complex-with
3096531  LILRA4   HLA-E          in-complex-with
3096981  LILRB1   HLA-E          in-complex-with
3413421  TYROBP   TREM1          in-complex-with
3427491   HLA-B    CD8A          in-complex-with
3427521   HLA-A    CD8A          in-complex-with
3427551   HLA-C    CD8A          in-complex-with
3427561   HLA-F    CD8A          in-complex-with
3427601   HLA-G    CD8A          in-complex-with
3427611   HLA-E    CD8A          in-complex-with
3603611    NCR3  FCGR1A          in-complex-with

uj5u.com熱心網友回復:

該函式igraph::graph.edgelist有一個選項el,它應該是一個兩列矩陣。兩列應包含邊每一側的節點名稱(例如 from 和 to)。d.int[, c(1, 3)]選擇了不是節點名稱的型別。試試吧d.int[, c(1, 2)]

uj5u.com熱心網友回復:

我認為運行時根本沒有任何錯誤

g <- igraph::graph.edgelist(as.matrix(unique(d.int[, c(1, 3)])), directed = FALSE)
plot(g)

igraph:使用 graph.edgelist 而不是 graph_from_data_frame 時無效的頂點名稱


資料

> dput(d.int)
structure(list(a.gn = c("KLRD1", "KLRD1", "KLRD1", "ITGA4", "ITGA4", 
"ITGA4", "ITGA4", "TYROBP", "TYROBP", "ITGAL", "ITGAL", "CD300LB",
"B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M",
"B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M",
"B2M", "B2M", "B2M", "B2M", "COL1A1", "CD19", "CD19", "CD19",
"CD19", "ICAM2", "ICAM2", "ICAM3", "ICAM3", "CD3D", "CD3D", "CD3D",
"CD3D", "CD3D", "CD3D", "CD3D", "CD3D", "HLA-G", "HLA-G", "HLA-G",
"CD3G", "CD3G", "CD3G", "CD3G", "CD3G", "CD3G", "CD3G", "CD3G",
"CDH1", "CDH1", "HLA-A", "HLA-A", "HLA-A", "HLA-A", "CD200",
"ICAM1", "ICAM1", "KLRC1", "ITGB1", "CD96", "KLRK1", "KLRK1",
"KLRK1", "KLRK1", "KLRK1", "KLRK1", "CD1D", "CD1D", "ICAM4",
"ICAM4", "HLA-C", "HLA-C", "HLA-C", "HLA-C", "HLA-C", "HLA-C",
"HLA-B", "HLA-B", "HLA-B", "HLA-B", "HLA-B", "CLEC2D", "C3",
"C3", "C3", "CD226", "CD81", "ICAM5", "ICAM5", "HLA-F", "HLA-F",
"HLA-F", "CD99", "HLA-E", "HLA-E", "HLA-E", "HLA-E", "HLA-E",
"HLA-E", "HLA-E", "HLA-E", "TREM1", "CD8A", "CD8A", "CD8A", "CD8A",
"CD8A", "CD8A", "FCGR1A", "TYROBP", "VCAM1", "ITGB7", "ITGB1",
"ITGB2", "TYROBP", "TYROBP", "CD8A", "CD3D", "KIR3DL1", "LILRB2",
"CD3G", "HLA-G", "HLA-F", "LILRB1", "HLA-C", "LILRA4", "HLA-A",
"KIR3DL2", "KLRC1", "HLA-B", "KIR2DL3", "HLA-E", "CD1D", "KLRD1",
"KIR2DL1", "COL1A2", "CD81", "IFITM1", "ITGAL", "ITGB2", "ITGB2",
"ITGAL", "CD8A", "HLA-A", "CD3G", "HLA-G", "HLA-B", "HLA-F",
"HLA-C", "HLA-E", "LILRB2", "LILRA4", "LILRB1", "HLA-A", "HLA-B",
"FCGR1A", "HLA-G", "HLA-F", "HLA-C", "HLA-E", "CD8A", "KLRG1",
"ITGB7", "LILRB1", "LILRA4", "KIR3DL2", "LILRB2", "CD200R1",
"ITGAL", "ITGB2", "KLRD1", "VCAM1", "PVR", "TYROBP", "RAET1E",
"MICB", "MICA", "CD3G", "CD3D", "ITGB2", "ITGAL", "LILRB2", "KIR2DL1",
"LILRA4", "TYROBP", "LILRB1", "KIR2DL3", "LILRA4", "KIR3DL1",
"LILRB2", "LILRB1", "TYROBP", "KLRB1", "IFITM1", "CD19", "CD81",
"PVR", "IFITM1", "ITGAL", "ITGB2", "LILRB2", "LILRA4", "LILRB1",
"PILRA", "KLRD1", "KLRC1", "LILRB2", "TYROBP", "LILRA4", "LILRB1",
"TYROBP", "HLA-B", "HLA-A", "HLA-C", "HLA-F", "HLA-G", "HLA-E",
"NCR3"), b.gn = c("CD3G", "FCGR1A", "TYROBP", "VCAM1", "ITGB7", 
"ITGAL", "ITGB1", "CD3G", "FCGR1A", "ITGB2", "ITGA4", "TYROBP",
"TYROBP", "CD8A", "CD3D", "FCGR1A", "KIR3DL1", "LILRB2", "CD3G",
"CD3G", "HLA-G", "HLA-F", "LILRB1", "HLA-C", "LILRA4", "HLA-A",
"KIR3DL2", "KLRC1", "HLA-B", "KIR2DL3", "HLA-E", "CD1D", "KLRD1",
"KIR2DL1", "COL1A2", "CD81", "IFITM1", "CD3G", "FCGR1A", "ITGAL",
"ITGB2", "ITGB2", "ITGAL", "CD8A", "HLA-A", "CD3G", "HLA-G",
"HLA-B", "HLA-F", "HLA-C", "HLA-E", "LILRB2", "LILRA4", "LILRB1",
"HLA-A", "HLA-B", "FCGR1A", "HLA-G", "HLA-F", "HLA-C", "HLA-E",
"CD8A", "KLRG1", "ITGB7", "LILRB1", "LILRA4", "KIR3DL2", "LILRB2",
"CD200R1", "ITGAL", "ITGB2", "KLRD1", "VCAM1", "PVR", "TYROBP",
"RAET1E", "CD3G", "FCGR1A", "MICB", "MICA", "CD3G", "CD3D", "ITGB2",
"ITGAL", "LILRB2", "KIR2DL1", "LILRA4", "TYROBP", "LILRB1", "KIR2DL3",
"LILRA4", "KIR3DL1", "LILRB2", "LILRB1", "TYROBP", "KLRB1", "IFITM1",
"CD19", "CD81", "PVR", "IFITM1", "ITGAL", "ITGB2", "LILRB2",
"LILRA4", "LILRB1", "PILRA", "KLRD1", "KLRC1", "CD3G", "FCGR1A",
"LILRB2", "TYROBP", "LILRA4", "LILRB1", "TYROBP", "HLA-B", "HLA-A",
"HLA-C", "HLA-F", "HLA-G", "HLA-E", "NCR3", "KLRD1", "ITGA4",
"ITGA4", "ITGA4", "ITGAL", "CD300LB", "B2M", "B2M", "B2M", "B2M",
"B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M",
"B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "B2M", "COL1A1", "CD19",
"CD19", "ICAM2", "ICAM2", "ICAM3", "ICAM3", "CD3D", "CD3D", "CD3D",
"CD3D", "CD3D", "CD3D", "CD3D", "CD3D", "HLA-G", "HLA-G", "HLA-G",
"CD3G", "CD3G", "CD3G", "CD3G", "CD3G", "CD3G", "CD3G", "CD3G",
"CDH1", "CDH1", "HLA-A", "HLA-A", "HLA-A", "HLA-A", "CD200",
"ICAM1", "ICAM1", "KLRC1", "ITGB1", "CD96", "KLRK1", "KLRK1",
"KLRK1", "KLRK1", "CD1D", "CD1D", "ICAM4", "ICAM4", "HLA-C",
"HLA-C", "HLA-C", "HLA-C", "HLA-C", "HLA-C", "HLA-B", "HLA-B",
"HLA-B", "HLA-B", "HLA-B", "CLEC2D", "C3", "C3", "C3", "CD226",
"CD81", "ICAM5", "ICAM5", "HLA-F", "HLA-F", "HLA-F", "CD99",
"HLA-E", "HLA-E", "HLA-E", "HLA-E", "HLA-E", "HLA-E", "TREM1",
"CD8A", "CD8A", "CD8A", "CD8A", "CD8A", "CD8A", "FCGR1A"), type = c("controls-state-change-of",
"controls-state-change-of", "in-complex-with", "in-complex-with",
"in-complex-with", "controls-expression-of", "in-complex-with",
"controls-state-change-of", "controls-state-change-of", "in-complex-with", 
"controls-expression-of", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "controls-state-change-of",
"in-complex-with", "in-complex-with", "in-complex-with", "controls-state-change-of",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "controls-state-change-of", "controls-state-change-of",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "controls-state-change-of", "controls-state-change-of",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "controls-state-change-of",
"controls-state-change-of", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with", 
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with", "in-complex-with",
"in-complex-with", "in-complex-with", "in-complex-with")), class = "data.frame", row.names = c("24115",
"24132", "24150", "28674", "28676", "28677", "28678", "30999",
"31018", "44607", "44608", "69420", "75890", "75905", "75911",
"75915", "75916", "75919", "75941", "75942", "75944", "75952",
"75956", "75970", "76007", "76063", "76067", "76086", "76087",
"76100", "76114", "76128", "76129", "76130", "76616", "78596",
"78620", "78706", "78717", "88285", "88286", "94075", "94076",
"101887", "101895", "101915", "101916", "101919", "101926", "101938",
"101961", "109005", "109024", "109028", "121205", "121225", "121281",
"121297", "121306", "121317", "121419", "121456", "137496", "137498",
"150270", "150280", "150287", "150296", "155691", "156706", "156707",
"157374", "168591", "179866", "179910", "179915", "179921", "179937", 
"179980", "180078", "183355", "183360", "201658", "201659", "227035",
"227037", "227039", "227055", "227056", "227064", "230227", "230243",
"230245", "230257", "230258", "235388", "237811", "237814", "237820",
"237945", "257417", "264111", "264112", "285674", "285682", "285695",
"307587", "309539", "309589", "309610", "309628", "309629", "309645",
"309653", "309698", "341342", "342749", "342752", "342755", "342756",
"342760", "342761", "360361", "241501", "286741", "286761", "286781",
"446071", "694201", "758901", "759051", "759111", "759161", "759191",
"759411", "759441", "759521", "759561", "759701", "760071", "760631",
"760671", "760861", "760871", "761001", "761141", "761281", "761291",
"761301", "766161", "785961", "786201", "882851", "882861", "940751",
"940761", "1018871", "1018951", "1019151", "1019161", "1019191",
"1019261", "1019381", "1019611", "1090051", "1090241", "1090281",
"1212051", "1212251", "1212811", "1212971", "1213061", "1213171",
"1214191", "1214561", "1374961", "1374981", "1502701", "1502801",
"1502871", "1502961", "1556911", "1567061", "1567071", "1573741",
"1685911", "1798661", "1799101", "1799151", "1799801", "1800781",
"1833551", "1833601", "2016581", "2016591", "2270351", "2270371",
"2270391", "2270551", "2270561", "2270641", "2302271", "2302431",
"2302451", "2302571", "2302581", "2353881", "2378111", "2378141",
"2378201", "2379451", "2574171", "2641111", "2641121", "2856741",
"2856821", "2856951", "3075871", "3095391", "3095891", "3096291",
"3096451", "3096531", "3096981", "3413421", "3427491", "3427521",
"3427551", "3427561", "3427601", "3427611", "3603611"))

轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/378676.html

標籤:r 图形

上一篇:有條件地為表KableExtra()中的行著色

下一篇:構造序列`c(1L,1:2,...,1:n)`的最快方法

標籤雲
其他(157675) Python(38076) JavaScript(25376) Java(17977) C(15215) 區塊鏈(8255) C#(7972) AI(7469) 爪哇(7425) MySQL(7132) html(6777) 基礎類(6313) sql(6102) 熊猫(6058) PHP(5869) 数组(5741) R(5409) Linux(5327) 反应(5209) 腳本語言(PerlPython)(5129) 非技術區(4971) Android(4554) 数据框(4311) css(4259) 节点.js(4032) C語言(3288) json(3245) 列表(3129) 扑(3119) C++語言(3117) 安卓(2998) 打字稿(2995) VBA(2789) Java相關(2746) 疑難問題(2699) 细绳(2522) 單片機工控(2479) iOS(2429) ASP.NET(2402) MongoDB(2323) 麻木的(2285) 正则表达式(2254) 字典(2211) 循环(2198) 迅速(2185) 擅长(2169) 镖(2155) 功能(1967) .NET技术(1958) Web開發(1951) python-3.x(1918) HtmlCss(1915) 弹簧靴(1913) C++(1909) xml(1889) PostgreSQL(1872) .NETCore(1853) 谷歌表格(1846) Unity3D(1843) for循环(1842)

熱門瀏覽
  • JAVA使用 web3j 進行token轉賬

    最近新學習了下區塊鏈這方面的知識,所學不多,給大家分享下。 # 1. 關于web3j web3j是一個高度模塊化,反應性,型別安全的Java和Android庫,用于與智能合約配合并與以太坊網路上的客戶端(節點)集成。 # 2. 準備作業 jdk版本1.8 引入maven <dependency> < ......

    uj5u.com 2020-09-10 03:03:06 more
  • 以太坊智能合約開發框架Truffle

    前言 部署智能合約有多種方式,命令列的瀏覽器的渠道都有,但往往跟我們程式員的風格不太相符,因為我們習慣了在IDE里寫了代碼然后打包運行看效果。 雖然現在IDE中已經存在了Solidity插件,可以撰寫智能合約,但是部署智能合約卻要另走他路,沒辦法進行一個快捷的部署與測驗。 如果團隊管理的區塊節點多、 ......

    uj5u.com 2020-09-10 03:03:12 more
  • 谷歌二次驗證碼成為區塊鏈專用安全碼,你怎么看?

    前言 谷歌身份驗證器,前些年大家都比較陌生,但隨著國內互聯網安全的加強,它越來越多地出現在大家的視野中。 比較廣泛接觸的人群是國際3A游戲愛好者,游戲盜號現象嚴重+國外賬號安全應用廣泛,這類游戲一般都會要求用戶系結名為“兩步驗證”、“雙重驗證”等,平臺一般都推薦用谷歌身份驗證器。 后來區塊鏈業務風靡 ......

    uj5u.com 2020-09-10 03:03:17 more
  • 密碼學DAY1

    目錄 ##1.1 密碼學基本概念 密碼在我們的生活中有著重要的作用,那么密碼究竟來自何方,為何會產生呢? 密碼學是網路安全、資訊安全、區塊鏈等產品的基礎,常見的非對稱加密、對稱加密、散列函式等,都屬于密碼學范疇。 密碼學有數千年的歷史,從最開始的替換法到如今的非對稱加密演算法,經歷了古典密碼學,近代密 ......

    uj5u.com 2020-09-10 03:03:50 more
  • 密碼學DAY1_02

    目錄 ##1.1 ASCII編碼 ASCII(American Standard Code for Information Interchange,美國資訊交換標準代碼)是基于拉丁字母的一套電腦編碼系統,主要用于顯示現代英語和其他西歐語言。它是現今最通用的單位元組編碼系統,并等同于國際標準ISO/IE ......

    uj5u.com 2020-09-10 03:04:50 more
  • 密碼學DAY2

    ##1.1 加密模式 加密模式:https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html ECB ECB : Electronic codebook, 電子密碼本. 需要加密的訊息按照塊密碼的塊大小被分為數個塊,并對每個塊進 ......

    uj5u.com 2020-09-10 03:05:42 more
  • NTP時鐘服務器的特點(京準電子)

    NTP時鐘服務器的特點(京準電子) NTP時鐘服務器的特點(京準電子) 京準電子官V——ahjzsz 首先對時間同步進行了背景介紹,然后討論了不同的時間同步網路技術,最后指出了建立全球或區域時間同步網存在的問題。 一、概 述 在通信領域,“同步”概念是指頻率的同步,即網路各個節點的時鐘頻率和相位同步 ......

    uj5u.com 2020-09-10 03:05:47 more
  • 標準化考場時鐘同步系統推進智能化校園建設

    標準化考場時鐘同步系統推進智能化校園建設 標準化考場時鐘同步系統推進智能化校園建設 安徽京準電子科技官微——ahjzsz 一、背景概述隨著教育事業的快速發展,學校建設如雨后春筍,隨之而來的學校教育、管理、安全方面的問題成了學校管理人員面臨的最大的挑戰,這些問題同時也是學生家長所擔心的。為了讓學生有更 ......

    uj5u.com 2020-09-10 03:05:51 more
  • 位元幣入門

    引言 位元幣基本結構 位元幣基礎知識 1)哈希演算法 2)非對稱加密技術 3)數字簽名 4)MerkleTree 5)哪有位元幣,有的是UTXO 6)位元幣挖礦與共識 7)區塊驗證(共識) 總結 引言 上一篇我們已經知道了什么是區塊鏈,此篇說一下區塊鏈的第一個應用——位元幣。其實先有位元幣,后有的區塊 ......

    uj5u.com 2020-09-10 03:06:15 more
  • 北斗對時服務器(北斗對時設備)電力系統應用

    北斗對時服務器(北斗對時設備)電力系統應用 北斗對時服務器(北斗對時設備)電力系統應用 京準電子科技官微(ahjzsz) 中國北斗衛星導航系統(英文名稱:BeiDou Navigation Satellite System,簡稱BDS),因為是目前世界范圍內唯一可以大面積提供免費定位服務的系統,所以 ......

    uj5u.com 2020-09-10 03:06:20 more
最新发布
  • web3 產品介紹:metamask 錢包 使用最多的瀏覽器插件錢包

    Metamask錢包是一種基于區塊鏈技術的數字貨幣錢包,它允許用戶在安全、便捷的環境下管理自己的加密資產。Metamask錢包是以太坊生態系統中最流行的錢包之一,它具有易于使用、安全性高和功能強大等優點。 本文將詳細介紹Metamask錢包的功能和使用方法。 一、 Metamask錢包的功能 數字資 ......

    uj5u.com 2023-04-20 08:46:47 more
  • Hyperledger Fabric 使用 CouchDB 和復雜智能合約開發

    在上個實驗中,我們已經實作了簡單智能合約實作及客戶端開發,但該實驗中智能合約只有基礎的增刪改查功能,且其中的資料管理功能與傳統 MySQL 比相差甚遠。本文將在前面實驗的基礎上,將 Hyperledger Fabric 的默認資料庫支持 LevelDB 改為 CouchDB 模式,以實作更復雜的資料... ......

    uj5u.com 2023-04-16 07:28:31 more
  • .NET Core 波場鏈離線簽名、廣播交易(發送 TRX和USDT)筆記

    Get Started NuGet You can run the following command to install the Tron.Wallet.Net in your project. PM> Install-Package Tron.Wallet.Net 配置 public reco ......

    uj5u.com 2023-04-14 08:08:00 more
  • DKP 黑客分析——不正確的代幣對比率計算

    概述: 2023 年 2 月 8 日,針對 DKP 協議的閃電貸攻擊導致該協議的用戶損失了 8 萬美元,因為 execute() 函式取決于 USDT-DKP 對中兩種代幣的余額比率。 智能合約黑客概述: 攻擊者的交易:0x0c850f,0x2d31 攻擊者地址:0xF38 利用合同:0xf34ad ......

    uj5u.com 2023-04-07 07:46:09 more
  • Defi開發簡介

    Defi開發簡介 介紹 Defi是去中心化金融的縮寫, 是一項旨在利用區塊鏈技術和智能合約創建更加開放,可訪問和透明的金融體系的運動. 這與傳統金融形成鮮明對比,傳統金融通常由少數大型銀行和金融機構控制 在Defi的世界里,用戶可以直接從他們的電腦或移動設備上訪問廣泛的金融服務,而不需要像銀行或者信 ......

    uj5u.com 2023-04-05 08:01:34 more
  • solidity簡單的ERC20代幣實作

    // SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.7.0 <0.9.0; import "hardhat/console.sol"; //ERC20 同質化代幣,每個代幣的本質或性質都是相同 //ETH 是原生代幣,它不是ERC20代幣, ......

    uj5u.com 2023-03-21 07:56:29 more
  • solidity 參考型別修飾符memory、calldata與storage 常量修飾符C

    在solidity語言中 參考型別修飾符(參考型別為存盤空間不固定的數值型別) memory、calldata與storage,它們只能修飾參考型別變數,比如字串、陣列、位元組等... memory 適用于方法傳參、返參或在方法體內使用,使用完就會清除掉,釋放記憶體 calldata 僅適用于方法傳參 ......

    uj5u.com 2023-03-08 07:57:54 more
  • solidity注解標簽

    在solidity語言中 注釋符為// 注解符為/* 內容*/ 或者 是 ///內容 注解中含有這幾個標簽給予我們使用 @title 一個應該描述合約/介面的標題 contract, library, interface @author 作者的名字 contract, library, interf ......

    uj5u.com 2023-03-08 07:57:49 more
  • 評價指標:相似度、GAS消耗

    【代碼注釋自動生成方法綜述】 這些評測指標主要來自機器翻譯和文本總結等研究領域,可以評估候選文本(即基于代碼注釋自動方法而生成)和參考文本(即基于手工方式而生成)的相似度. BLEU指標^[^?88^^?^]^:其全稱是bilingual evaluation understudy.該指標是最早用于 ......

    uj5u.com 2023-02-23 07:27:39 more
  • 基于NOSTR協議的“公有制”版本的Twitter,去中心化社交軟體Damus

    最近,一個幽靈,Web3的幽靈,在網路游蕩,它叫Damus,這玩意詮釋了什么叫做病毒式營銷,滑稽的是,一個Web3產品卻在Web2的產品鏈上瘋狂傳銷,各方大佬紛紛為其背書,到底發生了什么?Damus的葫蘆里,賣的是什么藥? 注冊和簡單實用 很少有什么產品在用戶注冊環節會有什么噱頭,但Damus確實出 ......

    uj5u.com 2023-02-05 06:48:39 more