Compute cell-cell interaction enrichment for each spot with its interacted spots (observed)

cellProximityEnrichmentEachSpot(
  gobject,
  spat_unit = NULL,
  feat_type = NULL,
  spatial_network_name = "spatial_network",
  cluster_column = "cell_ID"
)

Arguments

gobject

giotto object

spat_unit

spatial unit (e.g. 'cell')

feat_type

feature type (e.g. 'rna')

spatial_network_name

name of spatial network to use

cluster_column

name of column to use for clusters

Value

matrix that rownames are cell-cell interaction pairs and colnames are cell_IDs

Examples

g <- GiottoData::loadGiottoMini("visium")
#> 1. read Giotto object
#> 2. read Giotto feature information
#> 3. read Giotto spatial information
#> 3.1 read Giotto spatial shape information
#> 3.2 read Giotto spatial centroid information
#> 3.3 read Giotto spatial overlap information
#> 4. read Giotto image information
#> 
#> checking default envname 'giotto_env'
#> a system default python environment was found
#> Using python path:
#>  "/usr/bin/python3"
x <- findMarkers_one_vs_all(g,
    cluster_column = "leiden_clus", min_feats = 20
)
#> using 'Scran' to detect marker feats. If used in published
#>       research, please cite: Lun ATL, McCarthy DJ, Marioni JC (2016).
#>       'A step-by-step workflow for low-level analysis of single-cell RNA-seq
#>       data with Bioconductor.'
#>       F1000Res., 5, 2122. doi: 10.12688/f1000research.9501.2. 
#> start with cluster  1start with cluster  2start with cluster  3start with cluster  4start with cluster  5start with cluster  6start with cluster  7
sign_gene <- x$feats

sign_matrix <- matrix(rnorm(length(sign_gene) * 8, mean = 10),
    nrow = length(sign_gene)
)
rownames(sign_matrix) <- sign_gene
colnames(sign_matrix) <- paste0("celltype_", unique(x$cluster))
#> Error in dimnames(x) <- dn: length of 'dimnames' [2] not equal to array extent

g <- runDWLSDeconv(gobject = g, sign_matrix = sign_matrix)
#> Error: package 'quadprog' is not yet installed
#> 
#>  To install:
#> install.packages(c("quadprog"))

cellProximityEnrichmentEachSpot(gobject = g)
#>                                AAAGGGATGTAGCAAG-1 AAATGGCATGTCTTGT-1
#> Astrocytes--Astrocytes                0.028354493         0.00000000
#> Astrocytes--Neurons                   0.185821887         0.00000000
#> Astrocytes--PeripheralGlia            0.002125389         0.00000000
#> Astrocytes--Oligos                    0.028497339         0.00000000
#> Neurons--Astrocytes                   0.773820156         0.35011940
#> Neurons--Neurons                      5.071249962        10.84959671
#> Neurons--PeripheralGlia               0.058003813         0.02125304
#> Neurons--Oligos                       0.777718546         0.77903086
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.356101347         0.00000000
#> Oligos--Neurons                       2.333719182         0.00000000
#> Oligos--PeripheralGlia                0.026692554         0.00000000
#> Oligos--Oligos                        0.357895332         0.00000000
#>                                AAATGGTCAATGTGCC-1 AAATTAACGGGTAGCT-1
#> Astrocytes--Astrocytes                 1.90291417          1.0583682
#> Astrocytes--Neurons                    1.22406313          1.1979361
#> Astrocytes--PeripheralGlia             0.01937100          0.0000000
#> Astrocytes--Oligos                     3.55793948          1.5627065
#> Neurons--Astrocytes                    0.37277506          1.2552575
#> Neurons--Neurons                       0.23979022          1.4207893
#> Neurons--PeripheralGlia                0.00379472          0.0000000
#> Neurons--Oligos                        0.69698946          1.8534184
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     1.13033551          0.7348208
#> Oligos--Neurons                        0.72709639          0.8317222
#> Oligos--PeripheralGlia                 0.01150642          0.0000000
#> Oligos--Oligos                         2.11342445          1.0849809
#>                                AACAACTGGTAGTTGC-1 AACAGGAAATCGAATA-1
#> Astrocytes--Astrocytes                0.909119015        0.002890674
#> Astrocytes--Neurons                   2.030407678        0.253775320
#> Astrocytes--PeripheralGlia            0.043853529        0.000000000
#> Astrocytes--Oligos                    1.400590476        0.021685294
#> Neurons--Astrocytes                   0.078388707        0.088148057
#> Neurons--Neurons                      0.175071724        7.738610281
#> Neurons--PeripheralGlia               0.003781267        0.000000000
#> Neurons--Oligos                       0.120765791        0.661270138
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    1.086226519        0.012811129
#> Oligos--Neurons                       2.425955929        1.124702428
#> Oligos--PeripheralGlia                0.052396733        0.000000000
#> Oligos--Oligos                        1.673442633        0.096106678
#>                                AACAGGATGGGCCGCG-1 AACCATGGGATCGCTA-1
#> Astrocytes--Astrocytes                  1.2183748        0.000000000
#> Astrocytes--Neurons                     1.1741677        0.000000000
#> Astrocytes--PeripheralGlia              0.3781001        0.000000000
#> Astrocytes--Oligos                      0.9610195        0.000000000
#> Neurons--Astrocytes                     0.9711907        0.005323134
#> Neurons--Neurons                        0.9359524        0.054365273
#> Neurons--PeripheralGlia                 0.3013911        0.001201040
#> Neurons--Oligos                         0.7660477        0.216984573
#> PeripheralGlia--Astrocytes              0.0000000        0.000000000
#> PeripheralGlia--Neurons                 0.0000000        0.000000000
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.000000000
#> Oligos--Astrocytes                      1.4018964        0.205399959
#> Oligos--Neurons                         1.3510305        2.097753891
#> Oligos--PeripheralGlia                  0.4350527        0.046343674
#> Oligos--Oligos                          1.1057762        8.372628456
#>                                AACCCAGAGACGGAGA-1 AACCGAGCTTGGTCAT-1
#> Astrocytes--Astrocytes                0.025991452         0.03656417
#> Astrocytes--Neurons                   0.481233109         0.42167312
#> Astrocytes--PeripheralGlia            0.001758900         0.05431015
#> Astrocytes--Oligos                    0.277262100         0.24703994
#> Neurons--Astrocytes                   0.229011001         0.18325596
#> Neurons--Neurons                      4.240150781         2.11338348
#> Neurons--PeripheralGlia               0.015497691         0.27219703
#> Neurons--Oligos                       2.442959735         1.23813947
#> PeripheralGlia--Astrocytes            0.000000000         0.02150910
#> PeripheralGlia--Neurons               0.000000000         0.24805188
#> PeripheralGlia--PeripheralGlia        0.000000000         0.03194829
#> PeripheralGlia--Oligos                0.000000000         0.14532281
#> Oligos--Astrocytes                    0.108631998         0.24003961
#> Oligos--Neurons                       2.011327189         2.76823599
#> Oligos--PeripheralGlia                0.007351372         0.35653993
#> Oligos--Oligos                        1.158824671         1.62178907
#>                                AACCGTTGTGTTTGCT-1 AACGATAGAAGGGCCG-1
#> Astrocytes--Astrocytes                0.004935948        0.025989523
#> Astrocytes--Neurons                   0.455193551        0.259815175
#> Astrocytes--PeripheralGlia            0.002217852        0.004754484
#> Astrocytes--Oligos                    0.029971589        0.208339171
#> Neurons--Astrocytes                   0.089017666        0.055480484
#> Neurons--Neurons                      8.209216641        0.554633952
#> Neurons--PeripheralGlia               0.039997993        0.010149515
#> Neurons--Oligos                       0.540524494        0.444746840
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.006305542        0.491562048
#> Oligos--Neurons                       0.581497576        4.914106420
#> Oligos--PeripheralGlia                0.002833247        0.089925612
#> Oligos--Oligos                        0.038287902        3.940496776
#>                                AACGATATGTCAACTG-1 AACGCGGTCTCCAGCC-1
#> Astrocytes--Astrocytes                 0.01326750          0.0000000
#> Astrocytes--Neurons                    0.18867944          0.0000000
#> Astrocytes--PeripheralGlia             0.04641629          0.0000000
#> Astrocytes--Oligos                     0.45799080          0.0000000
#> Neurons--Astrocytes                    0.03936601          0.4273395
#> Neurons--Neurons                       0.55983083          8.7131025
#> Neurons--PeripheralGlia                0.13772178          0.0000000
#> Neurons--Oligos                        1.35890461          0.8595580
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.13519726          0.0000000
#> Oligos--Neurons                        1.92266361          0.0000000
#> Oligos--PeripheralGlia                 0.47298690          0.0000000
#> Oligos--Oligos                         4.66697498          0.0000000
#>                                AACGTCAGACTAGTGG-1 AACTCGATGGCGCAGT-1
#> Astrocytes--Astrocytes                0.012521946        0.000000000
#> Astrocytes--Neurons                   0.321684189        0.000000000
#> Astrocytes--PeripheralGlia            0.000000000        0.000000000
#> Astrocytes--Oligos                    0.009475901        0.000000000
#> Neurons--Astrocytes                   0.351824875        0.040571402
#> Neurons--Neurons                      9.038251909        2.283254472
#> Neurons--PeripheralGlia               0.000000000        0.010966529
#> Neurons--Oligos                       0.266241181        2.538092642
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.000000000        0.034362157
#> Oligos--Neurons                       0.000000000        1.933814073
#> Oligos--PeripheralGlia                0.000000000        0.009288158
#> Oligos--Oligos                        0.000000000        2.149650566
#>                                AACTGATATTAGGCCT-1 AACTGGGTCCCGACGT-1
#> Astrocytes--Astrocytes                0.000000000         0.03968170
#> Astrocytes--Neurons                   0.000000000         0.34174015
#> Astrocytes--PeripheralGlia            0.000000000         0.01702626
#> Astrocytes--Oligos                    0.000000000         0.21278061
#> Neurons--Astrocytes                   0.046231928         0.34553747
#> Neurons--Neurons                      6.749823543         2.97578038
#> Neurons--PeripheralGlia               0.000000000         0.14826004
#> Neurons--Oligos                       2.472943994         1.85283579
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.003646085         0.26399280
#> Oligos--Neurons                       0.532325484         2.27351497
#> Oligos--PeripheralGlia                0.000000000         0.11327160
#> Oligos--Oligos                        0.195028966         1.41557822
#>                                AACTTGCCCGTATGCA-1 AAGAGATGAATCGGTA-1
#> Astrocytes--Astrocytes                  1.3040822          0.8423244
#> Astrocytes--Neurons                     1.4514104          1.0631245
#> Astrocytes--PeripheralGlia              0.3604479          0.3210517
#> Astrocytes--Oligos                      1.0912941          0.5017718
#> Neurons--Astrocytes                     0.9713942          1.1014260
#> Neurons--Neurons                        1.0811370          1.3901448
#> Neurons--PeripheralGlia                 0.2684930          0.4198082
#> Neurons--Oligos                         0.8128910          0.6561183
#> PeripheralGlia--Astrocytes              0.0000000          0.5677695
#> PeripheralGlia--Neurons                 0.0000000          0.7165999
#> PeripheralGlia--PeripheralGlia          0.0000000          0.2164052
#> PeripheralGlia--Oligos                  0.0000000          0.3382197
#> Oligos--Astrocytes                      0.8241421          0.5758713
#> Oligos--Neurons                         0.9172492          0.7268255
#> Oligos--PeripheralGlia                  0.2277926          0.2194932
#> Oligos--Oligos                          0.6896662          0.3430459
#>                                AAGCTCGTGCCAAGTC-1 AAGGAGCGGTTGGTGC-1
#> Astrocytes--Astrocytes                 0.02843695         0.23106069
#> Astrocytes--Neurons                    0.07599669         0.96569287
#> Astrocytes--PeripheralGlia             0.01092708         0.01241531
#> Astrocytes--Oligos                     0.44181429         0.51409459
#> Neurons--Astrocytes                    0.00000000         0.24530588
#> Neurons--Neurons                       0.00000000         1.02522907
#> Neurons--PeripheralGlia                0.00000000         0.01318073
#> Neurons--Oligos                        0.00000000         0.54578918
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.48194040         0.86446550
#> Oligos--Neurons                        1.28796777         3.61293894
#> Oligos--PeripheralGlia                 0.18518864         0.04644930
#> Oligos--Oligos                         7.48772818         1.92337794
#>                                AAGGCGCGTAAAGCTT-1 AAGGCTGTGCTCATCG-1
#> Astrocytes--Astrocytes                  0.0000000         0.59088544
#> Astrocytes--Neurons                     0.0000000         0.72109705
#> Astrocytes--PeripheralGlia              0.0000000         0.01845354
#> Astrocytes--Oligos                      0.0000000         1.23094203
#> Neurons--Astrocytes                     0.9692323         1.17673267
#> Neurons--Neurons                        8.4070333         1.43604563
#> Neurons--PeripheralGlia                 0.0000000         0.03674973
#> Neurons--Oligos                         0.6237344         2.45138837
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.0000000         0.53928633
#> Oligos--Neurons                         0.0000000         0.65812721
#> Oligos--PeripheralGlia                  0.0000000         0.01684208
#> Oligos--Oligos                          0.0000000         1.12344994
#>                                AAGTAGAAGACCGGGT-1 AAGTAGTGACGCGAGG-1
#> Astrocytes--Astrocytes                0.022019361         1.12849756
#> Astrocytes--Neurons                   0.282131401         2.02807787
#> Astrocytes--PeripheralGlia            0.001977143         0.06276702
#> Astrocytes--Oligos                    0.044485128         1.57677091
#> Neurons--Astrocytes                   0.503797506         0.78440454
#> Neurons--Neurons                      6.455096219         1.40969156
#> Neurons--PeripheralGlia               0.045236544         0.04362857
#> Neurons--Oligos                       1.017808664         1.09599374
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.102207741         1.61651060
#> Oligos--Neurons                       1.309575369         2.90510986
#> Oligos--PeripheralGlia                0.009177348         0.08991029
#> Oligos--Oligos                        0.206487574         2.25863749
#>                                AATCCAAGGGCCTGAG-1 AATGACTGTCAGCCGG-1
#> Astrocytes--Astrocytes                0.005204672         0.19946112
#> Astrocytes--Neurons                   0.216350388         1.14441305
#> Astrocytes--PeripheralGlia            0.000000000         0.01275342
#> Astrocytes--Oligos                    0.115421363         0.09637825
#> Neurons--Astrocytes                   0.155576190         1.15185154
#> Neurons--Neurons                      6.467068065         6.60877642
#> Neurons--PeripheralGlia               0.000000000         0.07364869
#> Neurons--Oligos                       3.450133908         0.55656677
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.040006888         0.15871039
#> Oligos--Neurons                       1.663026140         0.91060473
#> Oligos--PeripheralGlia                0.000000000         0.01014785
#> Oligos--Oligos                        0.887212384         0.07668777
#>                                AATGCAACCGGGTACC-1 AATGGTTCTCACAAGC-1
#> Astrocytes--Astrocytes                 0.43564308         0.10149838
#> Astrocytes--Neurons                    1.81778396         2.16371065
#> Astrocytes--PeripheralGlia             0.03073367         0.00000000
#> Astrocytes--Oligos                     0.39200518         0.28786167
#> Neurons--Astrocytes                    0.96894981         0.24044830
#> Neurons--Neurons                       4.04308370         5.12580149
#> Neurons--PeripheralGlia                0.06835730         0.00000000
#> Neurons--Oligos                        0.87189115         0.68194042
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.22326987         0.05560745
#> Oligos--Neurons                        0.93162592         1.18542220
#> Oligos--PeripheralGlia                 0.01575120         0.00000000
#> Oligos--Oligos                         0.20090516         0.15770945
#>                                AATTTGGTTCCAAAGA-1 ACAACAGCATGAGCTA-1
#> Astrocytes--Astrocytes                0.006954804        0.011111925
#> Astrocytes--Neurons                   0.270857042        0.149049176
#> Astrocytes--PeripheralGlia            0.001306446        0.002291828
#> Astrocytes--Oligos                    0.010886773        0.122695581
#> Neurons--Astrocytes                   0.201325783        0.348145579
#> Neurons--Neurons                      7.840696177        4.669831121
#> Neurons--PeripheralGlia               0.037818658        0.071804823
#> Neurons--Oligos                       0.315147338        3.844151682
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.031536056        0.108369336
#> Oligos--Neurons                       1.228181653        1.453605982
#> Oligos--PeripheralGlia                0.005923987        0.022351112
#> Oligos--Oligos                        0.049365282        1.196591854
#>                                ACAACGGTCCCTGCGA-1 ACAAGGACAAGAGGTT-1
#> Astrocytes--Astrocytes                0.045696678         0.42180305
#> Astrocytes--Neurons                   0.733369050         0.61197030
#> Astrocytes--PeripheralGlia            0.012773251         0.06704446
#> Astrocytes--Oligos                    0.089676634         0.76693998
#> Neurons--Astrocytes                   0.508798332         1.17077181
#> Neurons--Neurons                      8.165515943         1.69860692
#> Neurons--PeripheralGlia               0.142220595         0.18609104
#> Neurons--Oligos                       0.998482255         2.12874640
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.015731367         0.66576425
#> Oligos--Neurons                       0.252466882         0.96591987
#> Oligos--PeripheralGlia                0.004397271         0.10582144
#> Oligos--Oligos                        0.030871742         1.21052047
#>                                ACACAAAGACGGGTGG-1 ACACACTTTCTACACG-1
#> Astrocytes--Astrocytes                0.458771360        0.003386472
#> Astrocytes--Neurons                   2.120698191        0.214543278
#> Astrocytes--PeripheralGlia            0.044866983        0.000000000
#> Astrocytes--Oligos                    0.264268224        0.022948977
#> Neurons--Astrocytes                   0.724558802        0.124212319
#> Neurons--Neurons                      3.349316623        7.869227668
#> Neurons--PeripheralGlia               0.070860499        0.000000000
#> Neurons--Oligos                       0.417371014        0.841744981
#> PeripheralGlia--Astrocytes            0.319844833        0.000000000
#> PeripheralGlia--Neurons               1.478501968        0.000000000
#> PeripheralGlia--PeripheralGlia        0.031280228        0.000000000
#> PeripheralGlia--Oligos                0.184241723        0.000000000
#> Oligos--Astrocytes                    0.085035918        0.012989459
#> Oligos--Neurons                       0.393083641        0.822921666
#> Oligos--PeripheralGlia                0.008316354        0.000000000
#> Oligos--Oligos                        0.048983640        0.088025180
#>                                ACACCCAGCATGCAGC-1 ACACCCGAGAAATCCG-1
#> Astrocytes--Astrocytes                 0.08550595          0.1227534
#> Astrocytes--Neurons                    0.79684016          0.7719383
#> Astrocytes--PeripheralGlia             0.01230516          0.0000000
#> Astrocytes--Oligos                     0.03376180          0.1498718
#> Neurons--Astrocytes                    0.73763354          0.9315935
#> Neurons--Neurons                       6.87409542          5.8583513
#> Neurons--PeripheralGlia                0.10615288          0.0000000
#> Neurons--Oligos                        0.29125267          1.1373989
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.09785084          0.1208178
#> Oligos--Neurons                        0.91188371          0.7597663
#> Oligos--PeripheralGlia                 0.01408172          0.0000000
#> Oligos--Oligos                         0.03863615          0.1475086
#>                                ACACCTTAAGTAGGGC-1 ACACGAGACTCCTTCT-1
#> Astrocytes--Astrocytes                0.003254924       0.0109656079
#> Astrocytes--Neurons                   0.108663030       0.2319756499
#> Astrocytes--PeripheralGlia            0.000000000       0.0006353147
#> Astrocytes--Oligos                    0.001972315       0.0882717723
#> Neurons--Astrocytes                   0.264706591       0.3043613497
#> Neurons--Neurons                      8.837018737       6.4387147849
#> Neurons--PeripheralGlia               0.000000000       0.0176337924
#> Neurons--Oligos                       0.160398472       2.4500707970
#> PeripheralGlia--Astrocytes            0.000000000       0.0000000000
#> PeripheralGlia--Neurons               0.000000000       0.0000000000
#> PeripheralGlia--PeripheralGlia        0.000000000       0.0000000000
#> PeripheralGlia--Oligos                0.000000000       0.0000000000
#> Oligos--Astrocytes                    0.017833187       0.0481574143
#> Oligos--Neurons                       0.595346758       1.0187622573
#> Oligos--PeripheralGlia                0.000000000       0.0027900975
#> Oligos--Oligos                        0.010805987       0.3876611620
#>                                ACACGGGAACTTAGGG-1 ACATAATAAGGCGGTG-1
#> Astrocytes--Astrocytes                 0.02994801          0.0000000
#> Astrocytes--Neurons                    0.66277832          0.0000000
#> Astrocytes--PeripheralGlia             0.01460880          0.0000000
#> Astrocytes--Oligos                     0.15467627          0.0000000
#> Neurons--Astrocytes                    0.30846312          0.5974297
#> Neurons--Neurons                       6.82658516          8.4459186
#> Neurons--PeripheralGlia                0.15046995          0.0236136
#> Neurons--Oligos                        1.59315819          0.9330381
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.04375104          0.0000000
#> Oligos--Neurons                        0.96825264          0.0000000
#> Oligos--PeripheralGlia                 0.02134199          0.0000000
#> Oligos--Oligos                         0.22596651          0.0000000
#>                                ACCAAGAACGCGTGTC-1 ACCACAAGTTTCTATC-1
#> Astrocytes--Astrocytes                 0.00000000          0.7468899
#> Astrocytes--Neurons                    0.00000000          1.4304815
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.00000000          1.0162407
#> Neurons--Astrocytes                    0.36598775          1.2780573
#> Neurons--Neurons                       8.68801917          2.4478005
#> Neurons--PeripheralGlia                0.06183709          0.0000000
#> Neurons--Oligos                        0.88415599          1.7389631
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.00000000          0.3137522
#> Oligos--Neurons                        0.00000000          0.6009141
#> Oligos--PeripheralGlia                 0.00000000          0.0000000
#> Oligos--Oligos                         0.00000000          0.4269006
#>                                ACCCTTCATCTGCGAA-1 ACCGACTGAGTCCCAC-1
#> Astrocytes--Astrocytes                 0.00000000         0.01097877
#> Astrocytes--Neurons                    0.00000000         0.31968573
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.00000000         0.03970162
#> Neurons--Astrocytes                    0.21401436         0.25602666
#> Neurons--Neurons                      10.92184831         7.45511890
#> Neurons--PeripheralGlia                0.02125304         0.00000000
#> Neurons--Oligos                        0.84288429         0.92584765
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.00000000         0.05906791
#> Oligos--Neurons                        0.00000000         1.71997046
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.00000000         0.21360231
#>                                ACCTAATCGACTTCCT-1 ACGATCATACATAGAG-1
#> Astrocytes--Astrocytes                0.888933202       0.1524833846
#> Astrocytes--Neurons                   1.241056011       1.1519333620
#> Astrocytes--PeripheralGlia            0.018984998       0.0066356583
#> Astrocytes--Oligos                    0.990886540       0.2102655092
#> Neurons--Astrocytes                   2.120390763       0.7455291047
#> Neurons--Neurons                      2.960316588       5.6320880496
#> Neurons--PeripheralGlia               0.045285308       0.0324433801
#> Neurons--Oligos                       2.363582171       1.0280402501
#> PeripheralGlia--Astrocytes            0.000000000       0.0202206978
#> PeripheralGlia--Neurons               0.000000000       0.1527569478
#> PeripheralGlia--PeripheralGlia        0.000000000       0.0008799493
#> PeripheralGlia--Oligos                0.000000000       0.0278831385
#> Oligos--Astrocytes                    0.388023647       0.0840779220
#> Oligos--Neurons                       0.541726958       0.6351653569
#> Oligos--PeripheralGlia                0.008287043       0.0036588404
#> Oligos--Oligos                        0.432526772       0.1159384489
#>                                ACGCATTCGTGAGTAC-1 ACGCCAGATGATTTCT-1
#> Astrocytes--Astrocytes                 0.44635055         0.00000000
#> Astrocytes--Neurons                    1.26492469         0.00000000
#> Astrocytes--PeripheralGlia             0.07553367         0.00000000
#> Astrocytes--Oligos                     0.96566719         0.00000000
#> Neurons--Astrocytes                    0.17675063         0.10609662
#> Neurons--Neurons                       0.50089832         7.70143577
#> Neurons--PeripheralGlia                0.02991063         0.00000000
#> Neurons--Oligos                        0.38239516         0.64181732
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     1.48502144         0.03202795
#> Oligos--Neurons                        4.20844174         2.32487351
#> Oligos--PeripheralGlia                 0.25130276         0.00000000
#> Oligos--Oligos                         3.21280322         0.19374882
#>                                ACGCGGGCCAAGGACA-1 ACGGAATTTAGCAAAT-1
#> Astrocytes--Astrocytes                 0.34356955         0.00000000
#> Astrocytes--Neurons                    0.64370477         0.00000000
#> Astrocytes--PeripheralGlia             0.02401306         0.00000000
#> Astrocytes--Oligos                     0.84686631         0.00000000
#> Neurons--Astrocytes                    0.00000000         0.00000000
#> Neurons--Neurons                       0.00000000         0.00000000
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        0.00000000         0.00000000
#> PeripheralGlia--Astrocytes             0.72558137         0.00000000
#> PeripheralGlia--Neurons                1.35943415         0.00000000
#> PeripheralGlia--PeripheralGlia         0.05071296         0.00000000
#> PeripheralGlia--Oligos                 1.78848914         0.00000000
#> Oligos--Astrocytes                     0.96473094         0.25772146
#> Oligos--Neurons                        1.80749981         1.12190307
#> Oligos--PeripheralGlia                 0.06742781         0.04754471
#> Oligos--Oligos                         2.37797013         8.57283076
#>                                ACGTAGATTGCTGATG-1 ACGTGCGCCTCGTGCA-1
#> Astrocytes--Astrocytes                0.014870329         0.00000000
#> Astrocytes--Neurons                   0.142408833         0.00000000
#> Astrocytes--PeripheralGlia            0.006420651         0.00000000
#> Astrocytes--Oligos                    0.166692302         0.00000000
#> Neurons--Astrocytes                   0.384650077         0.06400743
#> Neurons--Neurons                      3.683682312         1.40426083
#> Neurons--PeripheralGlia               0.166082662         0.01736591
#> Neurons--Oligos                       4.311821621         1.68521002
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.185585202         0.13785499
#> Oligos--Neurons                       1.777295691         3.02440468
#> Oligos--PeripheralGlia                0.080131231         0.03740156
#> Oligos--Oligos                        2.080359091         3.62949458
#>                                ACGTTTAGTTGTGATC-1 ACTACCAGCTCTCTGG-1
#> Astrocytes--Astrocytes                0.003064147         0.01818961
#> Astrocytes--Neurons                   0.177218377         0.25337859
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.019725411         0.00659572
#> Neurons--Astrocytes                   0.136424731         0.67042569
#> Neurons--Neurons                      7.890276928         9.33893104
#> Neurons--PeripheralGlia               0.000000000         0.00000000
#> Neurons--Oligos                       0.878232596         0.24310251
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.013712400         0.03069335
#> Oligos--Neurons                       0.793071997         0.42755381
#> Oligos--PeripheralGlia                0.000000000         0.00000000
#> Oligos--Oligos                        0.088273414         0.01112969
#>                                ACTATTCGTCCGTGGT-1 ACTCAATAAAGGCACG-1
#> Astrocytes--Astrocytes                0.009832128        0.007441600
#> Astrocytes--Neurons                   0.187222486        0.100017806
#> Astrocytes--PeripheralGlia            0.000000000        0.004153142
#> Astrocytes--Oligos                    0.017733454        0.025294788
#> Neurons--Astrocytes                   0.507863523        0.549552220
#> Neurons--Neurons                      9.670690538        7.386181637
#> Neurons--PeripheralGlia               0.000000000        0.306703995
#> Neurons--Oligos                       0.915994380        1.867986356
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.031615779        0.040911302
#> Oligos--Neurons                       0.602024762        0.549862778
#> Oligos--PeripheralGlia                0.000000000        0.022832516
#> Oligos--Oligos                        0.057022950        0.139061861
#>                                ACTGCCGTCGTAACTC-1 ACTGTAGCACTTTGGA-1
#> Astrocytes--Astrocytes                 0.00000000          0.3633717
#> Astrocytes--Neurons                    0.00000000          1.1945800
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.00000000          0.4505639
#> Neurons--Astrocytes                    0.14794509          1.2528271
#> Neurons--Neurons                       7.77377001          4.1186538
#> Neurons--PeripheralGlia                0.00000000          0.0000000
#> Neurons--Oligos                        1.00713958          1.5534470
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.01774815          0.1929566
#> Oligos--Neurons                        0.93257620          0.6343425
#> Oligos--PeripheralGlia                 0.00000000          0.0000000
#> Oligos--Oligos                         0.12082097          0.2392572
#>                                ACTGTCCAGGATTATA-1 ACTGTCTTCTTTAGAA-1
#> Astrocytes--Astrocytes                  1.3951496        0.004936036
#> Astrocytes--Neurons                     1.5386166        0.221850780
#> Astrocytes--PeripheralGlia              0.0000000        0.000000000
#> Astrocytes--Oligos                      2.2773957        0.024139023
#> Neurons--Astrocytes                     0.5767558        0.174122658
#> Neurons--Neurons                        0.6360651        7.825965329
#> Neurons--PeripheralGlia                 0.0000000        0.000000000
#> Neurons--Oligos                         0.9414769        0.851523536
#> PeripheralGlia--Astrocytes              0.0000000        0.005568042
#> PeripheralGlia--Neurons                 0.0000000        0.250256388
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.027229766
#> Oligos--Astrocytes                      1.7762212        0.012086209
#> Oligos--Neurons                         1.9588748        0.543216242
#> Oligos--PeripheralGlia                  0.0000000        0.000000000
#> Oligos--Oligos                          2.8994444        0.059105988
#>                                ACTGTGCTAGTAGATC-1 ACTTAGTACGACAAGA-1
#> Astrocytes--Astrocytes                 0.00000000        0.019065651
#> Astrocytes--Neurons                    0.00000000        0.199533019
#> Astrocytes--PeripheralGlia             0.00000000        0.005656960
#> Astrocytes--Oligos                     0.00000000        1.084545236
#> Neurons--Astrocytes                    0.07922952        0.028282873
#> Neurons--Neurons                       1.97651033        0.295996545
#> Neurons--PeripheralGlia                0.01523581        0.008391797
#> Neurons--Oligos                        2.41535594        1.608864766
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.16801330        0.112891411
#> Oligos--Neurons                        4.19136737        1.181473608
#> Oligos--PeripheralGlia                 0.03230890        0.033495956
#> Oligos--Oligos                         5.12197882        6.421802177
#>                                ACTTCGCCATACGCAC-1 ACTTGGGACCCGGTGG-1
#> Astrocytes--Astrocytes                 0.00000000          0.4773723
#> Astrocytes--Neurons                    0.00000000          0.9931183
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.00000000          0.9966200
#> Neurons--Astrocytes                    0.17950021          1.0638082
#> Neurons--Neurons                       0.90311074          2.2131311
#> Neurons--PeripheralGlia                0.10534899          0.0000000
#> Neurons--Oligos                        1.25281040          2.2209344
#> PeripheralGlia--Astrocytes             0.15888580          0.0000000
#> PeripheralGlia--Neurons                0.79939443          0.0000000
#> PeripheralGlia--PeripheralGlia         0.09325035          0.0000000
#> PeripheralGlia--Oligos                 1.10893339          0.0000000
#> Oligos--Astrocytes                     0.39703841          0.3937643
#> Oligos--Neurons                        1.99760019          0.8191815
#> Oligos--PeripheralGlia                 0.23302254          0.0000000
#> Oligos--Oligos                         2.77110455          0.8220699
#>                                ACTTTCCTATAGCTTC-1 AGAACGTGGTACATTC-1
#> Astrocytes--Astrocytes                 0.05366292         0.06414983
#> Astrocytes--Neurons                    0.51293592         0.48056953
#> Astrocytes--PeripheralGlia             0.00000000         0.05270074
#> Astrocytes--Oligos                     0.08108647         0.37901942
#> Neurons--Astrocytes                    0.63712149         0.45566140
#> Neurons--Neurons                       6.08991251         3.41352397
#> Neurons--PeripheralGlia                0.00000000         0.37433760
#> Neurons--Oligos                        0.96271186         2.69220534
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.22060285         0.26856117
#> Oligos--Neurons                        2.10862771         2.01188865
#> Oligos--PeripheralGlia                 0.00000000         0.22062994
#> Oligos--Oligos                         0.33333827         1.58675240
#>                                AGACCATGGGATACAA-1 AGACCCGCCCTCCTCG-1
#> Astrocytes--Astrocytes                  0.0000000         0.19535152
#> Astrocytes--Neurons                     0.0000000         1.10872252
#> Astrocytes--PeripheralGlia              0.0000000         0.03210621
#> Astrocytes--Oligos                      0.0000000         0.10874957
#> Neurons--Astrocytes                     0.4010840         1.04570923
#> Neurons--Neurons                        8.0547790         5.93494937
#> Neurons--PeripheralGlia                 0.0861227         0.17186334
#> Neurons--Oligos                         1.4580143         0.58213232
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.0000000         0.11091853
#> Oligos--Neurons                         0.0000000         0.62952095
#> Oligos--PeripheralGlia                  0.0000000         0.01822957
#> Oligos--Oligos                          0.0000000         0.06174686
#>                                AGACTAGCCTTCCAGA-1 AGAGCGGGCTAATCAT-1
#> Astrocytes--Astrocytes                 0.28169589         0.00000000
#> Astrocytes--Neurons                    0.77649741         0.00000000
#> Astrocytes--PeripheralGlia             0.01066346         0.00000000
#> Astrocytes--Oligos                     0.41124711         0.00000000
#> Neurons--Astrocytes                    0.00000000         0.12117956
#> Neurons--Neurons                       0.00000000         5.94647293
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        0.00000000         2.62327237
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     1.62152111         0.01825274
#> Oligos--Neurons                        4.46973853         0.89569062
#> Oligos--PeripheralGlia                 0.06138189         0.00000000
#> Oligos--Oligos                         2.36725459         0.39513179
#>                                AGAGCGTACAAGCTCG-1 AGATAACTTCAGGGCC-1
#> Astrocytes--Astrocytes                 0.04633325          0.9063003
#> Astrocytes--Neurons                    0.32182639          0.4089593
#> Astrocytes--PeripheralGlia             0.02135868          0.0000000
#> Astrocytes--Oligos                     0.05745606          1.6514294
#> Neurons--Astrocytes                    0.78403987          0.7146678
#> Neurons--Neurons                       5.44586748          0.3224869
#> Neurons--PeripheralGlia                0.36142635          0.0000000
#> Neurons--Oligos                        0.97225738          1.3022432
#> PeripheralGlia--Astrocytes             0.08927456          0.0000000
#> PeripheralGlia--Neurons                0.62009275          0.0000000
#> PeripheralGlia--PeripheralGlia         0.04115375          0.0000000
#> PeripheralGlia--Oligos                 0.11070592          0.0000000
#> Oligos--Astrocytes                     0.11694970          1.4339538
#> Oligos--Neurons                        0.81232166          0.6470578
#> Oligos--PeripheralGlia                 0.05391142          0.0000000
#> Oligos--Oligos                         0.14502478          2.6129015
#>                                AGATACGACTTCATAT-1 AGATCTCAGGTGTGAT-1
#> Astrocytes--Astrocytes                0.000000000         0.00000000
#> Astrocytes--Neurons                   0.000000000         0.00000000
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.000000000         0.00000000
#> Neurons--Astrocytes                   0.067278943         0.01163283
#> Neurons--Neurons                      0.566590121         0.06517717
#> Neurons--PeripheralGlia               0.003252551         0.01035930
#> Neurons--Oligos                       0.816800578         0.05558965
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.441736171         0.80322566
#> Oligos--Neurons                       3.720084474         4.50036227
#> Oligos--PeripheralGlia                0.021355412         0.71529072
#> Oligos--Oligos                        5.362901750         3.83836239
#>                                AGATGACTCGCCCACG-1 AGCACCAGTACTCACG-1
#> Astrocytes--Astrocytes                0.109493404         0.03207485
#> Astrocytes--Neurons                   0.506161499         0.50072052
#> Astrocytes--PeripheralGlia            0.003702099         0.00000000
#> Astrocytes--Oligos                    0.079284415         0.09363936
#> Neurons--Astrocytes                   1.321439322         0.42378609
#> Neurons--Neurons                      6.108694064         6.61572552
#> Neurons--PeripheralGlia               0.044679393         0.00000000
#> Neurons--Oligos                       0.956857122         1.23720170
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.136300500         0.05616125
#> Oligos--Neurons                       0.630084213         0.87673347
#> Oligos--PeripheralGlia                0.004608478         0.00000000
#> Oligos--Oligos                        0.098695492         0.16395725
#>                                AGCACTTAAGGACGCC-1 AGCATCGTCGATAATT-1
#> Astrocytes--Astrocytes                1.824575864         0.79425148
#> Astrocytes--Neurons                   1.950104793         2.79418044
#> Astrocytes--PeripheralGlia            0.015098274         0.05132581
#> Astrocytes--Oligos                    1.787464727         0.61997473
#> Neurons--Astrocytes                   0.324017211         0.80303218
#> Neurons--Neurons                      0.346309259         2.82507099
#> Neurons--PeripheralGlia               0.002681226         0.05189323
#> Neurons--Oligos                       0.317426832         0.62682875
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    1.122872143         0.45372925
#> Oligos--Neurons                       1.200124582         1.59622162
#> Oligos--PeripheralGlia                0.009291711         0.02932072
#> Oligos--Oligos                        1.100033376         0.35417078
#>                                AGCCCTAAGCGAAGTT-1 AGCGACATCCCATTCA-1
#> Astrocytes--Astrocytes                0.000000000        0.011951461
#> Astrocytes--Neurons                   0.000000000        0.154666383
#> Astrocytes--PeripheralGlia            0.000000000        0.005957912
#> Astrocytes--Oligos                    0.000000000        0.129730622
#> Neurons--Astrocytes                   0.087764585        0.129590195
#> Neurons--Neurons                      8.176276101        1.677054174
#> Neurons--PeripheralGlia               0.000000000        0.064601896
#> Neurons--Oligos                       0.769306325        1.406674651
#> PeripheralGlia--Astrocytes            0.000000000        0.009987181
#> PeripheralGlia--Neurons               0.000000000        0.129246228
#> PeripheralGlia--PeripheralGlia        0.000000000        0.004978701
#> PeripheralGlia--Oligos                0.000000000        0.108408778
#> Oligos--Astrocytes                    0.009391635        0.243813816
#> Oligos--Neurons                       0.874938350        3.155246257
#> Oligos--PeripheralGlia                0.000000000        0.121543414
#> Oligos--Oligos                        0.082323004        2.646548332
#>                                AGCGACCAACGATATT-1 AGCGGGAAGGGTCCAT-1
#> Astrocytes--Astrocytes                 0.22560067        0.000000000
#> Astrocytes--Neurons                    1.35031532        0.000000000
#> Astrocytes--PeripheralGlia             0.04748395        0.000000000
#> Astrocytes--Oligos                     0.11841930        0.000000000
#> Neurons--Astrocytes                    0.89088031        0.128398905
#> Neurons--Neurons                       5.33229497        5.920613875
#> Neurons--PeripheralGlia                0.18751059        0.018314012
#> Neurons--Oligos                        0.46762903        3.607677666
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.17872042        0.044126676
#> Oligos--Neurons                        1.06971720        2.034729269
#> Oligos--PeripheralGlia                 0.03761669        0.006293951
#> Oligos--Oligos                         0.09381154        1.239845647
#>                                AGCTATTTAATCCAAC-1 AGGACATCGCACGTCG-1
#> Astrocytes--Astrocytes                 0.00000000        0.000000000
#> Astrocytes--Neurons                    0.00000000        0.000000000
#> Astrocytes--PeripheralGlia             0.00000000        0.000000000
#> Astrocytes--Oligos                     0.00000000        0.000000000
#> Neurons--Astrocytes                    0.37016369        0.314226343
#> Neurons--Neurons                       9.81433702        6.857634937
#> Neurons--PeripheralGlia                0.00000000        0.000000000
#> Neurons--Oligos                        0.97002776        2.615322925
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.02805702        0.006832642
#> Oligos--Neurons                        0.74389003        0.149114699
#> Oligos--PeripheralGlia                 0.00000000        0.000000000
#> Oligos--Oligos                         0.07352448        0.056868453
#>                                AGGCCACCCGTTATGA-1 AGGCCCATTGTACAGG-1
#> Astrocytes--Astrocytes                 0.38993920        0.022111207
#> Astrocytes--Neurons                    1.01801755        0.318656524
#> Astrocytes--PeripheralGlia             0.03614313        0.003878983
#> Astrocytes--Oligos                     0.53516678        0.264614074
#> Neurons--Astrocytes                    0.37138220        0.054915728
#> Neurons--Neurons                       0.96957063        0.791420142
#> Neurons--PeripheralGlia                0.03442310        0.009633902
#> Neurons--Oligos                        0.50969847        0.657199500
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     1.20879817        0.322183529
#> Oligos--Neurons                        3.15581959        4.643160413
#> Oligos--PeripheralGlia                 0.11204248        0.056520866
#> Oligos--Oligos                         1.65899870        3.855705132
#>                                AGGCTATGGTTAGCTT-1 AGGGCGTGATCGGCTA-1
#> Astrocytes--Astrocytes                 0.87724592         0.01079373
#> Astrocytes--Neurons                    3.03534997         0.24409630
#> Astrocytes--PeripheralGlia             0.42724645         0.00000000
#> Astrocytes--Oligos                     0.83700810         0.01533865
#> Neurons--Astrocytes                    0.65331436         0.38863579
#> Neurons--Neurons                       2.26052658         8.78885689
#> Neurons--PeripheralGlia                0.31818472         0.00000000
#> Neurons--Oligos                        0.62334791         0.55227864
#> PeripheralGlia--Astrocytes             0.17615279         0.00000000
#> PeripheralGlia--Neurons                0.60950454         0.00000000
#> PeripheralGlia--PeripheralGlia         0.08579197         0.00000000
#> PeripheralGlia--Oligos                 0.16807295         0.00000000
#> Oligos--Astrocytes                     0.15729772         0.00000000
#> Oligos--Neurons                        0.54426430         0.00000000
#> Oligos--PeripheralGlia                 0.07660896         0.00000000
#> Oligos--Oligos                         0.15008274         0.00000000
#>                                AGGGCTGCAGTTACAG-1 AGGGTTTAGTTCGGGA-1
#> Astrocytes--Astrocytes                 0.18644471         0.15964442
#> Astrocytes--Neurons                    0.45676116         0.54930155
#> Astrocytes--PeripheralGlia             0.10499291         0.04836291
#> Astrocytes--Oligos                     1.37781681         0.60349895
#> Neurons--Astrocytes                    0.00000000         0.92109044
#> Neurons--Neurons                       0.00000000         3.16927086
#> Neurons--PeripheralGlia                0.00000000         0.27903647
#> Neurons--Oligos                        0.00000000         3.48197022
#> PeripheralGlia--Astrocytes             0.05894639         0.00000000
#> PeripheralGlia--Neurons                0.14440968         0.00000000
#> PeripheralGlia--PeripheralGlia         0.03319457         0.00000000
#> PeripheralGlia--Oligos                 0.43561079         0.00000000
#> Oligos--Astrocytes                     0.63157665         0.44437207
#> Oligos--Neurons                        1.54726665         1.52898715
#> Oligos--PeripheralGlia                 0.35566077         0.13461872
#> Oligos--Oligos                         4.66731891         1.67984624
#>                                AGGTAACCTCCTATTC-1 AGGTACGATATTGCCA-1
#> Astrocytes--Astrocytes                 0.01727976         0.00000000
#> Astrocytes--Neurons                    0.47289763         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.20809152         0.00000000
#> Neurons--Astrocytes                    0.19150550         0.57693505
#> Neurons--Neurons                       5.24095844         8.44493391
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        2.30620529         0.71509139
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.08817355         0.01558564
#> Oligos--Neurons                        2.41305819         0.22813613
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         1.06183012         0.01931788
#>                                AGGTAGGTACAAAGCT-1 AGGTTGAGGCACGCTT-1
#> Astrocytes--Astrocytes                0.154608567          0.0000000
#> Astrocytes--Neurons                   0.275521436          0.0000000
#> Astrocytes--PeripheralGlia            0.008033508          0.0000000
#> Astrocytes--Oligos                    0.250451845          0.0000000
#> Neurons--Astrocytes                   0.928067055          0.1966292
#> Neurons--Neurons                      1.653869334          2.4698411
#> Neurons--PeripheralGlia               0.048222647          0.1569729
#> Neurons--Oligos                       1.503384392          2.8584136
#> PeripheralGlia--Astrocytes            0.087528191          0.0000000
#> PeripheralGlia--Neurons               0.155980315          0.0000000
#> PeripheralGlia--PeripheralGlia        0.004547991          0.0000000
#> PeripheralGlia--Oligos                0.141787725          0.0000000
#> Oligos--Astrocytes                    1.075005584          0.2186489
#> Oligos--Neurons                       1.915722318          2.7464279
#> Oligos--PeripheralGlia                0.055857617          0.1745516
#> Oligos--Oligos                        1.741411473          3.1785149
#>                                AGTAATGTCTTGCCGC-1 AGTAGGTAACATACAT-1
#> Astrocytes--Astrocytes                 0.00000000        0.000000000
#> Astrocytes--Neurons                    0.00000000        0.000000000
#> Astrocytes--PeripheralGlia             0.00000000        0.000000000
#> Astrocytes--Oligos                     0.00000000        0.000000000
#> Neurons--Astrocytes                    0.03741589        0.291988391
#> Neurons--Neurons                       0.60023385        7.032928213
#> Neurons--PeripheralGlia                0.00275123        0.031120668
#> Neurons--Oligos                        0.44867376        3.376504273
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.30614083        0.034482341
#> Oligos--Neurons                        4.91117717        0.830552977
#> Oligos--PeripheralGlia                 0.02251086        0.003675192
#> Oligos--Oligos                         3.67109640        0.398747945
#>                                AGTATAATACTAGGCA-1 AGTCAGCCACCGCCTG-1
#> Astrocytes--Astrocytes                 0.05957284        0.032734619
#> Astrocytes--Neurons                    0.39480483        0.154236012
#> Astrocytes--PeripheralGlia             0.01118296        0.008904162
#> Astrocytes--Oligos                     0.05159648        1.676922755
#> Neurons--Astrocytes                    1.15090049        0.000000000
#> Neurons--Neurons                       7.62731881        0.000000000
#> Neurons--PeripheralGlia                0.21604603        0.000000000
#> Neurons--Oligos                        0.99680338        0.000000000
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.05664891        0.142055330
#> Oligos--Neurons                        0.37542715        0.669323439
#> Oligos--PeripheralGlia                 0.01063408        0.038640551
#> Oligos--Oligos                         0.04906404        7.277183131
#>                                AGTCGGCCCAAACGAC-1 AGTCTTCTCCTCAAAT-1
#> Astrocytes--Astrocytes                0.017504786         0.00000000
#> Astrocytes--Neurons                   0.231474170         0.00000000
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.006832054         0.00000000
#> Neurons--Astrocytes                   0.666781079         0.61692818
#> Neurons--Neurons                      8.817165674         8.63408680
#> Neurons--PeripheralGlia               0.000000000         0.02017407
#> Neurons--Oligos                       0.260242237         0.72881094
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.000000000         0.00000000
#> Oligos--Neurons                       0.000000000         0.00000000
#> Oligos--PeripheralGlia                0.000000000         0.00000000
#> Oligos--Oligos                        0.000000000         0.00000000
#>                                AGTTCCTACAGAATTA-1 AGTTTCGCAGGTCGGA-1
#> Astrocytes--Astrocytes                  0.8815562       0.0000000000
#> Astrocytes--Neurons                     0.8281113       0.0000000000
#> Astrocytes--PeripheralGlia              0.0000000       0.0000000000
#> Astrocytes--Oligos                      1.3555989       0.0000000000
#> Neurons--Astrocytes                     1.4729207       0.1599102312
#> Neurons--Neurons                        1.3836239       8.8011564564
#> Neurons--PeripheralGlia                 0.0000000       0.0230091201
#> Neurons--Oligos                         2.2649601       0.6852250204
#> PeripheralGlia--Astrocytes              0.0000000       0.0000000000
#> PeripheralGlia--Neurons                 0.0000000       0.0000000000
#> PeripheralGlia--PeripheralGlia          0.0000000       0.0000000000
#> PeripheralGlia--Oligos                  0.0000000       0.0000000000
#> Oligos--Astrocytes                      0.5214761       0.0054690801
#> Oligos--Neurons                         0.4898612       0.3010078189
#> Oligos--PeripheralGlia                  0.0000000       0.0007869335
#> Oligos--Oligos                          0.8018915       0.0234353394
#>                                ATAAAGGCTCGGTCGT-1 ATAACGGAGTCCAACG-1
#> Astrocytes--Astrocytes                0.209460979        0.000668964
#> Astrocytes--Neurons                   0.131133793        0.005986281
#> Astrocytes--PeripheralGlia            0.002495667        0.002069451
#> Astrocytes--Oligos                    0.376699739        0.014975700
#> Neurons--Astrocytes                   0.336777839        0.008276412
#> Neurons--Neurons                      0.210840967        0.074062177
#> Neurons--PeripheralGlia               0.004012610        0.025603212
#> Neurons--Oligos                       0.605669487        0.185279125
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    2.363789488        0.273313200
#> Oligos--Neurons                       1.479858839        2.445766411
#> Oligos--PeripheralGlia                0.028163866        0.845498700
#> Oligos--Oligos                        4.251096725        6.118500367
#>                                ATAATAGTGTAGGGAC-1 ATACCACGGGCAACTT-1
#> Astrocytes--Astrocytes                0.000000000         0.30061086
#> Astrocytes--Neurons                   0.000000000         0.55571078
#> Astrocytes--PeripheralGlia            0.000000000         0.02170804
#> Astrocytes--Oligos                    0.000000000         0.50889907
#> Neurons--Astrocytes                   0.023446231         1.16464907
#> Neurons--Neurons                      0.618061717         2.15297624
#> Neurons--PeripheralGlia               0.003715472         0.08410290
#> Neurons--Oligos                       0.594932636         1.97161483
#> PeripheralGlia--Astrocytes            0.000000000         0.08623686
#> PeripheralGlia--Neurons               0.000000000         0.15941791
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00622743
#> PeripheralGlia--Oligos                0.000000000         0.14598894
#> Oligos--Astrocytes                    0.184518356         0.61596034
#> Oligos--Neurons                       4.864053905         1.13866744
#> Oligos--PeripheralGlia                0.029240213         0.04448039
#> Oligos--Oligos                        4.682031471         1.04274890
#>                                ATACTAGCATGACCCT-1 ATAGACGAAGAGAAAG-1
#> Astrocytes--Astrocytes                  0.0000000         0.76633961
#> Astrocytes--Neurons                     0.0000000         0.50941777
#> Astrocytes--PeripheralGlia              0.0000000         0.04844810
#> Astrocytes--Oligos                      0.0000000         1.25896354
#> Neurons--Astrocytes                     0.5834835         0.56730602
#> Neurons--Neurons                        9.7528474         0.37711188
#> Neurons--PeripheralGlia                 0.0236136         0.03586517
#> Neurons--Oligos                         0.6400555         0.93198575
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.0000000         2.52301836
#> Oligos--Neurons                         0.0000000         1.67715510
#> Oligos--PeripheralGlia                  0.0000000         0.15950559
#> Oligos--Oligos                          0.0000000         4.14488311
#>                                ATAGAGTACTGGGACA-1 ATAGGGATATCCTTGA-1
#> Astrocytes--Astrocytes                0.000000000         0.00000000
#> Astrocytes--Neurons                   0.000000000         0.00000000
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.000000000         0.00000000
#> Neurons--Astrocytes                   0.328683485         0.12238532
#> Neurons--Neurons                      9.007647580         1.10121258
#> Neurons--PeripheralGlia               0.000000000         0.16467014
#> Neurons--Oligos                       0.385537830         1.42748196
#> PeripheralGlia--Astrocytes            0.000000000         0.01219895
#> PeripheralGlia--Neurons               0.000000000         0.10976511
#> PeripheralGlia--PeripheralGlia        0.000000000         0.01641376
#> PeripheralGlia--Oligos                0.000000000         0.14228653
#> Oligos--Astrocytes                    0.009403244         0.34352584
#> Oligos--Neurons                       0.257698082         3.09101588
#> Oligos--PeripheralGlia                0.000000000         0.46221594
#> Oligos--Oligos                        0.011029779         4.00682798
#>                                ATAGGTTGGGCAGATG-1 ATATCTTAGGGCCTTC-1
#> Astrocytes--Astrocytes                0.043731742         0.49489465
#> Astrocytes--Neurons                   0.606843613         0.55893671
#> Astrocytes--PeripheralGlia            0.001944593         0.09672927
#> Astrocytes--Oligos                    0.103184190         1.13098821
#> Neurons--Astrocytes                   0.443115845         0.98270044
#> Neurons--Neurons                      6.148898053         1.10986720
#> Neurons--PeripheralGlia               0.019703765         0.19207300
#> Neurons--Oligos                       1.045523180         2.24577615
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.149709940         0.69152197
#> Oligos--Neurons                       2.077450337         0.78100867
#> Oligos--PeripheralGlia                0.006657062         0.13516092
#> Oligos--Oligos                        0.353237680         1.58034280
#>                                ATATTCCCACAGGTCA-1 ATATTGCTGTCAAAGT-1
#> Astrocytes--Astrocytes                0.014369163        0.017034135
#> Astrocytes--Neurons                   0.658377308        0.346023996
#> Astrocytes--PeripheralGlia            0.001765969        0.001793344
#> Astrocytes--Oligos                    0.067614209        0.233733519
#> Neurons--Astrocytes                   0.159638315        0.264488136
#> Neurons--Neurons                      7.314430730        5.372696661
#> Neurons--PeripheralGlia               0.019619532        0.027845152
#> Neurons--Oligos                       0.751179361        3.629168249
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.019613956        0.031508443
#> Oligos--Neurons                       0.898687279        0.640048762
#> Oligos--PeripheralGlia                0.002410553        0.003317190
#> Oligos--Oligos                        0.092293626        0.432342414
#>                                ATATTTAACCCTCAAG-1 ATCAATCTGGGCTGCA-1
#> Astrocytes--Astrocytes                  0.4110631         0.08970294
#> Astrocytes--Neurons                     0.5319589         0.68786590
#> Astrocytes--PeripheralGlia              0.0000000         0.05080367
#> Astrocytes--Oligos                      0.4634839         0.62540839
#> Neurons--Astrocytes                     1.7951504         0.42557552
#> Neurons--Neurons                        2.3231135         3.26342586
#> Neurons--PeripheralGlia                 0.0000000         0.24102662
#> Neurons--Oligos                         2.0240769         2.96711018
#> PeripheralGlia--Astrocytes              0.0000000         0.06011064
#> PeripheralGlia--Neurons                 0.0000000         0.46094434
#> PeripheralGlia--PeripheralGlia          0.0000000         0.03404393
#> PeripheralGlia--Oligos                  0.0000000         0.41909107
#> Oligos--Astrocytes                      0.7163700         0.22675254
#> Oligos--Neurons                         0.9270582         1.73879858
#> Oligos--PeripheralGlia                  0.0000000         0.12842233
#> Oligos--Oligos                          0.8077251         1.58091747
#>                                ATCACTTCATCCTCGC-1 ATCCAACGCAGTCATA-1
#> Astrocytes--Astrocytes                 0.03882136        0.026848389
#> Astrocytes--Neurons                    0.42731165        0.374909965
#> Astrocytes--PeripheralGlia             0.02562968        0.000000000
#> Astrocytes--Oligos                     0.23500388        0.015637350
#> Neurons--Astrocytes                    0.30594130        0.600748165
#> Neurons--Neurons                       3.36753452        8.388826342
#> Neurons--PeripheralGlia                0.20198098        0.000000000
#> Neurons--Oligos                        1.85200588        0.349894716
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.24281939        0.015639320
#> Oligos--Neurons                        2.67274372        0.218386918
#> Oligos--PeripheralGlia                 0.16030820        0.000000000
#> Oligos--Oligos                         1.46989944        0.009108834
#>                                ATCGACTCTTTCCGTT-1 ATCGCACGCCGGGAGA-1
#> Astrocytes--Astrocytes                0.024056914         0.39137927
#> Astrocytes--Neurons                   0.215774521         1.73343400
#> Astrocytes--PeripheralGlia            0.003256553         0.07212386
#> Astrocytes--Oligos                    0.035107678         0.31188494
#> Neurons--Astrocytes                   0.742805850         1.07440304
#> Neurons--Neurons                      6.662474392         4.75857285
#> Neurons--PeripheralGlia               0.100552643         0.19799232
#> Neurons--Oligos                       1.084020506         0.85617752
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.097885231         0.25023096
#> Oligos--Neurons                       0.877965413         1.10828264
#> Oligos--PeripheralGlia                0.013250594         0.04611287
#> Oligos--Oligos                        0.142849706         0.19940573
#>                                ATCTCCCTGCAATCTA-1 ATCTGGTTAAGACTGT-1
#> Astrocytes--Astrocytes                 0.00000000         0.01741230
#> Astrocytes--Neurons                    0.00000000         0.14495858
#> Astrocytes--PeripheralGlia             0.00000000         0.03785787
#> Astrocytes--Oligos                     0.00000000         0.27337696
#> Neurons--Astrocytes                    0.24833244         0.01805505
#> Neurons--Neurons                      10.86873575         0.15030956
#> Neurons--PeripheralGlia                0.00000000         0.03925535
#> Neurons--Oligos                        1.13976209         0.28346837
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.01505717         0.33218655
#> Oligos--Neurons                        0.65900524         2.76547578
#> Oligos--PeripheralGlia                 0.00000000         0.72224094
#> Oligos--Oligos                         0.06910732         5.21540269
#>                                ATCTGTAATTGTACCC-1 ATCTTGACCTGCAACG-1
#> Astrocytes--Astrocytes               0.0023015016          0.0000000
#> Astrocytes--Neurons                  0.0616944636          0.0000000
#> Astrocytes--PeripheralGlia           0.0003564356          0.0000000
#> Astrocytes--Oligos                   0.0364934802          0.0000000
#> Neurons--Astrocytes                  0.0754215544          0.6126085
#> Neurons--Neurons                     2.0217636610          8.8072308
#> Neurons--PeripheralGlia              0.0116806034          0.0000000
#> Neurons--Oligos                      1.1959126929          0.5801607
#> PeripheralGlia--Astrocytes           0.0000000000          0.0000000
#> PeripheralGlia--Neurons              0.0000000000          0.0000000
#> PeripheralGlia--PeripheralGlia       0.0000000000          0.0000000
#> PeripheralGlia--Oligos               0.0000000000          0.0000000
#> Oligos--Astrocytes                   0.1504966391          0.0000000
#> Oligos--Neurons                      4.0342397900          0.0000000
#> Oligos--PeripheralGlia               0.0233075487          0.0000000
#> Oligos--Oligos                       2.3863316294          0.0000000
#>                                ATGAAGCCAAGGAGCC-1 ATGACGCCGGCTCTAA-1
#> Astrocytes--Astrocytes                0.385545739        0.026737757
#> Astrocytes--Neurons                   1.205100478        0.302674999
#> Astrocytes--PeripheralGlia            0.015969387        0.003489662
#> Astrocytes--Oligos                    0.351769967        0.300464865
#> Neurons--Astrocytes                   1.504158016        0.054292760
#> Neurons--Neurons                      4.701547344        0.614601343
#> Neurons--PeripheralGlia               0.062302549        0.007085987
#> Neurons--Oligos                       1.372386105        0.610113521
#> PeripheralGlia--Astrocytes            0.099382564        0.000000000
#> PeripheralGlia--Neurons               0.310640122        0.000000000
#> PeripheralGlia--PeripheralGlia        0.004116447        0.000000000
#> PeripheralGlia--Oligos                0.090676145        0.000000000
#> Oligos--Astrocytes                    0.176474534        0.383337206
#> Oligos--Neurons                       0.551606525        4.339428701
#> Oligos--PeripheralGlia                0.007309613        0.050031027
#> Oligos--Oligos                        0.161014465        4.307742172
#>                                ATGAGGAGTGTTAATC-1 ATGATCGGGAATAGAC-1
#> Astrocytes--Astrocytes                 0.00000000         0.00000000
#> Astrocytes--Neurons                    0.00000000         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.00000000         0.00000000
#> Neurons--Astrocytes                    0.74889577         0.42699041
#> Neurons--Neurons                       9.50243439         3.18772030
#> Neurons--PeripheralGlia                0.06428876         0.07237947
#> Neurons--Oligos                        0.68438108         3.21739732
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.00000000         0.19143407
#> Oligos--Neurons                        0.00000000         1.42916154
#> Oligos--PeripheralGlia                 0.00000000         0.03245014
#> Oligos--Oligos                         0.00000000         1.44246674
#>                                ATGCACTACCGCATTG-1 ATGCATGATCCAGGAT-1
#> Astrocytes--Astrocytes                0.109198083        0.053939945
#> Astrocytes--Neurons                   0.600824521        0.789944522
#> Astrocytes--PeripheralGlia            0.007096828        0.001702018
#> Astrocytes--Oligos                    0.267930664        0.082446317
#> Neurons--Astrocytes                   0.880421766        0.538497145
#> Neurons--Neurons                      4.844214950        7.886230985
#> Neurons--PeripheralGlia               0.057218967        0.016991712
#> Neurons--Oligos                       2.160220969        0.823084000
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.118933750        0.046914664
#> Oligos--Neurons                       0.654391650        0.687060058
#> Oligos--PeripheralGlia                0.007729553        0.001480343
#> Oligos--Oligos                        0.291818299        0.071708290
#>                                ATGCCGGTCTTGCATA-1 ATGCGACAGTCCCATT-1
#> Astrocytes--Astrocytes                 0.01172759          0.0000000
#> Astrocytes--Neurons                    0.18652824          0.0000000
#> Astrocytes--PeripheralGlia             0.01132490          0.0000000
#> Astrocytes--Oligos                     0.20853271          0.0000000
#> Neurons--Astrocytes                    0.04314839          0.0000000
#> Neurons--Neurons                       0.68627850          0.0000000
#> Neurons--PeripheralGlia                0.04166682          0.0000000
#> Neurons--Oligos                        0.76723781          0.0000000
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.22561228          0.5915761
#> Oligos--Neurons                        3.58838054          1.6628947
#> Oligos--PeripheralGlia                 0.21786547          0.1690444
#> Oligos--Oligos                         4.01169674          8.5764849
#>                                ATGCTCAGTGTTGCAT-1 ATGGATTGACCAAACG-1
#> Astrocytes--Astrocytes                 0.00000000        0.128760666
#> Astrocytes--Neurons                    0.00000000        0.693606302
#> Astrocytes--PeripheralGlia             0.00000000        0.001963043
#> Astrocytes--Oligos                     0.00000000        0.118885696
#> Neurons--Astrocytes                    0.33476727        1.074113486
#> Neurons--Neurons                       8.60185921        5.786020753
#> Neurons--PeripheralGlia                0.00000000        0.016375587
#> Neurons--Oligos                        2.37630806        0.991737101
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.02033133        0.162250121
#> Oligos--Neurons                        0.52241444        0.874006870
#> Oligos--PeripheralGlia                 0.00000000        0.002473613
#> Oligos--Oligos                         0.14431969        0.149806763
#>                                ATGTGCATCCGACGCA-1 ATGTTACGAGCAATAC-1
#> Astrocytes--Astrocytes                 0.36005693         0.00000000
#> Astrocytes--Neurons                    1.64245426         0.00000000
#> Astrocytes--PeripheralGlia             0.07653179         0.00000000
#> Astrocytes--Oligos                     0.25553302         0.00000000
#> Neurons--Astrocytes                    1.08053055         0.00000000
#> Neurons--Neurons                       4.92900390         0.00000000
#> Neurons--PeripheralGlia                0.22967185         0.00000000
#> Neurons--Oligos                        0.76685439         0.00000000
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.10169227         0.42332796
#> Oligos--Neurons                        0.46388469         1.29840634
#> Oligos--PeripheralGlia                 0.02161517         0.04754471
#> Oligos--Oligos                         0.07217118        10.23072099
#>                                ATTAATACTACGCGGG-1 ATTAATTCGGTCACTC-1
#> Astrocytes--Astrocytes                0.014913530         0.00000000
#> Astrocytes--Neurons                   0.313213610         0.00000000
#> Astrocytes--PeripheralGlia            0.005423423         0.00000000
#> Astrocytes--Oligos                    0.075209097         0.00000000
#> Neurons--Astrocytes                   0.312022554         0.11262707
#> Neurons--Neurons                      6.553090400         8.20526701
#> Neurons--PeripheralGlia               0.113469462         0.00000000
#> Neurons--Oligos                       1.573533195         0.70475748
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.037912298         0.01219995
#> Oligos--Neurons                       0.796233188         0.88880800
#> Oligos--PeripheralGlia                0.013787106         0.00000000
#> Oligos--Oligos                        0.191192136         0.07634049
#>                                ATTACTAGCCTCTTGC-1 ATTAGATTGATAGCGG-1
#> Astrocytes--Astrocytes                 0.02744329        0.021212828
#> Astrocytes--Neurons                    0.43886417        0.412233463
#> Astrocytes--PeripheralGlia             0.00000000        0.004600745
#> Astrocytes--Oligos                     0.04515816        0.031503005
#> Neurons--Astrocytes                    0.51269320        0.391315154
#> Neurons--Neurons                       8.19882383        7.604511972
#> Neurons--PeripheralGlia                0.00000000        0.084870410
#> Neurons--Oligos                        0.84364099        0.581139081
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.05008140        0.039241281
#> Oligos--Neurons                        0.80088558        0.762584294
#> Oligos--PeripheralGlia                 0.00000000        0.008510847
#> Oligos--Oligos                         0.08240937        0.058276920
#>                                ATTATGCCATAGGGAG-1 ATTCCTCCGCCAGTGC-1
#> Astrocytes--Astrocytes                0.239605427        0.116240022
#> Astrocytes--Neurons                   1.033865496        0.752092620
#> Astrocytes--PeripheralGlia            0.003791597        0.003989011
#> Astrocytes--Oligos                    0.166093163        0.086280140
#> Neurons--Astrocytes                   1.179102694        1.019523232
#> Neurons--Neurons                      5.087671037        6.596487922
#> Neurons--PeripheralGlia               0.018658518        0.034986999
#> Neurons--Oligos                       0.817347498        0.756749749
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.241349963        0.076836415
#> Oligos--Neurons                       1.041392937        0.497144614
#> Oligos--PeripheralGlia                0.003819203        0.002636797
#> Oligos--Oligos                        0.167302466        0.057032479
#>                                ATTCTCGTCTCTTTAG-1 ATTGAAGATCTTAGTG-1
#> Astrocytes--Astrocytes                0.005988157          0.8404533
#> Astrocytes--Neurons                   0.255892027          0.8337959
#> Astrocytes--PeripheralGlia            0.000000000          0.0000000
#> Astrocytes--Oligos                    0.035728101          1.2333286
#> Neurons--Astrocytes                   0.166733222          0.9825505
#> Neurons--Neurons                      7.125014507          0.9747676
#> Neurons--PeripheralGlia               0.000000000          0.0000000
#> Neurons--Oligos                       0.994807221          1.4418502
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.028487958          1.0675578
#> Oligos--Neurons                       1.217376529          1.0591015
#> Oligos--PeripheralGlia                0.000000000          0.0000000
#> Oligos--Oligos                        0.169972280          1.5665947
#>                                ATTGCTGCTCCTCCAT-1 ATTGGGAATATCTTGG-1
#> Astrocytes--Astrocytes                  1.1259254         0.00000000
#> Astrocytes--Neurons                     0.6338781         0.00000000
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      1.9174885         0.00000000
#> Neurons--Astrocytes                     0.2083303         0.19761387
#> Neurons--Neurons                        0.1172867         7.71550859
#> Neurons--PeripheralGlia                 0.0000000         0.00000000
#> Neurons--Oligos                         0.3547935         1.19679022
#> PeripheralGlia--Astrocytes              0.6403723         0.00000000
#> PeripheralGlia--Neurons                 0.3605194         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  1.0905754         0.00000000
#> Oligos--Astrocytes                      1.0872049         0.01930793
#> Oligos--Neurons                         0.6120791         0.75384657
#> Oligos--PeripheralGlia                  0.0000000         0.00000000
#> Oligos--Oligos                          1.8515463         0.11693282
#>                                ATTTAACTCGTATTAC-1 ATTTACAGTTTACTGG-1
#> Astrocytes--Astrocytes                 0.00000000         0.69299968
#> Astrocytes--Neurons                    0.00000000         1.21567800
#> Astrocytes--PeripheralGlia             0.00000000         0.01676144
#> Astrocytes--Oligos                     0.00000000         1.06523812
#> Neurons--Astrocytes                    0.27361913         0.47889290
#> Neurons--Neurons                       3.18710057         0.84008633
#> Neurons--PeripheralGlia                0.03896626         0.01158288
#> Neurons--Oligos                        2.66896483         0.73612583
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.21430125         1.14530726
#> Oligos--Neurons                        2.49616916         2.00912767
#> Oligos--PeripheralGlia                 0.03051876         0.02770130
#> Oligos--Oligos                         2.09036004         1.76049858
#>                                ATTTGTTCCAGGGCTC-1 CAAACGGTCGCACTTT-1
#> Astrocytes--Astrocytes                0.016311998         0.41026834
#> Astrocytes--Neurons                   0.319513156         0.66947978
#> Astrocytes--PeripheralGlia            0.006130637         0.01109288
#> Astrocytes--Oligos                    0.116035615         0.88841818
#> Neurons--Astrocytes                   0.329797390         1.06241067
#> Neurons--Neurons                      6.459944813         1.73365181
#> Neurons--PeripheralGlia               0.123949751         0.02872558
#> Neurons--Oligos                       2.346018164         2.30060390
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.045670835         0.60015888
#> Oligos--Neurons                       0.894582799         0.97934496
#> Oligos--PeripheralGlia                0.017164747         0.01622716
#> Oligos--Oligos                        0.324880097         1.29961785
#>                                CAAACTATTGAGCTTC-1 CAAATTGTCAGCAAGC-1
#> Astrocytes--Astrocytes                 0.04265248       4.305827e-03
#> Astrocytes--Neurons                    0.73317240       1.952944e-01
#> Astrocytes--PeripheralGlia             0.00000000       3.793222e-04
#> Astrocytes--Oligos                     0.06396987       1.419534e-02
#> Neurons--Astrocytes                    0.46523926       2.309916e-01
#> Neurons--Neurons                       7.99720362       1.047682e+01
#> Neurons--PeripheralGlia                0.00000000       2.034923e-02
#> Neurons--Oligos                        0.69776237       7.615273e-01
#> PeripheralGlia--Astrocytes             0.00000000       0.000000e+00
#> PeripheralGlia--Neurons                0.00000000       0.000000e+00
#> PeripheralGlia--PeripheralGlia         0.00000000       0.000000e+00
#> PeripheralGlia--Oligos                 0.00000000       0.000000e+00
#> Oligos--Astrocytes                     0.00000000       5.953658e-03
#> Oligos--Neurons                        0.00000000       2.700331e-01
#> Oligos--PeripheralGlia                 0.00000000       5.244880e-04
#> Oligos--Oligos                         0.00000000       1.962787e-02
#>                                CAACGACCCGTTTACA-1 CAACGGTTCTTGATAC-1
#> Astrocytes--Astrocytes                0.068396861        0.006176916
#> Astrocytes--Neurons                   0.447374995        0.054982033
#> Astrocytes--PeripheralGlia            0.007402601        0.000000000
#> Astrocytes--Oligos                    0.079654059        0.007689443
#> Neurons--Astrocytes                   0.961330680        0.830331735
#> Neurons--Neurons                      6.287939281        7.390958450
#> Neurons--PeripheralGlia               0.104044946        0.000000000
#> Neurons--Oligos                       1.119552709        1.033653174
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.104871421        0.150385459
#> Oligos--Neurons                       0.685950361        1.338612787
#> Oligos--PeripheralGlia                0.011350248        0.000000000
#> Oligos--Oligos                        0.122131839        0.187210003
#>                                CAACTCCTTGATCCCG-1 CAAGCAACGTCGGAGT-1
#> Astrocytes--Astrocytes                 0.01492914        1.508057775
#> Astrocytes--Neurons                    0.26110326        1.333654848
#> Astrocytes--PeripheralGlia             0.00000000        0.013216375
#> Astrocytes--Oligos                     0.03400304        1.855206353
#> Neurons--Astrocytes                    0.49758294        0.465406505
#> Neurons--Neurons                       8.70248045        0.411583463
#> Neurons--PeripheralGlia                0.00000000        0.004078748
#> Neurons--Oligos                        1.13330957        0.572541131
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.01717096        1.228264891
#> Oligos--Neurons                        0.30031156        1.086219277
#> Oligos--PeripheralGlia                 0.00000000        0.010764316
#> Oligos--Oligos                         0.03910908        1.511006320
#>                                CAAGCACCAAATGCCT-1 CAATAAACCTTGGCCC-1
#> Astrocytes--Astrocytes                0.000000000         0.00000000
#> Astrocytes--Neurons                   0.000000000         0.00000000
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.000000000         0.00000000
#> Neurons--Astrocytes                   0.049254516         0.13605931
#> Neurons--Neurons                      0.940559276         1.07698890
#> Neurons--PeripheralGlia               0.008510418         0.15768319
#> Neurons--Oligos                       0.739649191         1.61592799
#> PeripheralGlia--Astrocytes            0.000000000         0.09063982
#> PeripheralGlia--Neurons               0.000000000         0.71746715
#> PeripheralGlia--PeripheralGlia        0.000000000         0.10504519
#> PeripheralGlia--Oligos                0.000000000         1.07649694
#> Oligos--Astrocytes                    0.262487696         0.31996906
#> Oligos--Neurons                       5.012438641         2.53274205
#> Oligos--PeripheralGlia                0.045353810         0.37082168
#> Oligos--Oligos                        3.941746452         3.80015872
#>                                CAATTAAGGGTGATGA-1 CACACAGGGATAGATT-1
#> Astrocytes--Astrocytes                0.000000000          0.2960938
#> Astrocytes--Neurons                   0.000000000          1.0686422
#> Astrocytes--PeripheralGlia            0.000000000          0.1841656
#> Astrocytes--Oligos                    0.000000000          0.2681809
#> Neurons--Astrocytes                   0.224769056          1.1690015
#> Neurons--Neurons                      5.665946623          4.2190834
#> Neurons--PeripheralGlia               0.018843698          0.7271003
#> Neurons--Oligos                       0.747716201          1.0587992
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.112860134          0.1644058
#> Oligos--Neurons                       2.844962317          0.5933625
#> Oligos--PeripheralGlia                0.009461722          0.1022578
#> Oligos--Oligos                        0.375440250          0.1489072
#>                                CACAGCACCCACGGCA-1 CACAGCTAGGGAGTGA-1
#> Astrocytes--Astrocytes                 0.02466797          0.0000000
#> Astrocytes--Neurons                    0.11891262          0.0000000
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.05399542          0.0000000
#> Neurons--Astrocytes                    0.38483302          0.4872514
#> Neurons--Neurons                       1.85509767          8.6193618
#> Neurons--PeripheralGlia                0.00000000          0.1926487
#> Neurons--Oligos                        0.84235614          0.7007380
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.83902985          0.0000000
#> Oligos--Neurons                        4.04456544          0.0000000
#> Oligos--PeripheralGlia                 0.00000000          0.0000000
#> Oligos--Oligos                         1.83654188          0.0000000
#>                                CACCATCGGAGGAGAC-1 CACCCACACGTCACCC-1
#> Astrocytes--Astrocytes                0.000000000         0.01858706
#> Astrocytes--Neurons                   0.000000000         0.54423555
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.000000000         0.04092788
#> Neurons--Astrocytes                   0.237500581         0.28927291
#> Neurons--Neurons                      8.325790653         8.47001054
#> Neurons--PeripheralGlia               0.022335485         0.00000000
#> Neurons--Oligos                       0.800587031         0.63696606
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.015530713         0.00000000
#> Oligos--Neurons                       0.544442729         0.00000000
#> Oligos--PeripheralGlia                0.001460569         0.00000000
#> Oligos--Oligos                        0.052352240         0.00000000
#>                                CACCGCCAGAAGGTTT-1 CACCTAATCAGTTTAC-1
#> Astrocytes--Astrocytes                0.217154408        0.005712614
#> Astrocytes--Neurons                   1.377293297        0.119383739
#> Astrocytes--PeripheralGlia            0.003751170        0.003844395
#> Astrocytes--Oligos                    0.204187146        0.083147101
#> Neurons--Astrocytes                   0.823333428        0.248548706
#> Neurons--Neurons                      5.221959917        5.194237704
#> Neurons--PeripheralGlia               0.014222430        0.167264819
#> Neurons--Oligos                       0.774168505        3.617626774
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.164328475        0.068960240
#> Oligos--Neurons                       1.042246895        1.441149630
#> Oligos--PeripheralGlia                0.002838644        0.046407894
#> Oligos--Oligos                        0.154515686        1.003716384
#>                                CACCTCGATGGTGGAC-1 CACGAAAGTTAGTCCC-1
#> Astrocytes--Astrocytes                0.000000000         0.69235961
#> Astrocytes--Neurons                   0.000000000         1.32206436
#> Astrocytes--PeripheralGlia            0.000000000         0.04562789
#> Astrocytes--Oligos                    0.000000000         0.96157249
#> Neurons--Astrocytes                   0.140249598         1.24552977
#> Neurons--Neurons                      7.131407719         2.37834571
#> Neurons--PeripheralGlia               0.023670572         0.08208292
#> Neurons--Oligos                       2.133223641         1.72983394
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.023375278         1.04086440
#> Oligos--Neurons                       1.188585513         1.98753610
#> Oligos--PeripheralGlia                0.003945154         0.06859506
#> Oligos--Oligos                        0.355542526         1.44558775
#>                                CACGCACAGCGCAGCT-1 CACGCAGCGAGGCTTT-1
#> Astrocytes--Astrocytes                 0.03952254          0.4119887
#> Astrocytes--Neurons                    0.28821142          0.5828206
#> Astrocytes--PeripheralGlia             0.03070730          0.0000000
#> Astrocytes--Oligos                     0.42445519          0.8436332
#> Neurons--Astrocytes                    0.16750844          0.1507499
#> Neurons--Neurons                       1.22152681          0.2132587
#> Neurons--PeripheralGlia                0.13014677          0.0000000
#> Neurons--Oligos                        1.79896893          0.3086921
#> PeripheralGlia--Astrocytes             0.17507709          0.0000000
#> PeripheralGlia--Neurons                1.27671993          0.0000000
#> PeripheralGlia--PeripheralGlia         0.13602729          0.0000000
#> PeripheralGlia--Oligos                 1.88025303          0.0000000
#> Oligos--Astrocytes                     0.22368150          1.6782273
#> Oligos--Neurons                        1.63115934          2.3741075
#> Oligos--PeripheralGlia                 0.17379080          0.0000000
#> Oligos--Oligos                         2.40224362          3.4365220
#>                                CACTAAAGTTGCCTAT-1 CACTCAGCTCTTGAGG-1
#> Astrocytes--Astrocytes                0.635592109         0.02268792
#> Astrocytes--Neurons                   0.456673959         0.59251545
#> Astrocytes--PeripheralGlia            0.008270712         0.00000000
#> Astrocytes--Oligos                    1.284868612         0.04327827
#> Neurons--Astrocytes                   0.000000000         0.35631603
#> Neurons--Neurons                      0.000000000         9.30551292
#> Neurons--PeripheralGlia               0.000000000         0.00000000
#> Neurons--Oligos                       0.000000000         0.67968941
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    2.028911422         0.00000000
#> Oligos--Neurons                       1.457776142         0.00000000
#> Oligos--PeripheralGlia                0.026401432         0.00000000
#> Oligos--Oligos                        4.101505613         0.00000000
#>                                CACTGTCCAAGTGAGA-1 CACTTAATCAGACGGA-1
#> Astrocytes--Astrocytes                 0.04401961         1.27821810
#> Astrocytes--Neurons                    0.36912415         0.91163521
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.07159400         2.57265143
#> Neurons--Astrocytes                    0.77211395         0.28907003
#> Neurons--Neurons                       6.47452066         0.20616702
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        1.25577482         0.58180714
#> PeripheralGlia--Astrocytes             0.00000000         0.09305725
#> PeripheralGlia--Neurons                0.00000000         0.06636917
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.18729502
#> Oligos--Astrocytes                     0.09197837         1.02357447
#> Oligos--Neurons                        0.77127978         0.73002137
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.14959466         2.06013380
#>                                CACTTCGCCACAGGCT-1 CAGAGCATGAGCTTGC-1
#> Astrocytes--Astrocytes                   0.000000         0.02072775
#> Astrocytes--Neurons                      0.000000         0.42638533
#> Astrocytes--PeripheralGlia               0.000000         0.01145290
#> Astrocytes--Oligos                       0.000000         0.12466721
#> Neurons--Astrocytes                      0.689024         0.30661888
#> Neurons--Neurons                         8.700299         6.30737833
#> Neurons--PeripheralGlia                  0.000000         0.16941894
#> Neurons--Oligos                          1.610677         1.84416118
#> PeripheralGlia--Astrocytes               0.000000         0.00000000
#> PeripheralGlia--Neurons                  0.000000         0.00000000
#> PeripheralGlia--PeripheralGlia           0.000000         0.00000000
#> PeripheralGlia--Oligos                   0.000000         0.00000000
#> Oligos--Astrocytes                       0.000000         0.02804732
#> Oligos--Neurons                          0.000000         0.57695416
#> Oligos--PeripheralGlia                   0.000000         0.01549724
#> Oligos--Oligos                           0.000000         0.16869076
#>                                CAGATACTAACATAGT-1 CAGCTCACTGAGACAT-1
#> Astrocytes--Astrocytes                   0.000000         0.49082370
#> Astrocytes--Neurons                      0.000000         0.71257046
#> Astrocytes--PeripheralGlia               0.000000         0.06723518
#> Astrocytes--Oligos                       0.000000         0.99097914
#> Neurons--Astrocytes                      0.521042         1.44388646
#> Neurons--Neurons                         8.933148         2.09621263
#> Neurons--PeripheralGlia                  0.000000         0.19778989
#> Neurons--Oligos                          0.545810         2.91522467
#> PeripheralGlia--Astrocytes               0.000000         0.00000000
#> PeripheralGlia--Neurons                  0.000000         0.00000000
#> PeripheralGlia--PeripheralGlia           0.000000         0.00000000
#> PeripheralGlia--Oligos                   0.000000         0.00000000
#> Oligos--Astrocytes                       0.000000         0.66957986
#> Oligos--Neurons                          0.000000         0.97208597
#> Oligos--PeripheralGlia                   0.000000         0.09172198
#> Oligos--Oligos                           0.000000         1.35189005
#>                                CAGCTCGTGCTTGTGT-1 CAGCTTAGTAGGTAGC-1
#> Astrocytes--Astrocytes                 0.03751751         0.92324361
#> Astrocytes--Neurons                    0.69132777         1.52087725
#> Astrocytes--PeripheralGlia             0.00000000         0.02682787
#> Astrocytes--Oligos                     0.44005044         0.97508091
#> Neurons--Astrocytes                    0.10723635         0.49353293
#> Neurons--Neurons                       1.97602331         0.81300644
#> Neurons--PeripheralGlia                0.00000000         0.01434122
#> Neurons--Oligos                        1.25779689         0.52124329
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.17621153         1.53029032
#> Oligos--Neurons                        3.24701547         2.52087715
#> Oligos--PeripheralGlia                 0.00000000         0.04446760
#> Oligos--Oligos                         2.06682075         1.61621143
#>                                CAGTGTCCGCAGAATG-1 CAGTTCAAATTGACAC-1
#> Astrocytes--Astrocytes                0.025053676          0.1766387
#> Astrocytes--Neurons                   0.449082318          0.5073675
#> Astrocytes--PeripheralGlia            0.002270130          0.0000000
#> Astrocytes--Oligos                    0.446112387          0.3242564
#> Neurons--Astrocytes                   0.166262944          0.5188076
#> Neurons--Neurons                      2.980231271          1.4901949
#> Neurons--PeripheralGlia               0.015065195          0.0000000
#> Neurons--Oligos                       2.960522009          0.9523773
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.080262493          1.0564654
#> Oligos--Neurons                       1.438689737          3.0345343
#> Oligos--PeripheralGlia                0.007272638          0.0000000
#> Oligos--Oligos                        1.429175202          1.9393580
#>                                CATACAAAGCCGAACC-1 CATAGTAGCATAGTAG-1
#> Astrocytes--Astrocytes               0.0076072477        0.078832860
#> Astrocytes--Neurons                  0.2374461900        1.045056620
#> Astrocytes--PeripheralGlia           0.0007322109        0.007407432
#> Astrocytes--Oligos                   0.1410298538        0.182286380
#> Neurons--Astrocytes                  0.0975672080        0.422192611
#> Neurons--Neurons                     3.0453802344        5.596843535
#> Neurons--PeripheralGlia              0.0093910143        0.039670807
#> Neurons--Oligos                      1.8087867794        0.976242178
#> PeripheralGlia--Astrocytes           0.0000000000        0.000000000
#> PeripheralGlia--Neurons              0.0000000000        0.000000000
#> PeripheralGlia--PeripheralGlia       0.0000000000        0.000000000
#> PeripheralGlia--Oligos               0.0000000000        0.000000000
#> Oligos--Astrocytes                   0.1504880489        0.099110512
#> Oligos--Neurons                      4.6972065648        1.313869576
#> Oligos--PeripheralGlia               0.0144847377        0.009312797
#> Oligos--Oligos                       2.7898799101        0.229174693
#>                                CATCATCTACCCGGAC-1 CATCGCCCGCGGCCAA-1
#> Astrocytes--Astrocytes                 0.00000000          0.0000000
#> Astrocytes--Neurons                    0.00000000          0.0000000
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.00000000          0.0000000
#> Neurons--Astrocytes                    0.30606560          0.1212941
#> Neurons--Neurons                       8.91910458          2.3317504
#> Neurons--PeripheralGlia                0.02125304          0.0000000
#> Neurons--Oligos                        0.75357677          1.0118180
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.00000000          0.2287749
#> Oligos--Neurons                        0.00000000          4.3979552
#> Oligos--PeripheralGlia                 0.00000000          0.0000000
#> Oligos--Oligos                         0.00000000          1.9084075
#>                                CATGAACCGACATTTG-1 CATGATGCACAATTCT-1
#> Astrocytes--Astrocytes                0.002810517        0.012958044
#> Astrocytes--Neurons                   0.293214165        0.109896096
#> Astrocytes--PeripheralGlia            0.000000000        0.006495664
#> Astrocytes--Oligos                    0.039650631        0.125151844
#> Neurons--Astrocytes                   0.078444170        0.139368690
#> Neurons--Neurons                      8.183883230        1.181974329
#> Neurons--PeripheralGlia               0.000000000        0.069863343
#> Neurons--Oligos                       1.106686416        1.346055712
#> PeripheralGlia--Astrocytes            0.000000000        0.074309948
#> PeripheralGlia--Neurons               0.000000000        0.630216520
#> PeripheralGlia--PeripheralGlia        0.000000000        0.037250414
#> PeripheralGlia--Oligos                0.000000000        0.717703021
#> Oligos--Astrocytes                    0.002472557        0.333432303
#> Oligos--Neurons                       0.257955611        2.827811774
#> Oligos--PeripheralGlia                0.000000000        0.167144394
#> Oligos--Oligos                        0.034882703        3.220367904
#>                                CATGCGTTAGACAGAA-1 CATGCTGGCTCCAATT-1
#> Astrocytes--Astrocytes                0.001924012       0.0037013200
#> Astrocytes--Neurons                   0.106304224       0.1787899713
#> Astrocytes--PeripheralGlia            0.000000000       0.0004796047
#> Astrocytes--Oligos                    0.027771663       0.0185770936
#> Neurons--Astrocytes                   0.120020517       0.1695938654
#> Neurons--Neurons                      6.631294697       8.1921266788
#> Neurons--PeripheralGlia               0.000000000       0.0219754063
#> Neurons--Oligos                       1.732406044       0.8511993321
#> PeripheralGlia--Astrocytes            0.000000000       0.0000000000
#> PeripheralGlia--Neurons               0.000000000       0.0000000000
#> PeripheralGlia--PeripheralGlia        0.000000000       0.0000000000
#> PeripheralGlia--Oligos                0.000000000       0.0000000000
#> Oligos--Astrocytes                    0.019527018       0.0103494150
#> Oligos--Neurons                       1.078893978       0.4999220850
#> Oligos--PeripheralGlia                0.000000000       0.0013410426
#> Oligos--Oligos                        0.281857847       0.0519441851
#>                                CATGGCAGGAAGATCG-1 CATGGTCTAGATACCG-1
#> Astrocytes--Astrocytes                0.020547731        0.068146721
#> Astrocytes--Neurons                   0.296106863        1.118294470
#> Astrocytes--PeripheralGlia            0.002769836        0.002569823
#> Astrocytes--Oligos                    0.137593871        0.084813729
#> Neurons--Astrocytes                   0.307857437        0.395432164
#> Neurons--Neurons                      4.436436377        6.489081133
#> Neurons--PeripheralGlia               0.041499211        0.014911808
#> Neurons--Oligos                       2.061507280        0.492145120
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.121198944        0.071398328
#> Oligos--Neurons                       1.746559734        1.171653663
#> Oligos--PeripheralGlia                0.016337629        0.002692442
#> Oligos--Oligos                        0.811585088        0.088860598
#>                                CATTACGTCGGCCCGT-1 CATTATGCTTGTTGTG-1
#> Astrocytes--Astrocytes                0.032435349         0.01963553
#> Astrocytes--Neurons                   0.255373142         0.38999381
#> Astrocytes--PeripheralGlia            0.010730132         0.00000000
#> Astrocytes--Oligos                    0.316732271         0.01469211
#> Neurons--Astrocytes                   0.154170460         0.39779913
#> Neurons--Neurons                      1.213829856         7.90094189
#> Neurons--PeripheralGlia               0.051002054         0.00000000
#> Neurons--Oligos                       1.505479720         0.29764957
#> PeripheralGlia--Astrocytes            0.013837471         0.00000000
#> PeripheralGlia--Neurons               0.108946526         0.00000000
#> PeripheralGlia--PeripheralGlia        0.004577657         0.00000000
#> PeripheralGlia--Oligos                0.135123373         0.00000000
#> Oligos--Astrocytes                    0.326728558         0.04531668
#> Oligos--Neurons                       2.572431052         0.90006349
#> Oligos--PeripheralGlia                0.108087033         0.00000000
#> Oligos--Oligos                        3.190515344         0.03390779
#>                                CCAAACAGAACCCTCG-1 CCAACGATGCACTGAT-1
#> Astrocytes--Astrocytes                 0.31825860         0.87953763
#> Astrocytes--Neurons                    0.96728481         0.80922768
#> Astrocytes--PeripheralGlia             0.02077483         0.01564848
#> Astrocytes--Oligos                     0.22585826         1.13402171
#> Neurons--Astrocytes                    1.55651856         1.60289312
#> Neurons--Neurons                       4.73073395         1.47475837
#> Neurons--PeripheralGlia                0.10160418         0.02851821
#> Neurons--Oligos                        1.10461296         2.06667179
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.20238954         0.61623973
#> Oligos--Neurons                        0.61512345         0.56697773
#> Oligos--PeripheralGlia                 0.01321129         0.01096396
#> Oligos--Oligos                         0.14362958         0.79454159
#>                                CCAAGACTTCTGCGAA-1 CCAAGCGTAACTCGTA-1
#> Astrocytes--Astrocytes                0.033143200        0.036406670
#> Astrocytes--Neurons                   0.775085793        0.252382797
#> Astrocytes--PeripheralGlia            0.012528950        0.010431375
#> Astrocytes--Oligos                    0.059612928        0.517672282
#> Neurons--Astrocytes                   0.304387109        0.427143781
#> Neurons--Neurons                      7.118386935        2.961098636
#> Neurons--PeripheralGlia               0.115065863        0.122386829
#> Neurons--Oligos                       0.547485057        6.073625894
#> PeripheralGlia--Astrocytes            0.008889780        0.014078259
#> PeripheralGlia--Neurons               0.207896105        0.097595037
#> PeripheralGlia--PeripheralGlia        0.003360557        0.004033755
#> PeripheralGlia--Oligos                0.015989579        0.200181019
#> Oligos--Astrocytes                    0.030048526        0.190879861
#> Oligos--Neurons                       0.702713832        1.323240845
#> Oligos--PeripheralGlia                0.011359087        0.054691610
#> Oligos--Oligos                        0.054046700        2.714151350
#>                                CCAAGGAACAGAGAGG-1 CCAATAGTGCCGTCGA-1
#> Astrocytes--Astrocytes               1.299472e-20         1.34548731
#> Astrocytes--Neurons                  2.067939e-19         0.59353515
#> Astrocytes--PeripheralGlia           2.170631e-21         0.08035177
#> Astrocytes--Oligos                   1.284602e-19         1.82251098
#> Neurons--Astrocytes                  2.322848e-02         0.37576156
#> Neurons--Neurons                     3.696506e-01         0.16575979
#> Neurons--PeripheralGlia              3.880072e-03         0.02244027
#> Neurons--Oligos                      2.296268e-01         0.50898255
#> PeripheralGlia--Astrocytes           0.000000e+00         0.00000000
#> PeripheralGlia--Neurons              0.000000e+00         0.00000000
#> PeripheralGlia--PeripheralGlia       0.000000e+00         0.00000000
#> PeripheralGlia--Oligos               0.000000e+00         0.00000000
#> Oligos--Astrocytes                   3.476048e-01         1.78090498
#> Oligos--Neurons                      5.531673e+00         0.78561106
#> Oligos--PeripheralGlia               5.806371e-02         0.10635467
#> Oligos--Oligos                       3.436272e+00         2.41229989
#>                                CCAATTGAATGTTAAT-1 CCACGAGAAGAGAATC-1
#> Astrocytes--Astrocytes                 0.16619181        0.003152971
#> Astrocytes--Neurons                    0.66838140        0.262156083
#> Astrocytes--PeripheralGlia             0.01389976        0.000000000
#> Astrocytes--Oligos                     0.13506789        0.023240661
#> Neurons--Astrocytes                    0.64140314        0.101937053
#> Neurons--Neurons                       2.57956120        8.475629847
#> Neurons--PeripheralGlia                0.05364494        0.000000000
#> Neurons--Oligos                        0.52128305        0.751381537
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.88213459        0.004179583
#> Oligos--Neurons                        3.54772221        0.347514416
#> Oligos--PeripheralGlia                 0.07377897        0.000000000
#> Oligos--Oligos                         0.71693103        0.030807848
#>                                CCAGGGACGTGGCCTC-1 CCATAAACAACCCGAC-1
#> Astrocytes--Astrocytes                   0.000000         0.06122415
#> Astrocytes--Neurons                      0.000000         1.37022442
#> Astrocytes--PeripheralGlia               0.000000         0.00000000
#> Astrocytes--Oligos                       0.000000         0.06738075
#> Neurons--Astrocytes                      0.498081         0.35781865
#> Neurons--Neurons                         8.436223         8.00814526
#> Neurons--PeripheralGlia                  0.000000         0.00000000
#> Neurons--Oligos                          1.065696         0.39380033
#> PeripheralGlia--Astrocytes               0.000000         0.00000000
#> PeripheralGlia--Neurons                  0.000000         0.00000000
#> PeripheralGlia--PeripheralGlia           0.000000         0.00000000
#> PeripheralGlia--Oligos                   0.000000         0.00000000
#> Oligos--Astrocytes                       0.000000         0.03028495
#> Oligos--Neurons                          0.000000         0.67779114
#> Oligos--PeripheralGlia                   0.000000         0.00000000
#> Oligos--Oligos                           0.000000         0.03333036
#>                                CCATAGGTTGGCGTGG-1 CCATCCATACCAAGTC-1
#> Astrocytes--Astrocytes                 0.00000000        0.002302121
#> Astrocytes--Neurons                    0.00000000        0.034064203
#> Astrocytes--PeripheralGlia             0.00000000        0.000153030
#> Astrocytes--Oligos                     0.00000000        0.025667846
#> Neurons--Astrocytes                    0.12624753        0.040872655
#> Neurons--Neurons                       1.58275825        0.604787658
#> Neurons--PeripheralGlia                0.05730444        0.002716948
#> Neurons--Oligos                        1.48584369        0.455715831
#> PeripheralGlia--Astrocytes             0.02338660        0.000000000
#> PeripheralGlia--Neurons                0.29319654        0.000000000
#> PeripheralGlia--PeripheralGlia         0.01061531        0.000000000
#> PeripheralGlia--Oligos                 0.27524369        0.000000000
#> Oligos--Astrocytes                     0.27738219        0.327017330
#> Oligos--Neurons                        3.47752515        4.838835324
#> Oligos--PeripheralGlia                 0.12590530        0.021737985
#> Oligos--Oligos                         3.26459130        3.646129070
#>                                CCATGCCTGTTTAGTA-1 CCATGCTCTGCAGGAA-1
#> Astrocytes--Astrocytes                  0.1554530         0.65849108
#> Astrocytes--Neurons                     0.1195142         2.01226300
#> Astrocytes--PeripheralGlia              0.0000000         0.03493519
#> Astrocytes--Oligos                      0.2770521         0.57355363
#> Neurons--Astrocytes                     0.1341823         0.89641833
#> Neurons--Neurons                        0.1031610         2.73933769
#> Neurons--PeripheralGlia                 0.0000000         0.04755805
#> Neurons--Oligos                         0.2391430         0.78079111
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      2.5264433         0.45314885
#> Oligos--Neurons                         1.9423615         1.38476389
#> Oligos--PeripheralGlia                  0.0000000         0.02404109
#> Oligos--Oligos                          4.5026897         0.39469808
#>                                CCATTAGCGATAATCC-1 CCATTCCCTGCCCACA-1
#> Astrocytes--Astrocytes                0.740192364         1.09062729
#> Astrocytes--Neurons                   0.552852571         0.63451882
#> Astrocytes--PeripheralGlia            0.007651180         0.06402117
#> Astrocytes--Oligos                    1.426079755         1.64581683
#> Neurons--Astrocytes                   0.542134107         1.40238919
#> Neurons--Neurons                      0.404922085         0.81589957
#> Neurons--PeripheralGlia               0.005603902         0.08232197
#> Neurons--Oligos                       1.044493988         2.11628275
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    1.432206733         1.31705282
#> Oligos--Neurons                       1.069720810         0.76625151
#> Oligos--PeripheralGlia                0.014804356         0.07731262
#> Oligos--Oligos                        2.759338148         1.98750546
#>                                CCCGACCATAGTCCGC-1 CCCGCCATGCTCCCGT-1
#> Astrocytes--Astrocytes                0.013947119         0.06204181
#> Astrocytes--Neurons                   0.525401618         0.44684384
#> Astrocytes--PeripheralGlia            0.003301387         0.00000000
#> Astrocytes--Oligos                    0.149689610         0.07472274
#> Neurons--Astrocytes                   0.185649669         0.85825215
#> Neurons--Neurons                      6.993604492         6.18139063
#> Neurons--PeripheralGlia               0.043944658         0.00000000
#> Neurons--Oligos                       1.992513709         1.03367313
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.042142092         0.14277871
#> Oligos--Neurons                       1.587533797         1.02833527
#> Oligos--PeripheralGlia                0.009975347         0.00000000
#> Oligos--Oligos                        0.452296503         0.17196172
#>                                CCCGTCAGCGTCTGAC-1 CCCTCATTCTGGAATT-1
#> Astrocytes--Astrocytes                 0.22224387         0.00000000
#> Astrocytes--Neurons                    0.79818250         0.00000000
#> Astrocytes--PeripheralGlia             0.01526208         0.00000000
#> Astrocytes--Oligos                     0.11582116         0.00000000
#> Neurons--Astrocytes                    1.56043743         0.29593089
#> Neurons--Neurons                       5.60426648         8.13633917
#> Neurons--PeripheralGlia                0.10715941         0.00000000
#> Neurons--Oligos                        0.81321335         1.26227045
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.14734051         0.00932431
#> Oligos--Neurons                        0.52916924         0.25636305
#> Oligos--PeripheralGlia                 0.01011827         0.00000000
#> Oligos--Oligos                         0.07678570         0.03977213
#>                                CCCTGAAATGAGTTGA-1 CCGAAAGTGGTGAGCA-1
#> Astrocytes--Astrocytes                 0.59003258         0.00000000
#> Astrocytes--Neurons                    0.78850230         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.95200329         0.00000000
#> Neurons--Astrocytes                    0.45719344         0.02216379
#> Neurons--Neurons                       0.61097995         0.08966278
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        0.73767055         0.59831816
#> PeripheralGlia--Astrocytes             0.07103931         0.00000000
#> PeripheralGlia--Neurons                0.09493486         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.11462021         0.00000000
#> Oligos--Astrocytes                     1.41347857         0.28993859
#> Oligos--Neurons                        1.88893146         1.17293592
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         2.28061348         7.82698076
#>                                CCGCCGGTCAACACAC-1 CCGGAATGGTTTCAGT-1
#> Astrocytes--Astrocytes                 0.01044998         0.11801950
#> Astrocytes--Neurons                    0.44354745         1.30791170
#> Astrocytes--PeripheralGlia             0.00000000         0.09414156
#> Astrocytes--Oligos                     0.10682254         0.25978244
#> Neurons--Astrocytes                    0.19482889         0.52184182
#> Neurons--Neurons                       8.26947685         5.78313768
#> Neurons--PeripheralGlia                0.00000000         0.41626173
#> Neurons--Oligos                        1.99159414         1.14866900
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.03695524         0.08953201
#> Oligos--Neurons                        1.56855838         0.99220858
#> Oligos--PeripheralGlia                 0.00000000         0.07141771
#> Oligos--Oligos                         0.37776654         0.19707628
#>                                CCGGCGCATATTGGAT-1 CCGGGACCCGCAGAGA-1
#> Astrocytes--Astrocytes                 0.00000000        0.048192988
#> Astrocytes--Neurons                    0.00000000        0.706657663
#> Astrocytes--PeripheralGlia             0.00000000        0.004446881
#> Astrocytes--Oligos                     0.00000000        0.518693794
#> Neurons--Astrocytes                    0.24544316        0.208942007
#> Neurons--Neurons                       4.88176037        3.063733465
#> Neurons--PeripheralGlia                0.03033528        0.019279572
#> Neurons--Oligos                        3.42518332        2.248811012
#> PeripheralGlia--Astrocytes             0.00000000        0.013081266
#> PeripheralGlia--Neurons                0.00000000        0.191811656
#> PeripheralGlia--PeripheralGlia         0.00000000        0.001207039
#> PeripheralGlia--Oligos                 0.00000000        0.140791674
#> Oligos--Astrocytes                     0.04053040        0.106883232
#> Oligos--Neurons                        0.80613247        1.567237430
#> Oligos--PeripheralGlia                 0.00500931        0.009862368
#> Oligos--Oligos                         0.56560570        1.150367952
#>                                CCGGGCGGTCTCGTCA-1 CCGTACCCAAGCGCCA-1
#> Astrocytes--Astrocytes                 0.00000000         0.00000000
#> Astrocytes--Neurons                    0.00000000         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.00000000         0.00000000
#> Neurons--Astrocytes                    0.04706504         0.11568258
#> Neurons--Neurons                       0.32634742         6.90967671
#> Neurons--PeripheralGlia                0.03245108         0.00000000
#> Neurons--Oligos                        0.62202168         2.89616347
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.41081724         0.01257479
#> Oligos--Neurons                        2.84859288         0.75108723
#> Oligos--PeripheralGlia                 0.28325618         0.00000000
#> Oligos--Oligos                         5.42944847         0.31481522
#>                                CCGTGCCCATGACGGC-1 CCTACGGCTCAGTCGA-1
#> Astrocytes--Astrocytes                0.007963036        0.020893569
#> Astrocytes--Neurons                   0.399201948        0.165008892
#> Astrocytes--PeripheralGlia            0.000000000        0.001272386
#> Astrocytes--Oligos                    0.082507529        0.325695710
#> Neurons--Astrocytes                   0.143903214        0.000000000
#> Neurons--Neurons                      7.214138757        0.000000000
#> Neurons--PeripheralGlia               0.000000000        0.000000000
#> Neurons--Oligos                       1.491026699        0.000000000
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.010753365        0.427229755
#> Oligos--Neurons                       0.539086433        3.374086466
#> Oligos--PeripheralGlia                0.000000000        0.026017640
#> Oligos--Oligos                        0.111419019        6.659795581
#>                                CCTACTGCTTACACTT-1 CCTAGTTAGTCGCATG-1
#> Astrocytes--Astrocytes                 0.02689893         0.01608129
#> Astrocytes--Neurons                    0.26697078         0.38624080
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.06756970         0.02182871
#> Neurons--Astrocytes                    0.67046586         0.34749787
#> Neurons--Neurons                       6.65434572         8.34621417
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        1.68419979         0.47169295
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.04685212         0.05347569
#> Oligos--Neurons                        0.46500531         1.28438073
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.11769179         0.07258780
#>                                CCTATGGGTTACCGTC-1 CCTCACCAATCTTGAC-1
#> Astrocytes--Astrocytes                  0.0000000          0.0000000
#> Astrocytes--Neurons                     0.0000000          0.0000000
#> Astrocytes--PeripheralGlia              0.0000000          0.0000000
#> Astrocytes--Oligos                      0.0000000          0.0000000
#> Neurons--Astrocytes                     0.1750208          0.6198056
#> Neurons--Neurons                        9.0342568          7.6005078
#> Neurons--PeripheralGlia                 0.0000000          0.0000000
#> Neurons--Oligos                         0.7907224          1.7796866
#> PeripheralGlia--Astrocytes              0.0000000          0.0000000
#> PeripheralGlia--Neurons                 0.0000000          0.0000000
#> PeripheralGlia--PeripheralGlia          0.0000000          0.0000000
#> PeripheralGlia--Oligos                  0.0000000          0.0000000
#> Oligos--Astrocytes                      0.0000000          0.0000000
#> Oligos--Neurons                         0.0000000          0.0000000
#> Oligos--PeripheralGlia                  0.0000000          0.0000000
#> Oligos--Oligos                          0.0000000          0.0000000
#>                                CCTCCGACAATTCAAG-1 CCTCGAAGTGGACGGG-1
#> Astrocytes--Astrocytes                1.071436616        0.008524478
#> Astrocytes--Neurons                   1.476550148        0.337581039
#> Astrocytes--PeripheralGlia            0.011523676        0.000000000
#> Astrocytes--Oligos                    1.414462542        0.028388033
#> Neurons--Astrocytes                   1.490029040        0.162187557
#> Neurons--Neurons                      2.053413677        6.422849674
#> Neurons--PeripheralGlia               0.016025785        0.000000000
#> Neurons--Oligos                       1.967069477        0.540113471
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.404282432        0.079677493
#> Oligos--Neurons                       0.557142883        3.155338002
#> Oligos--PeripheralGlia                0.004348199        0.000000000
#> Oligos--Oligos                        0.533715525        0.265340253
#>                                CCTCGCCAGCAAATTA-1 CCTCTAATCTGCCAAG-1
#> Astrocytes--Astrocytes                0.009564782         0.00000000
#> Astrocytes--Neurons                   0.546560806         0.00000000
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.060812340         0.00000000
#> Neurons--Astrocytes                   0.167091885         0.06030504
#> Neurons--Neurons                      9.548140045         0.48896734
#> Neurons--PeripheralGlia               0.000000000         0.08441777
#> Neurons--Oligos                       1.062360727         0.82814505
#> PeripheralGlia--Astrocytes            0.000000000         0.02506294
#> PeripheralGlia--Neurons               0.000000000         0.20321614
#> PeripheralGlia--PeripheralGlia        0.000000000         0.03508425
#> PeripheralGlia--Oligos                0.000000000         0.34417931
#> Oligos--Astrocytes                    0.009386978         0.40966766
#> Oligos--Neurons                       0.536400564         3.32168077
#> Oligos--PeripheralGlia                0.000000000         0.57347161
#> Oligos--Oligos                        0.059681874         5.62580211
#>                                CCTCTCTCCCATCTAG-1 CCTCTGGCCTAGACGG-1
#> Astrocytes--Astrocytes                 1.54215688          0.0000000
#> Astrocytes--Neurons                    1.28869540          0.0000000
#> Astrocytes--PeripheralGlia             0.09864323          0.0000000
#> Astrocytes--Oligos                     2.11370922          0.0000000
#> Neurons--Astrocytes                    0.34190489          0.4500088
#> Neurons--Neurons                       0.28571105          8.9711064
#> Neurons--PeripheralGlia                0.02186976          0.0000000
#> Neurons--Oligos                        0.46862127          0.5788847
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     1.17382892          0.0000000
#> Oligos--Neurons                        0.98090405          0.0000000
#> Oligos--PeripheralGlia                 0.07508333          0.0000000
#> Oligos--Oligos                         1.60887199          0.0000000
#>                                CCTGAATATTTACATA-1 CCTGCTATTTGAGAAG-1
#> Astrocytes--Astrocytes                 0.05355769        0.003214580
#> Astrocytes--Neurons                    0.56941412        0.115242409
#> Astrocytes--PeripheralGlia             0.06999350        0.000000000
#> Astrocytes--Oligos                     0.84692539        0.005016668
#> Neurons--Astrocytes                    0.10535881        0.257130796
#> Neurons--Neurons                       1.12015281        9.218117648
#> Neurons--PeripheralGlia                0.13769138        0.000000000
#> Neurons--Oligos                        1.66607364        0.401277899
#> PeripheralGlia--Astrocytes             0.09335331        0.000000000
#> PeripheralGlia--Neurons                0.99251277        0.000000000
#> PeripheralGlia--PeripheralGlia         0.12200162        0.000000000
#> PeripheralGlia--Oligos                 1.47622659        0.000000000
#> Oligos--Astrocytes                     0.16509246        0.000000000
#> Oligos--Neurons                        1.75522838        0.000000000
#> Oligos--PeripheralGlia                 0.21575612        0.000000000
#> Oligos--Oligos                         2.61066143        0.000000000
#>                                CCTGGCTAGACCCGCC-1 CCTGTCACCCGGGCTC-1
#> Astrocytes--Astrocytes                0.208570322         0.00000000
#> Astrocytes--Neurons                   0.264882264         0.00000000
#> Astrocytes--PeripheralGlia            0.009253134         0.00000000
#> Astrocytes--Oligos                    0.442316082         0.00000000
#> Neurons--Astrocytes                   1.390217431         0.12150170
#> Neurons--Neurons                      1.765562506         8.26828695
#> Neurons--PeripheralGlia               0.061676411         0.02698169
#> Neurons--Oligos                       2.948240767         1.11557013
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.655973396         0.00596091
#> Oligos--Neurons                       0.833079781         0.40564468
#> Oligos--PeripheralGlia                0.029101983         0.00132373
#> Oligos--Oligos                        1.391125924         0.05473021
#>                                CCTTCTTGATCCAGTG-1 CGAACGCCCAGTGCCG-1
#> Astrocytes--Astrocytes                 0.00000000        0.006446434
#> Astrocytes--Neurons                    0.00000000        0.176219618
#> Astrocytes--PeripheralGlia             0.00000000        0.000000000
#> Astrocytes--Oligos                     0.00000000        0.021913498
#> Neurons--Astrocytes                    0.19276195        0.280587674
#> Neurons--Neurons                       7.93400178        7.670140284
#> Neurons--PeripheralGlia                0.00000000        0.000000000
#> Neurons--Oligos                        1.73038475        0.953807570
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.02234909        0.028072360
#> Oligos--Neurons                        0.91987921        0.767385598
#> Oligos--PeripheralGlia                 0.00000000        0.000000000
#> Oligos--Oligos                         0.20062322        0.095426963
#>                                CGAAGTTGCTCTGTGT-1 CGAGAGATGTGAACCT-1
#> Astrocytes--Astrocytes                 1.83619956          0.1496884
#> Astrocytes--Neurons                    1.55142197          2.1212890
#> Astrocytes--PeripheralGlia             0.08568812          0.2266097
#> Astrocytes--Oligos                     2.22181577          1.2498349
#> Neurons--Astrocytes                    1.51140127          0.2230040
#> Neurons--Neurons                       1.27699689          3.1602708
#> Neurons--PeripheralGlia                0.07053108          0.3376005
#> Neurons--Oligos                        1.82880731          1.8619890
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.84380717          0.1066400
#> Oligos--Neurons                        0.71294048          1.5112347
#> Oligos--PeripheralGlia                 0.03937712          0.1614398
#> Oligos--Oligos                         1.02101325          0.8903991
#>                                CGAGCGTTGATCAGCC-1 CGAGCTGGGCTTTAGG-1
#> Astrocytes--Astrocytes                0.003003784       0.0003865545
#> Astrocytes--Neurons                   0.157156581       0.0516545504
#> Astrocytes--PeripheralGlia            0.000000000       0.0000000000
#> Astrocytes--Oligos                    0.039260626       0.0323878387
#> Neurons--Astrocytes                   0.140446858       0.0395250296
#> Neurons--Neurons                      7.348113703       5.2816548328
#> Neurons--PeripheralGlia               0.000000000       0.0000000000
#> Neurons--Oligos                       1.835694940       3.3116421163
#> PeripheralGlia--Astrocytes            0.000000000       0.0000000000
#> PeripheralGlia--Neurons               0.000000000       0.0000000000
#> PeripheralGlia--PeripheralGlia        0.000000000       0.0000000000
#> PeripheralGlia--Oligos                0.000000000       0.0000000000
#> Oligos--Astrocytes                    0.007174636       0.0058730153
#> Oligos--Neurons                       0.375373594       0.7847999046
#> Oligos--PeripheralGlia                0.000000000       0.0000000000
#> Oligos--Oligos                        0.093775278       0.4920761578
#>                                CGAGGCTAAATATGGC-1 CGCAAACACGAGTTAC-1
#> Astrocytes--Astrocytes               0.0124418193         0.28011021
#> Astrocytes--Neurons                  0.1602010154         1.13130642
#> Astrocytes--PeripheralGlia           0.0003828622         0.07318223
#> Astrocytes--Oligos                   0.0312501822         0.46617608
#> Neurons--Astrocytes                  0.6249954279         0.90030838
#> Neurons--Neurons                     8.0474486636         3.63615676
#> Neurons--PeripheralGlia              0.0192324879         0.23521661
#> Neurons--Oligos                      1.5698042614         1.49834676
#> PeripheralGlia--Astrocytes           0.0000000000         0.00000000
#> PeripheralGlia--Neurons              0.0000000000         0.00000000
#> PeripheralGlia--PeripheralGlia       0.0000000000         0.00000000
#> PeripheralGlia--Oligos               0.0000000000         0.00000000
#> Oligos--Astrocytes                   0.0325391250         0.25547341
#> Oligos--Neurons                      0.4189741654         1.03180353
#> Oligos--PeripheralGlia               0.0010013006         0.06674556
#> Oligos--Oligos                       0.0817286891         0.42517405
#>                                CGCAATTACTTTCGGT-1 CGCAATTAGGGTAATA-1
#> Astrocytes--Astrocytes                  0.2786325         0.48936126
#> Astrocytes--Neurons                     1.1169459         1.23396491
#> Astrocytes--PeripheralGlia              0.0000000         0.02627438
#> Astrocytes--Oligos                      0.2299087         0.87700940
#> Neurons--Astrocytes                     0.7861645         0.00000000
#> Neurons--Neurons                        3.1514746         0.00000000
#> Neurons--PeripheralGlia                 0.0000000         0.00000000
#> Neurons--Oligos                         0.6486899         0.00000000
#> PeripheralGlia--Astrocytes              0.2732199         0.00000000
#> PeripheralGlia--Neurons                 1.0952486         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.2254426         0.00000000
#> Oligos--Astrocytes                      0.3761307         1.37372945
#> Oligos--Neurons                         1.5077842         3.46397248
#> Oligos--PeripheralGlia                  0.0000000         0.07375715
#> Oligos--Oligos                          0.3103577         2.46193097
#>                                CGCAATTCTACAATAA-1 CGCATTAGCTAATAGG-1
#> Astrocytes--Astrocytes                  0.6476108        0.000000000
#> Astrocytes--Neurons                     1.6864447        0.000000000
#> Astrocytes--PeripheralGlia              0.3826834        0.000000000
#> Astrocytes--Oligos                      0.5422491        0.000000000
#> Neurons--Astrocytes                     0.7691037        0.819124311
#> Neurons--Neurons                        2.0028248        7.307271760
#> Neurons--PeripheralGlia                 0.4544756        0.018019957
#> Neurons--Oligos                         0.6439761        0.513928505
#> PeripheralGlia--Astrocytes              0.3230577        0.000000000
#> PeripheralGlia--Neurons                 0.8412752        0.000000000
#> PeripheralGlia--PeripheralGlia          0.1908999        0.000000000
#> PeripheralGlia--Oligos                  0.2704985        0.000000000
#> Oligos--Astrocytes                      0.2473808        0.126927567
#> Oligos--Neurons                         0.6442049        1.132299722
#> Oligos--PeripheralGlia                  0.1461812        0.002792286
#> Oligos--Oligos                          0.2071337        0.079635892
#>                                CGCGCCCGACTTAATA-1 CGCGTTCATGAAATAC-1
#> Astrocytes--Astrocytes                0.009254943          0.0000000
#> Astrocytes--Neurons                   0.253973839          0.0000000
#> Astrocytes--PeripheralGlia            0.003678409          0.0000000
#> Astrocytes--Oligos                    0.179854070          0.0000000
#> Neurons--Astrocytes                   0.184548690          0.5889243
#> Neurons--Neurons                      5.064378966          7.1567655
#> Neurons--PeripheralGlia               0.073349512          0.0000000
#> Neurons--Oligos                       3.586389736          2.2543103
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.013352715          0.0000000
#> Oligos--Neurons                       0.366424749          0.0000000
#> Oligos--PeripheralGlia                0.005307082          0.0000000
#> Oligos--Oligos                        0.259487287          0.0000000
#>                                CGCTATACCGCCCACT-1 CGCTATTCAATGTATG-1
#> Astrocytes--Astrocytes                0.007309984        0.000000000
#> Astrocytes--Neurons                   0.108002632        0.000000000
#> Astrocytes--PeripheralGlia            0.000000000        0.000000000
#> Astrocytes--Oligos                    0.151154855        0.000000000
#> Neurons--Astrocytes                   0.077343319        0.180153761
#> Neurons--Neurons                      1.142722304        4.966706676
#> Neurons--PeripheralGlia               0.000000000        0.000000000
#> Neurons--Oligos                       1.599294576        3.760076038
#> PeripheralGlia--Astrocytes            0.006750686        0.007332263
#> PeripheralGlia--Neurons               0.099739182        0.202145088
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.139589761        0.153035190
#> Oligos--Astrocytes                    0.182925339        0.035002525
#> Oligos--Neurons                       2.702662205        0.964993873
#> Oligos--PeripheralGlia                0.000000000        0.000000000
#> Oligos--Oligos                        3.782505157        0.730554586
#>                                CGCTCGACATAATGAT-1 CGCTCTCCGTAGATTA-1
#> Astrocytes--Astrocytes                0.789129730         1.05333037
#> Astrocytes--Neurons                   2.791254293         1.05481524
#> Astrocytes--PeripheralGlia            0.043996671         0.05484102
#> Astrocytes--Oligos                    0.677069952         1.48193459
#> Neurons--Astrocytes                   0.675559777         0.86779763
#> Neurons--Neurons                      2.389542625         0.86902096
#> Neurons--PeripheralGlia               0.037664759         0.04518136
#> Neurons--Oligos                       0.579627415         1.22090786
#> PeripheralGlia--Astrocytes            0.071622094         0.00000000
#> PeripheralGlia--Neurons               0.253336643         0.00000000
#> PeripheralGlia--PeripheralGlia        0.003993176         0.00000000
#> PeripheralGlia--Oligos                0.061451452         0.00000000
#> Oligos--Astrocytes                    0.298254909         1.83568703
#> Oligos--Neurons                       1.054966331         1.83827478
#> Oligos--PeripheralGlia                0.016628727         0.09557395
#> Oligos--Oligos                        0.255901444         2.58263522
#>                                CGCTGTGACGCCGCAC-1 CGCTTCCACTGAAATC-1
#> Astrocytes--Astrocytes                 0.01018313         0.04817813
#> Astrocytes--Neurons                    0.86430560         0.50371284
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.01479111         0.05482868
#> Neurons--Astrocytes                    0.09427137         0.71018573
#> Neurons--Neurons                       8.00140181         7.42514624
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        0.13693026         0.80822038
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.01005530         0.11511937
#> Oligos--Neurons                        0.85345599         1.20359807
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.01460543         0.13101055
#>                                CGCTTTCATACCGGTG-1 CGGAGTTTGAGAGACA-1
#> Astrocytes--Astrocytes               0.0050874046        1.430347903
#> Astrocytes--Neurons                  0.0678676212        1.691302994
#> Astrocytes--PeripheralGlia           0.0004596533        0.102584549
#> Astrocytes--Oligos                   0.0586853235        1.427663636
#> Neurons--Astrocytes                  0.1109985957        0.687997359
#> Neurons--Neurons                     1.4807571310        0.813516761
#> Neurons--PeripheralGlia              0.0100288609        0.049343169
#> Neurons--Oligos                      1.2804148677        0.686706226
#> PeripheralGlia--Astrocytes           0.0000000000        0.083237513
#> PeripheralGlia--Neurons              0.0000000000        0.098423506
#> PeripheralGlia--PeripheralGlia       0.0000000000        0.005969794
#> PeripheralGlia--Oligos               0.0000000000        0.083081305
#> Oligos--Astrocytes                   0.2690316759        0.873178474
#> Oligos--Neurons                      3.5889694842        1.032482632
#> Oligos--PeripheralGlia               0.0243073459        0.062624359
#> Oligos--Oligos                       3.1033920360        0.871539821
#>                                CGGCACTCAAGAAAGT-1 CGGCCACGCACAAAGT-1
#> Astrocytes--Astrocytes                0.000000000         0.61126366
#> Astrocytes--Neurons                   0.000000000         0.62398705
#> Astrocytes--PeripheralGlia            0.000000000         0.08136443
#> Astrocytes--Oligos                    0.000000000         0.96411652
#> Neurons--Astrocytes                   0.042956892         1.10119230
#> Neurons--Neurons                      2.413735351         1.12411351
#> Neurons--PeripheralGlia               0.011611331         0.14657813
#> Neurons--Oligos                       3.264360392         1.73685722
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.031976668         0.96766493
#> Oligos--Neurons                       1.796759744         0.98780678
#> Oligos--PeripheralGlia                0.008643356         0.12880449
#> Oligos--Oligos                        2.429956267         1.52625097
#>                                CGGGATCAATGTAAGA-1 CGGGCAGCTAAACCGC-1
#> Astrocytes--Astrocytes                0.097368980          0.6615771
#> Astrocytes--Neurons                   0.636012757          0.5275159
#> Astrocytes--PeripheralGlia            0.025423516          0.0000000
#> Astrocytes--Oligos                    0.110547373          0.7146725
#> Neurons--Astrocytes                   0.947232390          2.0918186
#> Neurons--Neurons                      6.187308136          1.6679350
#> Neurons--PeripheralGlia               0.247327005          0.0000000
#> Neurons--Oligos                       1.075435445          2.2596992
#> PeripheralGlia--Astrocytes            0.028373214          0.0000000
#> PeripheralGlia--Neurons               0.185333418          0.0000000
#> PeripheralGlia--PeripheralGlia        0.007408385          0.0000000
#> PeripheralGlia--Oligos                0.032213383          0.0000000
#> Oligos--Astrocytes                    0.159044219          0.7217019
#> Oligos--Neurons                       1.038874515          0.5754571
#> Oligos--PeripheralGlia                0.041527223          0.0000000
#> Oligos--Oligos                        0.180570040          0.7796227
#>                                CGGTGTACTTGATCCC-1 CGTACCTGATAGGCCT-1
#> Astrocytes--Astrocytes                0.017484771         0.01302117
#> Astrocytes--Neurons                   0.229409751         0.13350599
#> Astrocytes--PeripheralGlia            0.001902322         0.01250094
#> Astrocytes--Oligos                    0.386163242         0.08254580
#> Neurons--Astrocytes                   0.078303377         0.41211254
#> Neurons--Neurons                      1.027383128         4.22538769
#> Neurons--PeripheralGlia               0.008519314         0.39564755
#> Neurons--Oligos                       1.729384203         2.61252689
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.207116682         0.11388025
#> Oligos--Neurons                       2.717484115         1.16761362
#> Oligos--PeripheralGlia                0.022534049         0.10933043
#> Oligos--Oligos                        4.574315046         0.72192712
#>                                CGTAGCGAATTGTCAG-1 CGTATTAAGAGATCTA-1
#> Astrocytes--Astrocytes                 0.01771099          1.3330799
#> Astrocytes--Neurons                    0.45195909          0.9975315
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.03529130          1.2999805
#> Neurons--Astrocytes                    0.44909242          0.0000000
#> Neurons--Neurons                      11.46019657          0.0000000
#> Neurons--PeripheralGlia                0.00000000          0.0000000
#> Neurons--Oligos                        0.89487141          0.0000000
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.09437972          2.3387178
#> Oligos--Neurons                        2.40843542          1.7500412
#> Oligos--PeripheralGlia                 0.00000000          0.0000000
#> Oligos--Oligos                         0.18806309          2.2806491
#>                                CGTCAGTGCGCACAAG-1 CGTCTGGAAGGGCCCG-1
#> Astrocytes--Astrocytes                 0.00000000        0.007175122
#> Astrocytes--Neurons                    0.00000000        0.195485110
#> Astrocytes--PeripheralGlia             0.00000000        0.002887342
#> Astrocytes--Oligos                     0.00000000        0.155236919
#> Neurons--Astrocytes                    0.10168656        0.131709626
#> Neurons--Neurons                       4.59937463        3.588408704
#> Neurons--PeripheralGlia                0.00000000        0.053001296
#> Neurons--Oligos                        0.52993153        2.849595607
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.09270591        0.059990821
#> Oligos--Neurons                        4.19317178        1.634440778
#> Oligos--PeripheralGlia                 0.00000000        0.024140918
#> Oligos--Oligos                         0.48312958        1.297927758
#>                                CGTGTCCCATTCGCGA-1 CGTTGTTTCAATTCCC-1
#> Astrocytes--Astrocytes                0.430285248         0.22612762
#> Astrocytes--Neurons                   0.931009002         0.11735291
#> Astrocytes--PeripheralGlia            0.005494203         0.02389477
#> Astrocytes--Oligos                    0.596395746         0.28203043
#> Neurons--Astrocytes                   0.831845993         0.39969871
#> Neurons--Neurons                      1.799866744         0.20743067
#> Neurons--PeripheralGlia               0.010621630         0.04223592
#> Neurons--Oligos                       1.152977971         0.49851140
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.929640922         3.20445073
#> Oligos--Neurons                       2.011465816         1.66300605
#> Oligos--PeripheralGlia                0.011870349         0.33861235
#> Oligos--Oligos                        1.288526377         3.99664844
#>                                CGTTTAAGCGGAGCAC-1 CGTTTCGCTCATTACA-1
#> Astrocytes--Astrocytes                 0.00000000        0.605787397
#> Astrocytes--Neurons                    0.00000000        0.333776010
#> Astrocytes--PeripheralGlia             0.00000000        0.007611803
#> Astrocytes--Oligos                     0.00000000        1.248190287
#> Neurons--Astrocytes                    0.11363544        1.034829762
#> Neurons--Neurons                       9.17443033        0.570169254
#> Neurons--PeripheralGlia                0.00000000        0.013002780
#> Neurons--Oligos                        1.07011539        2.132207542
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.01801173        1.118774834
#> Oligos--Neurons                        1.45418895        0.616421209
#> Oligos--PeripheralGlia                 0.00000000        0.014057561
#> Oligos--Oligos                         0.16961816        2.305171561
#>                                CTAATTCGCACGCGCT-1 CTAATTTCAACAACAC-1
#> Astrocytes--Astrocytes                  0.4486229         0.02750054
#> Astrocytes--Neurons                     0.7939450         1.00780803
#> Astrocytes--PeripheralGlia              0.1524135         0.00000000
#> Astrocytes--Oligos                      0.4605862         0.28062425
#> Neurons--Astrocytes                     0.0000000         0.12043208
#> Neurons--Neurons                        0.0000000         4.41345548
#> Neurons--PeripheralGlia                 0.0000000         0.00000000
#> Neurons--Oligos                         0.0000000         1.22892714
#> PeripheralGlia--Astrocytes              0.5331585         0.00000000
#> PeripheralGlia--Neurons                 0.9435508         0.00000000
#> PeripheralGlia--PeripheralGlia          0.1811333         0.00000000
#> PeripheralGlia--Oligos                  0.5473760         0.00000000
#> Oligos--Astrocytes                      1.4359312         0.06104873
#> Oligos--Neurons                         2.5412218         2.23724316
#> Oligos--PeripheralGlia                  0.4878380         0.00000000
#> Oligos--Oligos                          1.4742226         0.62296059
#>                                CTACGCACGGAGTACC-1 CTACTGCCACCTGACC-1
#> Astrocytes--Astrocytes                  0.8721320         0.10901622
#> Astrocytes--Neurons                     0.7513820         0.79445371
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      1.4163999         0.15739871
#> Neurons--Astrocytes                     1.3364761         0.84635934
#> Neurons--Neurons                        1.1514359         6.16782831
#> Neurons--PeripheralGlia                 0.0000000         0.00000000
#> Neurons--Oligos                         2.1705254         1.22198213
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.6603284         0.07223723
#> Oligos--Neurons                         0.5689034         0.52642751
#> Oligos--PeripheralGlia                  0.0000000         0.00000000
#> Oligos--Oligos                          1.0724168         0.10429684
#>                                CTAGCATAGTATAATG-1 CTAGTGAAGGACAGGA-1
#> Astrocytes--Astrocytes                 0.00000000          1.0782686
#> Astrocytes--Neurons                    0.00000000          0.5221529
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.00000000          1.3201389
#> Neurons--Astrocytes                    0.04332547          0.3392822
#> Neurons--Neurons                       0.15314577          0.1642979
#> Neurons--PeripheralGlia                0.01155137          0.0000000
#> Neurons--Oligos                        0.31160441          0.4153878
#> PeripheralGlia--Astrocytes             0.02529135          0.7221401
#> PeripheralGlia--Neurons                0.08939920          0.3496973
#> PeripheralGlia--PeripheralGlia         0.00674314          0.0000000
#> PeripheralGlia--Oligos                 0.18189981          0.8841259
#> Oligos--Astrocytes                     0.76516339          1.5523011
#> Oligos--Neurons                        2.70467992          0.7517038
#> Oligos--PeripheralGlia                 0.20400668          0.0000000
#> Oligos--Oligos                         5.50318949          1.9005034
#>                                CTAGTTGGGCCCGGTA-1 CTATCGGGTCTCAACA-1
#> Astrocytes--Astrocytes                  0.0000000        0.037688244
#> Astrocytes--Neurons                     0.0000000        0.188851825
#> Astrocytes--PeripheralGlia              0.0000000        0.017641236
#> Astrocytes--Oligos                      0.0000000        0.655310671
#> Neurons--Astrocytes                     0.4768157        0.000000000
#> Neurons--Neurons                        8.5211358        0.000000000
#> Neurons--PeripheralGlia                 0.0000000        0.000000000
#> Neurons--Oligos                         1.0020484        0.000000000
#> PeripheralGlia--Astrocytes              0.0000000        0.013336668
#> PeripheralGlia--Neurons                 0.0000000        0.066828639
#> PeripheralGlia--PeripheralGlia          0.0000000        0.006242671
#> PeripheralGlia--Oligos                  0.0000000        0.231893552
#> Oligos--Astrocytes                      0.0000000        0.367969866
#> Oligos--Neurons                         0.0000000        1.843858278
#> Oligos--PeripheralGlia                  0.0000000        0.172240531
#> Oligos--Oligos                          0.0000000        6.398137819
#>                                CTATGTCACTAGCCCA-1 CTATGTCTATTGAAAC-1
#> Astrocytes--Astrocytes                0.000000000         0.01728460
#> Astrocytes--Neurons                   0.000000000         0.56213209
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.000000000         0.06093029
#> Neurons--Astrocytes                   0.135149389         0.22591524
#> Neurons--Neurons                      8.227843794         7.34724523
#> Neurons--PeripheralGlia               0.025952063         0.00000000
#> Neurons--Oligos                       0.779639226         0.79637825
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.012255469         0.02672572
#> Oligos--Neurons                       0.746108312         0.86917724
#> Oligos--PeripheralGlia                0.002353357         0.00000000
#> Oligos--Oligos                        0.070698390         0.09421134
#>                                CTCAGGACTCACCTGT-1 CTCATGGCTCACAATC-1
#> Astrocytes--Astrocytes               0.0045636283        0.000000000
#> Astrocytes--Neurons                  0.0106066656        0.000000000
#> Astrocytes--PeripheralGlia           0.0003979885        0.000000000
#> Astrocytes--Oligos                   0.1302683281        0.000000000
#> Neurons--Astrocytes                  0.0642672503        0.146619944
#> Neurons--Neurons                     0.1493682625        9.276790173
#> Neurons--PeripheralGlia              0.0056046690        0.041667861
#> Neurons--Oligos                      1.8345024238        0.709299602
#> PeripheralGlia--Astrocytes           0.0000000000        0.000000000
#> PeripheralGlia--Neurons              0.0000000000        0.000000000
#> PeripheralGlia--PeripheralGlia       0.0000000000        0.000000000
#> PeripheralGlia--Oligos               0.0000000000        0.000000000
#> Oligos--Astrocytes                   0.2440966036        0.011897800
#> Oligos--Neurons                      0.5673229432        0.752785700
#> Oligos--PeripheralGlia               0.0212873690        0.003381231
#> Oligos--Oligos                       6.9677138681        0.057557688
#>                                CTCATTTGATGGGCGG-1 CTCCGGCCTAATATGC-1
#> Astrocytes--Astrocytes                0.000000000         0.00000000
#> Astrocytes--Neurons                   0.000000000         0.00000000
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.000000000         0.00000000
#> Neurons--Astrocytes                   0.549587443         0.25448689
#> Neurons--Neurons                      8.307204508         5.70266199
#> Neurons--PeripheralGlia               0.044492987         0.07871739
#> Neurons--Oligos                       0.637670894         1.55917372
#> PeripheralGlia--Astrocytes            0.000000000         0.04768528
#> PeripheralGlia--Neurons               0.000000000         1.06855427
#> PeripheralGlia--PeripheralGlia        0.000000000         0.01474992
#> PeripheralGlia--Oligos                0.000000000         0.29215509
#> Oligos--Astrocytes                    0.026563084         0.03289767
#> Oligos--Neurons                       0.401510213         0.73718659
#> Oligos--PeripheralGlia                0.002150469         0.01017585
#> Oligos--Oligos                        0.030820401         0.20155534
#>                                CTCCTAAGTTATGTCT-1 CTCGAGGTCGAACAGT-1
#> Astrocytes--Astrocytes                 0.00000000          0.0000000
#> Astrocytes--Neurons                    0.00000000          0.0000000
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.00000000          0.0000000
#> Neurons--Astrocytes                    0.04117590          0.5748288
#> Neurons--Neurons                       3.03891495          8.6590744
#> Neurons--PeripheralGlia                0.00000000          0.0000000
#> Neurons--Oligos                        2.60696263          0.7660968
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.03122697          0.0000000
#> Oligos--Neurons                        2.30465174          0.0000000
#> Oligos--PeripheralGlia                 0.00000000          0.0000000
#> Oligos--Oligos                         1.97706782          0.0000000
#>                                CTCGCACCTATATAGT-1 CTCGGTCCGTAGCCTG-1
#> Astrocytes--Astrocytes                 0.00000000        0.004648463
#> Astrocytes--Neurons                    0.00000000        0.137293813
#> Astrocytes--PeripheralGlia             0.00000000        0.001015331
#> Astrocytes--Oligos                     0.00000000        0.009938113
#> Neurons--Astrocytes                    0.47054366        0.291811539
#> Neurons--Neurons                       6.21514713        8.618744674
#> Neurons--PeripheralGlia                0.22425876        0.063738327
#> Neurons--Oligos                        1.44676009        0.623874124
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.09252922        0.007568348
#> Oligos--Neurons                        1.22216659        0.223533528
#> Oligos--PeripheralGlia                 0.04409897        0.001653101
#> Oligos--Oligos                         0.28449557        0.016180638
#>                                CTCTCACAATCGATGA-1 CTCTGCGAAGCAAGCA-1
#> Astrocytes--Astrocytes                0.013254195        0.006561564
#> Astrocytes--Neurons                   0.370240048        0.374806422
#> Astrocytes--PeripheralGlia            0.003386847        0.000000000
#> Astrocytes--Oligos                    0.101303114        0.066893930
#> Neurons--Astrocytes                   0.206551098        0.136706017
#> Neurons--Neurons                      5.769757181        7.808853765
#> Neurons--PeripheralGlia               0.052780037        0.000000000
#> Neurons--Oligos                       1.578690295        1.393692555
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.051694587        0.003110322
#> Oligos--Neurons                       1.444026277        0.177666269
#> Oligos--PeripheralGlia                0.013209526        0.000000000
#> Oligos--Oligos                        0.395106795        0.031709155
#>                                CTCTGGACGCCTGGTG-1 CTCTGTTTGAGGATTC-1
#> Astrocytes--Astrocytes                 0.13795814         0.02165285
#> Astrocytes--Neurons                    0.79282110         0.51970190
#> Astrocytes--PeripheralGlia             0.06752002         0.00000000
#> Astrocytes--Oligos                     0.56580566         0.05002049
#> Neurons--Astrocytes                    0.61779098         0.39403837
#> Neurons--Neurons                       3.55033590         9.45753216
#> Neurons--PeripheralGlia                0.30236173         0.00000000
#> Neurons--Oligos                        2.53373696         0.91027259
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.12627699         0.02368152
#> Oligos--Neurons                        0.72569160         0.56839317
#> Oligos--PeripheralGlia                 0.06180299         0.00000000
#> Oligos--Oligos                         0.51789793         0.05470695
#>                                CTGAAAGAGATCCGAC-1 CTGCACCTGGAACCGC-1
#> Astrocytes--Astrocytes                0.022068498        0.016472580
#> Astrocytes--Neurons                   0.552631289        0.185275635
#> Astrocytes--PeripheralGlia            0.011621969        0.003066106
#> Astrocytes--Oligos                    0.385175874        0.144209154
#> Neurons--Astrocytes                   0.107297457        0.186869511
#> Neurons--Neurons                      2.686903775        2.101818081
#> Neurons--PeripheralGlia               0.056506232        0.034782757
#> Neurons--Oligos                       1.872732379        1.635948562
#> PeripheralGlia--Astrocytes            0.006273176        0.000000000
#> PeripheralGlia--Neurons               0.157090592        0.000000000
#> PeripheralGlia--PeripheralGlia        0.003303653        0.000000000
#> PeripheralGlia--Oligos                0.109489830        0.000000000
#> Oligos--Astrocytes                    0.091520439        0.315816064
#> Oligos--Neurons                       2.291821460        3.552146692
#> Oligos--PeripheralGlia                0.048197556        0.058784086
#> Oligos--Oligos                        1.597365821        2.764810773
#>                                CTGGAAATGGATGCTT-1 CTGTATGGTGTAGAAA-1
#> Astrocytes--Astrocytes                  0.2268849       0.0089669223
#> Astrocytes--Neurons                     0.8496338       0.1354265212
#> Astrocytes--PeripheralGlia              0.0000000       0.0004786471
#> Astrocytes--Oligos                      0.5301286       0.0294154580
#> Neurons--Astrocytes                     0.2609236       0.5775526840
#> Neurons--Neurons                        0.9771011       8.7227198387
#> Neurons--PeripheralGlia                 0.0000000       0.0308293002
#> Neurons--Oligos                         0.6096618       1.8946274121
#> PeripheralGlia--Astrocytes              0.0000000       0.0000000000
#> PeripheralGlia--Neurons                 0.0000000       0.0000000000
#> PeripheralGlia--PeripheralGlia          0.0000000       0.0000000000
#> PeripheralGlia--Oligos                  0.0000000       0.0000000000
#> Oligos--Astrocytes                      0.9243552       0.0308685440
#> Oligos--Neurons                         3.4615061       0.4662045017
#> Oligos--PeripheralGlia                  0.0000000       0.0016477382
#> Oligos--Oligos                          2.1598050       0.1012624325
#>                                CTGTTCACTGCCTGTG-1 CTGTTCATCTCACGGG-1
#> Astrocytes--Astrocytes                0.225272058         0.38528269
#> Astrocytes--Neurons                   1.224908587         1.57935363
#> Astrocytes--PeripheralGlia            0.019703922         0.03501887
#> Astrocytes--Oligos                    0.176691822         0.41708881
#> Neurons--Astrocytes                   1.094451546         1.03546880
#> Neurons--Neurons                      5.951040295         4.24460136
#> Neurons--PeripheralGlia               0.095728641         0.09411516
#> Neurons--Oligos                       0.858431531         1.12094954
#> PeripheralGlia--Astrocytes            0.039533651         0.00000000
#> PeripheralGlia--Neurons               0.214962785         0.00000000
#> PeripheralGlia--PeripheralGlia        0.003457899         0.00000000
#> PeripheralGlia--Oligos                0.031008164         0.00000000
#> Oligos--Astrocytes                    0.145679082         0.33289290
#> Oligos--Neurons                       0.792124688         1.36459704
#> Oligos--PeripheralGlia                0.012742145         0.03025709
#> Oligos--Oligos                        0.114263183         0.36037411
#>                                CTTAACTTCGAAGTAC-1 CTTACACGGTATTCCA-1
#> Astrocytes--Astrocytes               0.0044481342          0.7021817
#> Astrocytes--Neurons                  0.1973204877          0.6100940
#> Astrocytes--PeripheralGlia           0.0004628902          0.0000000
#> Astrocytes--Oligos                   0.0155680236          1.7962532
#> Neurons--Astrocytes                  0.1765689276          0.8393116
#> Neurons--Neurons                     7.8326474784          0.7292400
#> Neurons--PeripheralGlia              0.0183744510          0.0000000
#> Neurons--Oligos                      0.6179735430          2.1470456
#> PeripheralGlia--Astrocytes           0.0048598836          0.0000000
#> PeripheralGlia--Neurons              0.2155858088          0.0000000
#> PeripheralGlia--PeripheralGlia       0.0005057384          0.0000000
#> PeripheralGlia--Oligos               0.0170091053          0.0000000
#> Oligos--Astrocytes                   0.0183537091          0.7173942
#> Oligos--Neurons                      0.8141757188          0.6233114
#> Oligos--PeripheralGlia               0.0019099585          0.0000000
#> Oligos--Oligos                       0.0642361417          1.8351683
#>                                CTTACACTGGGAAATA-1 CTTATGTTGACTACCA-1
#> Astrocytes--Astrocytes               0.0090638758        0.000000000
#> Astrocytes--Neurons                  0.1476750187        0.000000000
#> Astrocytes--PeripheralGlia           0.0007686853        0.000000000
#> Astrocytes--Oligos                   0.0634052880        0.000000000
#> Neurons--Astrocytes                  0.3532088182        0.034189241
#> Neurons--Neurons                     5.7547256841        1.217113812
#> Neurons--PeripheralGlia              0.0299547833        0.009241984
#> Neurons--Oligos                      2.4708311721        3.302341705
#> PeripheralGlia--Astrocytes           0.0111385734        0.000000000
#> PeripheralGlia--Neurons              0.1814774467        0.000000000
#> PeripheralGlia--PeripheralGlia       0.0009446354        0.000000000
#> PeripheralGlia--Oligos               0.0779185937        0.000000000
#> Oligos--Astrocytes                   0.0368806220        0.040739730
#> Oligos--Neurons                      0.6008849489        1.450306794
#> Oligos--PeripheralGlia               0.0031277561        0.011012703
#> Oligos--Oligos                       0.2579940981        3.935054032
#>                                CTTCATAGCTCAAGAA-1 CTTCTTACGTCGTATA-1
#> Astrocytes--Astrocytes                  0.1465719        0.000000000
#> Astrocytes--Neurons                     1.0546299        0.000000000
#> Astrocytes--PeripheralGlia              0.0000000        0.000000000
#> Astrocytes--Oligos                      0.2170527        0.000000000
#> Neurons--Astrocytes                     0.6645672        0.095309226
#> Neurons--Neurons                        4.7817652        6.553885241
#> Neurons--PeripheralGlia                 0.0000000        0.000000000
#> Neurons--Oligos                         0.9841319        2.428756252
#> PeripheralGlia--Astrocytes              0.0000000        0.000000000
#> PeripheralGlia--Neurons                 0.0000000        0.000000000
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.000000000
#> Oligos--Astrocytes                      0.2223278        0.009680577
#> Oligos--Neurons                         1.5997167        0.665679442
#> Oligos--PeripheralGlia                  0.0000000        0.000000000
#> Oligos--Oligos                          0.3292367        0.246689261
#>                                CTTGTACTTGTTGACT-1 CTTGTTTATGTAGCCA-1
#> Astrocytes--Astrocytes                0.221157768         0.00000000
#> Astrocytes--Neurons                   0.805050123         0.00000000
#> Astrocytes--PeripheralGlia            0.006991911         0.00000000
#> Astrocytes--Oligos                    0.206697801         0.00000000
#> Neurons--Astrocytes                   1.339290117         0.00000000
#> Neurons--Neurons                      4.875233109         0.00000000
#> Neurons--PeripheralGlia               0.042341706         0.00000000
#> Neurons--Oligos                       1.251723259         0.00000000
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.223229795         0.35193554
#> Oligos--Neurons                       0.812592638         3.19763280
#> Oligos--PeripheralGlia                0.007057418         0.03295569
#> Oligos--Oligos                        0.208634353         6.41747597
#>                                CTTTAACTTTCAAAGG-1 CTTTGGCTTTAGTAAA-1
#> Astrocytes--Astrocytes                 0.01718749        0.453295265
#> Astrocytes--Neurons                    0.37145867        0.286936273
#> Astrocytes--PeripheralGlia             0.00000000        0.004619374
#> Astrocytes--Oligos                     0.06078759        0.901430852
#> Neurons--Astrocytes                    0.34953359        1.312431404
#> Neurons--Neurons                       7.55417436        0.830770151
#> Neurons--PeripheralGlia                0.00000000        0.013374531
#> Neurons--Oligos                        1.23620760        2.609923925
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.01570433        0.987722194
#> Oligos--Neurons                        0.33940434        0.625228956
#> Oligos--PeripheralGlia                 0.00000000        0.010065533
#> Oligos--Oligos                         0.05554204        1.964201540
#>                                GAAACAGCCATGCAGT-1 GAAACTCTAATGAAGG-1
#> Astrocytes--Astrocytes                0.000000000         0.02382876
#> Astrocytes--Neurons                   0.000000000         0.47562268
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.000000000         0.03606930
#> Neurons--Astrocytes                   0.249407227         0.50448648
#> Neurons--Neurons                     10.481125381        10.06956314
#> Neurons--PeripheralGlia               0.021792929         0.00000000
#> Neurons--Oligos                       1.153349103         0.76363489
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.022924585         0.05013834
#> Oligos--Neurons                       0.963386087         1.00076263
#> Oligos--PeripheralGlia                0.002003125         0.00000000
#> Oligos--Oligos                        0.106011563         0.07589378
#>                                GAAAGTGACTAACTGC-1 GAAATCGCGCGCAACT-1
#> Astrocytes--Astrocytes                 0.18975673       0.0034228852
#> Astrocytes--Neurons                    0.87122142       0.0978453799
#> Astrocytes--PeripheralGlia             0.07223247       0.0008831922
#> Astrocytes--Oligos                     0.15811490       0.0618149068
#> Neurons--Astrocytes                    1.04630005       0.1593997114
#> Neurons--Neurons                       4.80382974       4.5565434618
#> Neurons--PeripheralGlia                0.39828278       0.0411292129
#> Neurons--Oligos                        0.87183009       2.8786470011
#> PeripheralGlia--Astrocytes             0.05271739       0.0000000000
#> PeripheralGlia--Neurons                0.24203897       0.0000000000
#> PeripheralGlia--PeripheralGlia         0.02006731       0.0000000000
#> PeripheralGlia--Oligos                 0.04392680       0.0000000000
#> Oligos--Astrocytes                     0.47459278       0.0459327325
#> Oligos--Neurons                        2.17897621       1.3130167566
#> Oligos--PeripheralGlia                 0.18065767       0.0118518228
#> Oligos--Oligos                         0.39545469       0.8295129368
#>                                GAAATGGCGGTGTTAG-1 GAAATTCACATCGCTG-1
#> Astrocytes--Astrocytes                  0.6369252         0.00000000
#> Astrocytes--Neurons                     1.0481169         0.00000000
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      0.7179028         0.00000000
#> Neurons--Astrocytes                     1.5248930         0.19143270
#> Neurons--Neurons                        2.5093466         7.06504558
#> Neurons--PeripheralGlia                 0.0000000         0.00000000
#> Neurons--Oligos                         1.7187652         3.14174001
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.4887844         0.04789918
#> Oligos--Neurons                         0.8043381         1.76777462
#> Oligos--PeripheralGlia                  0.0000000         0.00000000
#> Oligos--Oligos                          0.5509276         0.78610792
#>                                GAACACACATCAACCA-1 GAACGACCGAATGATA-1
#> Astrocytes--Astrocytes                 0.55811516         0.05013677
#> Astrocytes--Neurons                    1.88990730         0.51771349
#> Astrocytes--PeripheralGlia             0.03522476         0.01034136
#> Astrocytes--Oligos                     0.44019518         0.41018703
#> Neurons--Astrocytes                    1.33808901         0.38414052
#> Neurons--Neurons                       4.53107958         3.96664444
#> Neurons--PeripheralGlia                0.08445186         0.07923400
#> Neurons--Oligos                        1.05537419         3.14279257
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.20380873         0.07298546
#> Oligos--Neurons                        0.69014359         0.75364967
#> Oligos--PeripheralGlia                 0.01286314         0.01505421
#> Oligos--Oligos                         0.16074750         0.59712047
#>                                GAAGAACGGTGCAGGT-1 GAAGCGTGAGGAATTT-1
#> Astrocytes--Astrocytes                 0.00000000          0.8141839
#> Astrocytes--Neurons                    0.00000000          1.1886192
#> Astrocytes--PeripheralGlia             0.00000000          0.1301140
#> Astrocytes--Oligos                     0.00000000          1.8790401
#> Neurons--Astrocytes                    0.03546595          0.7076049
#> Neurons--Neurons                       0.46414076          1.0330257
#> Neurons--PeripheralGlia                0.00000000          0.1130817
#> Neurons--Oligos                        0.23597587          1.6330685
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.44668185          0.7105437
#> Oligos--Neurons                        5.84569814          1.0373160
#> Oligos--PeripheralGlia                 0.00000000          0.1135514
#> Oligos--Oligos                         2.97203742          1.6398509
#>                                GAAGCTTGCTGACCGC-1 GAAGTGCTGGATAGCT-1
#> Astrocytes--Astrocytes                 0.56579331        0.009961648
#> Astrocytes--Neurons                    0.52163532        0.481961948
#> Astrocytes--PeripheralGlia             0.06881761        0.000000000
#> Astrocytes--Oligos                     0.76090865        0.204804307
#> Neurons--Astrocytes                    1.81037430        0.107799141
#> Neurons--Neurons                       1.66908156        5.215511071
#> Neurons--PeripheralGlia                0.22019636        0.000000000
#> Neurons--Oligos                        2.43468673        2.216272744
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.57504574        0.025216802
#> Oligos--Neurons                        0.53016564        1.220033031
#> Oligos--PeripheralGlia                 0.06994298        0.000000000
#> Oligos--Oligos                         0.77335181        0.518439309
#>                                GAATCGACATGGTCAC-1 GAATCGCCGGACACGG-1
#> Astrocytes--Astrocytes                 0.06295619        0.004166610
#> Astrocytes--Neurons                    0.56495824        0.188662097
#> Astrocytes--PeripheralGlia             0.00000000        0.000000000
#> Astrocytes--Oligos                     0.03487445        0.023330410
#> Neurons--Astrocytes                    0.84603509        0.184300913
#> Neurons--Neurons                       7.59217670        8.345056317
#> Neurons--PeripheralGlia                0.00000000        0.000000000
#> Neurons--Oligos                        0.46865946        1.031969779
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.04087660        0.004289102
#> Oligos--Neurons                        0.36681976        0.194208482
#> Oligos--PeripheralGlia                 0.00000000        0.000000000
#> Oligos--Oligos                         0.02264351        0.024016289
#>                                GAATGTTGGGTAATCT-1 GAATTATAGTGAAAGG-1
#> Astrocytes--Astrocytes                 0.06700087        0.011869939
#> Astrocytes--Neurons                    0.78187896        0.061390361
#> Astrocytes--PeripheralGlia             0.13519646        0.006082351
#> Astrocytes--Oligos                     0.65337135        0.142889343
#> Neurons--Astrocytes                    0.19219911        0.159665723
#> Neurons--Neurons                       2.24290289        0.825778153
#> Neurons--PeripheralGlia                0.38782541        0.081815325
#> Neurons--Oligos                        1.87426516        1.922042740
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.14997871        0.362588111
#> Oligos--Neurons                        1.75020419        1.875276261
#> Oligos--PeripheralGlia                 0.30263176        0.185796072
#> Oligos--Oligos                         1.46254514        4.364805620
#>                                GAATTTCTCGCTGCAG-1 GACAACGCAGCTTACG-1
#> Astrocytes--Astrocytes                  1.1201020        0.133221841
#> Astrocytes--Neurons                     1.1837501        1.571376687
#> Astrocytes--PeripheralGlia              0.4476139        0.009543103
#> Astrocytes--Oligos                      0.9352713        0.137577823
#> Neurons--Astrocytes                     0.9423754        0.557029380
#> Neurons--Neurons                        0.9959245        6.570266355
#> Neurons--PeripheralGlia                 0.3765910        0.039901783
#> Neurons--Oligos                         0.7868718        0.575242682
#> PeripheralGlia--Astrocytes              0.5377072        0.000000000
#> PeripheralGlia--Neurons                 0.5682615        0.000000000
#> PeripheralGlia--PeripheralGlia          0.2148779        0.000000000
#> PeripheralGlia--Oligos                  0.4489788        0.000000000
#> Oligos--Astrocytes                      0.7418279        0.029198158
#> Oligos--Neurons                         0.7839811        0.344397774
#> Oligos--PeripheralGlia                  0.2964484        0.002091557
#> Oligos--Oligos                          0.6194171        0.030152857
#>                                GACACAAGGGAAGAAA-1 GACCAGAGCCCTGTAG-1
#> Astrocytes--Astrocytes                 0.02652919          0.6767846
#> Astrocytes--Neurons                    0.36584945          0.7385591
#> Astrocytes--PeripheralGlia             0.01073156          0.0000000
#> Astrocytes--Oligos                     0.16915574          1.2172935
#> Neurons--Astrocytes                    0.46209867          0.1761149
#> Neurons--Neurons                       6.37254845          0.1921900
#> Neurons--PeripheralGlia                0.18692774          0.0000000
#> Neurons--Oligos                        2.94643911          0.3167677
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.11402807          1.7178482
#> Oligos--Neurons                        1.57249834          1.8746473
#> Oligos--PeripheralGlia                 0.04612653          0.0000000
#> Oligos--Oligos                         0.72706715          3.0897947
#>                                GACGCCTGTTGCAGGG-1 GACGTGTAGGGATTAT-1
#> Astrocytes--Astrocytes               8.751516e-08          0.0000000
#> Astrocytes--Neurons                  2.800252e-05          0.0000000
#> Astrocytes--PeripheralGlia           0.000000e+00          0.0000000
#> Astrocytes--Oligos                   1.779928e-05          0.0000000
#> Neurons--Astrocytes                  1.586181e-02          0.3874372
#> Neurons--Neurons                     5.075357e+00          0.5234874
#> Neurons--PeripheralGlia              0.000000e+00          0.1219380
#> Neurons--Oligos                      3.226055e+00          0.3212959
#> PeripheralGlia--Astrocytes           0.000000e+00          1.8435931
#> PeripheralGlia--Neurons              0.000000e+00          2.4909782
#> PeripheralGlia--PeripheralGlia       0.000000e+00          0.5802334
#> PeripheralGlia--Oligos               0.000000e+00          1.5288643
#> Oligos--Astrocytes                   3.209026e-03          0.9161711
#> Oligos--Neurons                      1.026803e+00          1.2378882
#> Oligos--PeripheralGlia               0.000000e+00          0.2883462
#> Oligos--Oligos                       6.526680e-01          0.7597670
#>                                GACTAAGATCATGCAC-1 GACTAAGTAGGCTCAC-1
#> Astrocytes--Astrocytes                 0.49026322          0.3478196
#> Astrocytes--Neurons                    1.59721612          1.2382238
#> Astrocytes--PeripheralGlia             0.05502392          0.0000000
#> Astrocytes--Oligos                     0.27447139          0.6145321
#> Neurons--Astrocytes                    1.25633872          1.0399565
#> Neurons--Neurons                       4.09299410          3.7022033
#> Neurons--PeripheralGlia                0.14100321          0.0000000
#> Neurons--Oligos                        0.70335489          1.8374084
#> PeripheralGlia--Astrocytes             0.16609104          0.0000000
#> PeripheralGlia--Neurons                0.54110378          0.0000000
#> PeripheralGlia--PeripheralGlia         0.01864097          0.0000000
#> PeripheralGlia--Oligos                 0.09298523          0.0000000
#> Oligos--Astrocytes                     0.11572390          0.1928086
#> Oligos--Neurons                        0.37701397          0.6863909
#> Oligos--PeripheralGlia                 0.01298809          0.0000000
#> Oligos--Oligos                         0.06478744          0.3406567
#>                                GAGACTGATGGGTAGA-1 GAGATCTGCTTGGCAT-1
#> Astrocytes--Astrocytes                  0.0000000          1.9388961
#> Astrocytes--Neurons                     0.0000000          1.1104292
#> Astrocytes--PeripheralGlia              0.0000000          0.1173780
#> Astrocytes--Oligos                      0.0000000          3.0067532
#> Neurons--Astrocytes                     0.3809715          0.0000000
#> Neurons--Neurons                        7.3661254          0.0000000
#> Neurons--PeripheralGlia                 0.0000000          0.0000000
#> Neurons--Oligos                         2.2529031          0.0000000
#> PeripheralGlia--Astrocytes              0.0000000          0.0000000
#> PeripheralGlia--Neurons                 0.0000000          0.0000000
#> PeripheralGlia--PeripheralGlia          0.0000000          0.0000000
#> PeripheralGlia--Oligos                  0.0000000          0.0000000
#> Oligos--Astrocytes                      0.0000000          1.5158715
#> Oligos--Neurons                         0.0000000          0.8681579
#> Oligos--PeripheralGlia                  0.0000000          0.0917687
#> Oligos--Oligos                          0.0000000          2.3507455
#>                                GAGATCTGTCACTCCG-1 GAGCATCATCCCTGGG-1
#> Astrocytes--Astrocytes                 0.04728653         0.00000000
#> Astrocytes--Neurons                    0.35768293         0.00000000
#> Astrocytes--PeripheralGlia             0.03331438         0.00000000
#> Astrocytes--Oligos                     0.34619359         0.00000000
#> Neurons--Astrocytes                    0.40853659         0.18368449
#> Neurons--Neurons                       3.09023665         7.67229078
#> Neurons--PeripheralGlia                0.28782283         0.00000000
#> Neurons--Oligos                        2.99097339         1.45968651
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.26750980         0.01349365
#> Oligos--Neurons                        2.02348724         0.56361448
#> Oligos--PeripheralGlia                 0.18846642         0.00000000
#> Oligos--Oligos                         1.95848965         0.10723009
#>                                GAGCGAGGGAGTACCG-1 GAGCTCTCGGACCTAA-1
#> Astrocytes--Astrocytes                 0.00000000        0.009103423
#> Astrocytes--Neurons                    0.00000000        0.066215444
#> Astrocytes--PeripheralGlia             0.00000000        0.001105401
#> Astrocytes--Oligos                     0.00000000        0.157870090
#> Neurons--Astrocytes                    0.15754802        0.035838178
#> Neurons--Neurons                       5.35413795        0.260675672
#> Neurons--PeripheralGlia                0.00000000        0.004351719
#> Neurons--Oligos                        2.66313241        0.621499897
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.03517555        0.382459439
#> Oligos--Neurons                        1.19541178        2.781890050
#> Oligos--PeripheralGlia                 0.00000000        0.046440870
#> Oligos--Oligos                         0.59459429        6.632549817
#>                                GAGGAATGGAGAGGTT-1 GAGGCTATCAAAGTCG-1
#> Astrocytes--Astrocytes                 0.60962356        0.451979528
#> Astrocytes--Neurons                    0.97725244        0.772283127
#> Astrocytes--PeripheralGlia             0.48133253        0.032866229
#> Astrocytes--Oligos                     0.57473777        0.697528108
#> Neurons--Astrocytes                    1.42672225        1.073538554
#> Neurons--Neurons                       2.28709633        1.834321380
#> Neurons--PeripheralGlia                1.12647851        0.078063633
#> Neurons--Oligos                        1.34507788        1.656763792
#> PeripheralGlia--Astrocytes             0.05488383        0.093601133
#> PeripheralGlia--Neurons                0.08798111        0.159933296
#> PeripheralGlia--PeripheralGlia         0.04333391        0.006806318
#> PeripheralGlia--Oligos                 0.05174309        0.144452164
#> Oligos--Astrocytes                     0.44603687        0.461970086
#> Oligos--Neurons                        0.71501604        0.789353677
#> Oligos--PeripheralGlia                 0.35217152        0.033592704
#> Oligos--Oligos                         0.42051235        0.712946273
#>                                GAGGGCATCGCGTATC-1 GAGGTACATCCATCTT-1
#> Astrocytes--Astrocytes                  0.0000000       0.0079004957
#> Astrocytes--Neurons                     0.0000000       0.3925792968
#> Astrocytes--PeripheralGlia              0.0000000       0.0008971885
#> Astrocytes--Oligos                      0.0000000       0.0207690185
#> Neurons--Astrocytes                     0.1011623       0.1735733779
#> Neurons--Neurons                        5.7404795       8.6249416994
#> Neurons--PeripheralGlia                 0.0000000       0.0197111732
#> Neurons--Oligos                         2.0458010       0.4562939903
#> PeripheralGlia--Astrocytes              0.0000000       0.0000000000
#> PeripheralGlia--Neurons                 0.0000000       0.0000000000
#> PeripheralGlia--PeripheralGlia          0.0000000       0.0000000000
#> PeripheralGlia--Oligos                  0.0000000       0.0000000000
#> Oligos--Astrocytes                      0.0270951       0.0056769152
#> Oligos--Neurons                         1.5375188       0.2820885528
#> Oligos--PeripheralGlia                  0.0000000       0.0006446764
#> Oligos--Oligos                          0.5479434       0.0149236152
#>                                GAGTACGGGTATACAA-1 GATAAATCGGTGGATG-1
#> Astrocytes--Astrocytes                0.004856511         0.01835733
#> Astrocytes--Neurons                   0.108718623         0.47499493
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.056860601         0.25936658
#> Neurons--Astrocytes                   0.267686545         0.22022553
#> Neurons--Neurons                      5.992473840         5.69832258
#> Neurons--PeripheralGlia               0.000000000         0.00000000
#> Neurons--Oligos                       3.134105800         3.11151618
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.040898350         0.02968553
#> Oligos--Neurons                       0.915557004         0.76811129
#> Oligos--PeripheralGlia                0.000000000         0.00000000
#> Oligos--Oligos                        0.478842727         0.41942004
#>                                GATATCTCATGCAATA-1 GATCATTCCAAACATT-1
#> Astrocytes--Astrocytes                0.006759259          0.1913266
#> Astrocytes--Neurons                   0.223224864          0.5009818
#> Astrocytes--PeripheralGlia            0.000000000          0.0000000
#> Astrocytes--Oligos                    0.026488637          0.2748199
#> Neurons--Astrocytes                   0.230008270          0.2696463
#> Neurons--Neurons                      7.596034305          0.7060590
#> Neurons--PeripheralGlia               0.000000000          0.0000000
#> Neurons--Oligos                       0.901371778          0.3873176
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.026779337          1.5173232
#> Oligos--Neurons                       0.884388897          3.9730555
#> Oligos--PeripheralGlia                0.000000000          0.0000000
#> Oligos--Oligos                        0.104944654          2.1794701
#>                                GATCCCTTTATACTGC-1 GATCGACACTATCTGA-1
#> Astrocytes--Astrocytes                 0.08670420         0.05065370
#> Astrocytes--Neurons                    1.05361924         0.28261942
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.10651853         0.12224450
#> Neurons--Astrocytes                    0.55235696         1.00119075
#> Neurons--Neurons                       6.71217707         5.58608667
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        0.67858597         2.41621173
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.05632927         0.06015861
#> Oligos--Neurons                        0.68450669         0.33565155
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.06920208         0.14518307
#>                                GATCGGTGGCCATAAC-1 GATGCTACAAGCGCCT-1
#> Astrocytes--Astrocytes                0.000000000          0.0000000
#> Astrocytes--Neurons                   0.000000000          0.0000000
#> Astrocytes--PeripheralGlia            0.000000000          0.0000000
#> Astrocytes--Oligos                    0.000000000          0.0000000
#> Neurons--Astrocytes                   0.185860372          0.3597611
#> Neurons--Neurons                      8.401008941          8.5988879
#> Neurons--PeripheralGlia               0.000000000          0.1034281
#> Neurons--Oligos                       1.030827001          0.9379230
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.007387955          0.0000000
#> Oligos--Neurons                       0.333940330          0.0000000
#> Oligos--PeripheralGlia                0.000000000          0.0000000
#> Oligos--Oligos                        0.040975401          0.0000000
#>                                GATGGCGCACACATTA-1 GATGTTTGTGCGAGAT-1
#> Astrocytes--Astrocytes                 0.00000000        0.012073211
#> Astrocytes--Neurons                    0.00000000        0.274680866
#> Astrocytes--PeripheralGlia             0.00000000        0.001427271
#> Astrocytes--Oligos                     0.00000000        0.144906699
#> Neurons--Astrocytes                    0.19512025        0.257852843
#> Neurons--Neurons                       3.72663772        5.866479500
#> Neurons--PeripheralGlia                0.02169780        0.030482859
#> Neurons--Oligos                        3.95726395        3.094835813
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.10123794        0.008844294
#> Oligos--Neurons                        1.93356214        0.201218920
#> Oligos--PeripheralGlia                 0.01125788        0.001045555
#> Oligos--Oligos                         2.05322232        0.106152168
#>                                GATTCCCTTGTCGCAG-1 GATTCCGCGTTTCCGT-1
#> Astrocytes--Astrocytes                 0.00000000         0.01297217
#> Astrocytes--Neurons                    0.00000000         0.36027498
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.00000000         0.02693368
#> Neurons--Astrocytes                    0.60830059         0.29657545
#> Neurons--Neurons                       9.07146368         8.23676343
#> Neurons--PeripheralGlia                0.04468321         0.00000000
#> Neurons--Oligos                        1.27555252         0.61576942
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.00000000         0.01461014
#> Oligos--Neurons                        0.00000000         0.40576620
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.00000000         0.03033454
#>                                GCAAATATTACGCTTT-1 GCAAGTGCACAGAGAA-1
#> Astrocytes--Astrocytes                 1.38079609        0.017564313
#> Astrocytes--Neurons                    0.50713353        0.404491984
#> Astrocytes--PeripheralGlia             0.14979662        0.000000000
#> Astrocytes--Oligos                     1.66330393        0.014384027
#> Neurons--Astrocytes                    0.48553111        0.413350023
#> Neurons--Neurons                       0.17832402        9.519118125
#> Neurons--PeripheralGlia                0.05267318        0.000000000
#> Neurons--Oligos                        0.58486971        0.338506702
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     1.86451537        0.011774924
#> Oligos--Neurons                        0.68479210        0.271167009
#> Oligos--PeripheralGlia                 0.20227324        0.000000000
#> Oligos--Oligos                         2.24599111        0.009642894
#>                                GCACTAGTCGCGCTAT-1 GCAGGACTATAGAATA-1
#> Astrocytes--Astrocytes                  0.0000000         1.19720609
#> Astrocytes--Neurons                     0.0000000         0.77347553
#> Astrocytes--PeripheralGlia              0.0000000         0.07678752
#> Astrocytes--Oligos                      0.0000000         1.87834711
#> Neurons--Astrocytes                     0.1735068         0.35578078
#> Neurons--Neurons                        5.1393239         0.22985828
#> Neurons--PeripheralGlia                 0.0000000         0.02281940
#> Neurons--Oligos                         1.7944677         0.55819947
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.1194430         1.49658553
#> Oligos--Neurons                         3.5379375         0.96689476
#> Oligos--PeripheralGlia                  0.0000000         0.09598940
#> Oligos--Oligos                          1.2353210         2.34805613
#>                                GCATCCCTAACTTTGA-1 GCCCACCAAGGCTGTC-1
#> Astrocytes--Astrocytes                  0.0000000        0.005780387
#> Astrocytes--Neurons                     0.0000000        0.245138887
#> Astrocytes--PeripheralGlia              0.0000000        0.000000000
#> Astrocytes--Oligos                      0.0000000        0.055151169
#> Neurons--Astrocytes                     0.3796582        0.168324815
#> Neurons--Neurons                        8.7035011        7.138442173
#> Neurons--PeripheralGlia                 0.0000000        0.000000000
#> Neurons--Oligos                         0.9168407        1.606001539
#> PeripheralGlia--Astrocytes              0.0000000        0.000000000
#> PeripheralGlia--Neurons                 0.0000000        0.000000000
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.000000000
#> Oligos--Astrocytes                      0.0000000        0.014752855
#> Oligos--Neurons                         0.0000000        0.625649911
#> Oligos--PeripheralGlia                  0.0000000        0.000000000
#> Oligos--Oligos                          0.0000000        0.140758263
#>                                GCCCAGTTGGTATGCC-1 GCCCGCGCGTTTGACA-1
#> Astrocytes--Astrocytes                0.417927866        0.488901787
#> Astrocytes--Neurons                   1.091957404        1.604341771
#> Astrocytes--PeripheralGlia            0.006989342        0.009679769
#> Astrocytes--Oligos                    0.330700031        0.455843314
#> Neurons--Astrocytes                   1.802585761        1.204416601
#> Neurons--Neurons                      4.709776558        3.952319081
#> Neurons--PeripheralGlia               0.030146085        0.023846251
#> Neurons--Oligos                       1.426358985        1.122976576
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.267724964        0.408444067
#> Oligos--Neurons                       0.699508888        1.340318026
#> Oligos--PeripheralGlia                0.004477379        0.008086786
#> Oligos--Oligos                        0.211846735        0.380825970
#>                                GCCGAAATTCCTACGT-1 GCCTAGCGATCTGACC-1
#> Astrocytes--Astrocytes                 0.98025395        0.577500200
#> Astrocytes--Neurons                    0.50519532        1.829246016
#> Astrocytes--PeripheralGlia             0.07138332        0.016809539
#> Astrocytes--Oligos                     1.37088671        0.423036438
#> Neurons--Astrocytes                    0.92593478        1.291722469
#> Neurons--Neurons                       0.47720075        4.091562530
#> Neurons--PeripheralGlia                0.06742773        0.037598704
#> Neurons--Oligos                        1.29492126        0.946225945
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     1.44199411        0.159519634
#> Oligos--Neurons                        0.74316321        0.505282343
#> Oligos--PeripheralGlia                 0.10500781        0.004643204
#> Oligos--Oligos                         2.01663106        0.116852977
#>                                GCCTATTCCGATATAG-1 GCCTTCAGCCCTACCG-1
#> Astrocytes--Astrocytes                 0.03220501        0.038934766
#> Astrocytes--Neurons                    0.18184655        0.551439904
#> Astrocytes--PeripheralGlia             0.01125147        0.008704886
#> Astrocytes--Oligos                     0.03291308        0.301740145
#> Neurons--Astrocytes                    0.98003393        0.270883158
#> Neurons--Neurons                       5.53379092        3.836565534
#> Neurons--PeripheralGlia                0.34239474        0.060563022
#> Neurons--Oligos                        1.00158138        2.099314597
#> PeripheralGlia--Astrocytes             0.07503621        0.000000000
#> PeripheralGlia--Neurons                0.42369418        0.000000000
#> PeripheralGlia--PeripheralGlia         0.02621542        0.000000000
#> PeripheralGlia--Oligos                 0.07668598        0.000000000
#> Oligos--Astrocytes                     0.15993630        0.122396938
#> Oligos--Neurons                        0.90308510        1.733529238
#> Oligos--PeripheralGlia                 0.05587699        0.027365040
#> Oligos--Oligos                         0.16345273        0.948562771
#>                                GCGAAGCCATACCCGT-1 GCGAGTTCTGCAAAGA-1
#> Astrocytes--Astrocytes               0.0131168503         0.19338087
#> Astrocytes--Neurons                  0.1325184747         0.24293537
#> Astrocytes--PeripheralGlia           0.0005808462         0.05387153
#> Astrocytes--Oligos                   0.0589905298         0.69563519
#> Neurons--Astrocytes                  0.5960151246         0.04654047
#> Neurons--Neurons                     6.0214924788         0.05846662
#> Neurons--PeripheralGlia              0.0263930060         0.01296512
#> Neurons--Oligos                      2.6804642305         0.16741670
#> PeripheralGlia--Astrocytes           0.0000000000         0.00000000
#> PeripheralGlia--Neurons              0.0000000000         0.00000000
#> PeripheralGlia--PeripheralGlia       0.0000000000         0.00000000
#> PeripheralGlia--Oligos               0.0000000000         0.00000000
#> Oligos--Astrocytes                   0.0300698741         1.39085220
#> Oligos--Neurons                      0.3037934999         1.74726276
#> Oligos--PeripheralGlia               0.0013315675         0.38745990
#> Oligos--Oligos                       0.1352335177         5.00321327
#>                                GCGCTAATTGAATAGA-1 GCGGGAACCAGGCCCT-1
#> Astrocytes--Astrocytes                 0.00000000        0.016476795
#> Astrocytes--Neurons                    0.00000000        0.348785437
#> Astrocytes--PeripheralGlia             0.00000000        0.003486763
#> Astrocytes--Oligos                     0.00000000        0.022694228
#> Neurons--Astrocytes                    0.11220248        0.407889827
#> Neurons--Neurons                       0.50101741        8.634326969
#> Neurons--PeripheralGlia                0.03169716        0.086316247
#> Neurons--Oligos                        1.55995608        0.561804944
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.49845841        0.038650056
#> Oligos--Neurons                        2.22576484        0.818155288
#> Oligos--PeripheralGlia                 0.14081434        0.008178992
#> Oligos--Oligos                         6.93008927        0.053234454
#>                                GCGGTCCCTAGACGCA-1 GCGTCGAAATGTCGGT-1
#> Astrocytes--Astrocytes                  0.0000000         0.00000000
#> Astrocytes--Neurons                     0.0000000         0.00000000
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      0.0000000         0.00000000
#> Neurons--Astrocytes                     0.2221174         0.06813283
#> Neurons--Neurons                        5.4944726         3.21924305
#> Neurons--PeripheralGlia                 0.0000000         0.04768578
#> Neurons--Oligos                         1.9353120         2.55091127
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.1262154         0.04762175
#> Oligos--Neurons                         3.1221657         2.25010431
#> Oligos--PeripheralGlia                  0.0000000         0.03333019
#> Oligos--Oligos                          1.0997170         1.78297082
#>                                GCTAATACCGAATGCC-1 GCTAGTTTCATTGAGG-1
#> Astrocytes--Astrocytes                 0.53501601         0.00000000
#> Astrocytes--Neurons                    1.73488786         0.00000000
#> Astrocytes--PeripheralGlia             0.04024145         0.00000000
#> Astrocytes--Oligos                     0.53732197         0.00000000
#> Neurons--Astrocytes                    1.01908062         0.33764607
#> Neurons--Neurons                       3.30455639         8.73381081
#> Neurons--PeripheralGlia                0.07665057         0.00000000
#> Neurons--Oligos                        1.02347293         0.71307515
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.32482227         0.00743540
#> Oligos--Neurons                        1.05329599         0.19232973
#> Oligos--PeripheralGlia                 0.02443164         0.00000000
#> Oligos--Oligos                         0.32622228         0.01570283
#>                                GCTCTAAACCCTGACG-1 GCTCTATGTTACGTGC-1
#> Astrocytes--Astrocytes                 0.30775849         0.07018423
#> Astrocytes--Neurons                    1.12380362         0.53186056
#> Astrocytes--PeripheralGlia             0.04558976         0.00000000
#> Astrocytes--Oligos                     0.22373929         0.03368441
#> Neurons--Astrocytes                    1.29012219         1.03381143
#> Neurons--Neurons                       4.71097973         7.83428909
#> Neurons--PeripheralGlia                0.19111207         0.00000000
#> Neurons--Oligos                        0.93791410         0.49617027
#> PeripheralGlia--Astrocytes             0.09121544         0.00000000
#> PeripheralGlia--Neurons                0.33308015         0.00000000
#> PeripheralGlia--PeripheralGlia         0.01351219         0.00000000
#> PeripheralGlia--Oligos                 0.06631329         0.00000000
#> Oligos--Astrocytes                     0.12029941         0.00000000
#> Oligos--Neurons                        0.43928249         0.00000000
#> Oligos--PeripheralGlia                 0.01782054         0.00000000
#> Oligos--Oligos                         0.08745723         0.00000000
#>                                GCTCTCGGGTACCGAA-1 GCTGCTCTCCGGACAC-1
#> Astrocytes--Astrocytes                 0.47244041         0.00000000
#> Astrocytes--Neurons                    2.35723007         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.36318203         0.00000000
#> Neurons--Astrocytes                    0.86386073         0.38167218
#> Neurons--Neurons                       4.31021232         8.88410668
#> Neurons--PeripheralGlia                0.00000000         0.02830542
#> Neurons--Oligos                        0.66408098         1.70591572
#> PeripheralGlia--Astrocytes             0.03079549         0.00000000
#> PeripheralGlia--Neurons                0.15365334         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.02367360         0.00000000
#> Oligos--Astrocytes                     0.11258466         0.00000000
#> Oligos--Neurons                        0.56173847         0.00000000
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.08654790         0.00000000
#>                                GCTGGCATATTCACCT-1 GCTTGATGATAATCAG-1
#> Astrocytes--Astrocytes                  0.7275877         0.73022543
#> Astrocytes--Neurons                     0.9398954         2.39884244
#> Astrocytes--PeripheralGlia              0.0000000         0.06386160
#> Astrocytes--Oligos                      0.7881908         0.72272756
#> Neurons--Astrocytes                     1.5261179         0.97865670
#> Neurons--Neurons                        1.9714343         3.21495682
#> Neurons--PeripheralGlia                 0.0000000         0.08558807
#> Neurons--Oligos                         1.6532333         0.96860797
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      1.0054666         0.34249256
#> Oligos--Neurons                         1.2988586         1.12511241
#> Oligos--PeripheralGlia                  0.0000000         0.02995256
#> Oligos--Oligos                          1.0892153         0.33897589
#>                                GGAGAAGTCATTGGCA-1 GGAGTGCCGCCCTGGA-1
#> Astrocytes--Astrocytes               0.0375698024        0.028737831
#> Astrocytes--Neurons                  0.3068585676        0.561181745
#> Astrocytes--PeripheralGlia           0.0008062926        0.002380253
#> Astrocytes--Oligos                   0.0280196620        0.037230675
#> Neurons--Astrocytes                  0.9689772061        0.435118414
#> Neurons--Neurons                     7.9143071988        8.496831697
#> Neurons--PeripheralGlia              0.0207954031        0.036039320
#> Neurons--Oligos                      0.7226658673        0.563708256
#> PeripheralGlia--Astrocytes           0.0000000000        0.012461147
#> PeripheralGlia--Neurons              0.0000000000        0.243336681
#> PeripheralGlia--PeripheralGlia       0.0000000000        0.001032113
#> PeripheralGlia--Oligos               0.0000000000        0.016143770
#> Oligos--Astrocytes                   0.0000000000        0.025828470
#> Oligos--Neurons                      0.0000000000        0.504368830
#> Oligos--PeripheralGlia               0.0000000000        0.002139281
#> Oligos--Oligos                       0.0000000000        0.033461516
#>                                GGATTCAGTACGGTGG-1 GGCAATAGTCAATGAG-1
#> Astrocytes--Astrocytes                0.000000000          0.0000000
#> Astrocytes--Neurons                   0.000000000          0.0000000
#> Astrocytes--PeripheralGlia            0.000000000          0.0000000
#> Astrocytes--Oligos                    0.000000000          0.0000000
#> Neurons--Astrocytes                   0.496744672          0.4538626
#> Neurons--Neurons                      7.318306686          8.2349648
#> Neurons--PeripheralGlia               0.032431287          0.0000000
#> Neurons--Oligos                       1.993394880          1.3111726
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.008032133          0.0000000
#> Oligos--Neurons                       0.118333662          0.0000000
#> Oligos--PeripheralGlia                0.000524399          0.0000000
#> Oligos--Oligos                        0.032232281          0.0000000
#>                                GGCACTCCACTGGGCA-1 GGCATACAGGTAGCGG-1
#> Astrocytes--Astrocytes                 1.06042016         0.74461676
#> Astrocytes--Neurons                    0.66114335         1.25149164
#> Astrocytes--PeripheralGlia             0.07845604         0.03738472
#> Astrocytes--Oligos                     1.73956058         1.08898185
#> Neurons--Astrocytes                    0.34440236         1.30327989
#> Neurons--Neurons                       0.21472558         2.19044744
#> Neurons--PeripheralGlia                0.02548089         0.06543332
#> Neurons--Oligos                        0.56497302         1.90601153
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     1.89065924         1.05221401
#> Oligos--Neurons                        1.17877501         1.76847622
#> Oligos--PeripheralGlia                 0.13988194         0.05282815
#> Oligos--Oligos                         3.10152183         1.53883448
#>                                GGCGGAGTAATATTAG-1 GGCGGTAGGATCATTG-1
#> Astrocytes--Astrocytes                  0.5013054         0.00000000
#> Astrocytes--Neurons                     0.3280899         0.00000000
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      1.1705275         0.00000000
#> Neurons--Astrocytes                     0.3352130         0.18338061
#> Neurons--Neurons                        0.2193872         8.62715157
#> Neurons--PeripheralGlia                 0.0000000         0.04831721
#> Neurons--Oligos                         0.7827085         1.14115062
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      1.6701054         0.00000000
#> Oligos--Neurons                         1.0930358         0.00000000
#> Oligos--PeripheralGlia                  0.0000000         0.00000000
#> Oligos--Oligos                          3.8996273         0.00000000
#>                                GGCGTCCTATCCGCTG-1 GGCTATTAAGTTGTAT-1
#> Astrocytes--Astrocytes                1.436302323         2.34551871
#> Astrocytes--Neurons                   2.094324876         1.39133424
#> Astrocytes--PeripheralGlia            0.014299875         0.11281945
#> Astrocytes--Oligos                    1.737390812         3.64869335
#> Neurons--Astrocytes                   0.482422911         0.26272013
#> Neurons--Neurons                      0.703438467         0.15584250
#> Neurons--PeripheralGlia               0.004803019         0.01263684
#> Neurons--Oligos                       0.583552028         0.40868792
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.800350660         1.45821301
#> Oligos--Neurons                       1.167020529         0.86499488
#> Oligos--PeripheralGlia                0.007968318         0.07014004
#> Oligos--Oligos                        0.968126181         2.26839892
#>                                GGCTCGTGCCACCAGC-1 GGCTCTGCTCCAACGC-1
#> Astrocytes--Astrocytes                0.338729868         0.02151952
#> Astrocytes--Neurons                   1.529033813         0.31452231
#> Astrocytes--PeripheralGlia            0.004496559         0.04438886
#> Astrocytes--Oligos                    0.374770750         0.26715419
#> Neurons--Astrocytes                   0.902421120         0.32398303
#> Neurons--Neurons                      4.073548092         4.73523045
#> Neurons--PeripheralGlia               0.011979426         0.66828794
#> Neurons--Oligos                       0.998438792         4.02208874
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.266304269         0.05326256
#> Oligos--Neurons                       1.202103123         0.77846817
#> Oligos--PeripheralGlia                0.003535126         0.10986601
#> Oligos--Oligos                        0.294639062         0.66122823
#>                                GGCTGGCTAGCTTAAA-1 GGGACTGCATAGATAG-1
#> Astrocytes--Astrocytes               8.751516e-08         0.08244272
#> Astrocytes--Neurons                  1.122553e-01         0.28568068
#> Astrocytes--PeripheralGlia           0.000000e+00         0.00000000
#> Astrocytes--Oligos                   7.845389e-02         0.19309293
#> Neurons--Astrocytes                  2.583577e-06         0.23942673
#> Neurons--Neurons                     3.313941e+00         0.82966196
#> Neurons--PeripheralGlia              0.000000e+00         0.00000000
#> Neurons--Oligos                      2.316075e+00         0.56077248
#> PeripheralGlia--Astrocytes           0.000000e+00         0.00000000
#> PeripheralGlia--Neurons              0.000000e+00         0.00000000
#> PeripheralGlia--PeripheralGlia       0.000000e+00         0.00000000
#> PeripheralGlia--Oligos               0.000000e+00         0.00000000
#> Oligos--Astrocytes                   1.917840e-06         1.14713132
#> Oligos--Neurons                      2.460003e+00         3.97504158
#> Oligos--PeripheralGlia               0.000000e+00         0.00000000
#> Oligos--Oligos                       1.719268e+00         2.68674959
#>                                GGGAGAACTCACAGTA-1 GGGAGTTAATGAGGCG-1
#> Astrocytes--Astrocytes                0.000000000        0.000000000
#> Astrocytes--Neurons                   0.000000000        0.000000000
#> Astrocytes--PeripheralGlia            0.000000000        0.000000000
#> Astrocytes--Oligos                    0.000000000        0.000000000
#> Neurons--Astrocytes                   0.641382654        0.000000000
#> Neurons--Neurons                      5.892681118        0.000000000
#> Neurons--PeripheralGlia               0.066876496        0.000000000
#> Neurons--Oligos                       2.323340048        0.000000000
#> PeripheralGlia--Astrocytes            0.000000000        0.016972615
#> PeripheralGlia--Neurons               0.000000000        0.074426129
#> PeripheralGlia--PeripheralGlia        0.000000000        0.003714575
#> PeripheralGlia--Oligos                0.000000000        0.202671573
#> Oligos--Astrocytes                    0.077311326        0.609985870
#> Oligos--Neurons                       0.710295154        2.674831627
#> Oligos--PeripheralGlia                0.008061195        0.133499640
#> Oligos--Oligos                        0.280052008        7.283897971
#>                                GGGCGATATGTGTGAA-1 GGGCGGTCCTATTGTC-1
#> Astrocytes--Astrocytes                 0.00000000       0.0171071779
#> Astrocytes--Neurons                    0.00000000       0.1357119550
#> Astrocytes--PeripheralGlia             0.00000000       0.0015243676
#> Astrocytes--Oligos                     0.00000000       0.4600950220
#> Neurons--Astrocytes                    0.63116182       0.0000000000
#> Neurons--Neurons                       7.45607091       0.0000000000
#> Neurons--PeripheralGlia                0.00000000       0.0000000000
#> Neurons--Oligos                        1.05926349       0.0000000000
#> PeripheralGlia--Astrocytes             0.00000000       0.0062032339
#> PeripheralGlia--Neurons                0.00000000       0.0492105131
#> PeripheralGlia--PeripheralGlia         0.00000000       0.0005527509
#> PeripheralGlia--Oligos                 0.00000000       0.1668350598
#> Oligos--Astrocytes                     0.05889676       0.2829512400
#> Oligos--Neurons                        0.69576202       2.2446639759
#> Oligos--PeripheralGlia                 0.00000000       0.0252129080
#> Oligos--Oligos                         0.09884500       7.6099317957
#>                                GGGCGTACATTTATAT-1 GGGCTGCCTAGGGCGA-1
#> Astrocytes--Astrocytes                0.047485645        0.012001039
#> Astrocytes--Neurons                   0.204411088        0.200009485
#> Astrocytes--PeripheralGlia            0.007933341        0.004886895
#> Astrocytes--Oligos                    0.020233823        0.185827109
#> Neurons--Astrocytes                   1.495306482        0.229404779
#> Neurons--Neurons                      6.436834265        3.823263209
#> Neurons--PeripheralGlia               0.249818168        0.093415008
#> Neurons--Oligos                       0.637156066        3.552161289
#> PeripheralGlia--Astrocytes            0.000000000        0.015838180
#> PeripheralGlia--Neurons               0.000000000        0.263959320
#> PeripheralGlia--PeripheralGlia        0.000000000        0.006449402
#> PeripheralGlia--Oligos                0.000000000        0.245242357
#> Oligos--Astrocytes                    0.152736830        0.070551857
#> Oligos--Neurons                       0.657485051        1.175818228
#> Oligos--PeripheralGlia                0.025517468        0.028729141
#> Oligos--Oligos                        0.065081773        1.092442702
#>                                GGGCTGGTTAGTCGCG-1 GGGTATGTATGCACTT-1
#> Astrocytes--Astrocytes                  1.3361364          0.8367998
#> Astrocytes--Neurons                     1.1431215          0.8735960
#> Astrocytes--PeripheralGlia              0.0000000          0.3418373
#> Astrocytes--Oligos                      1.3954492          0.6060469
#> Neurons--Astrocytes                     1.2479409          0.8227433
#> Neurons--Neurons                        1.0676665          0.8589214
#> Neurons--PeripheralGlia                 0.0000000          0.3360952
#> Neurons--Oligos                         1.3033386          0.5958666
#> PeripheralGlia--Astrocytes              0.0000000          1.0727772
#> PeripheralGlia--Neurons                 0.0000000          1.1199500
#> PeripheralGlia--PeripheralGlia          0.0000000          0.4382354
#> PeripheralGlia--Oligos                  0.0000000          0.7769520
#> Oligos--Astrocytes                      0.8642773          0.4155790
#> Oligos--Neurons                         0.7394260          0.4338531
#> Oligos--PeripheralGlia                  0.0000000          0.1697663
#> Oligos--Oligos                          0.9026437          0.3009804
#>                                GGGTCACCGTGACGGT-1 GGGTGTTTCAGCTATG-1
#> Astrocytes--Astrocytes                 0.48151045        0.000000000
#> Astrocytes--Neurons                    0.21550427        0.000000000
#> Astrocytes--PeripheralGlia             0.03863507        0.000000000
#> Astrocytes--Oligos                     0.84893089        0.000000000
#> Neurons--Astrocytes                    1.58133840        0.090247385
#> Neurons--Neurons                       0.70774202        8.293225703
#> Neurons--PeripheralGlia                0.12688222        0.000000000
#> Neurons--Oligos                        2.78799148        1.449729102
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.97587587        0.001530841
#> Oligos--Neurons                        0.43676190        0.140675628
#> Oligos--PeripheralGlia                 0.07830158        0.000000000
#> Oligos--Oligos                         1.72052586        0.024591342
#>                                GGTAACTATGTATCTG-1 GGTAGTGCTCGCACCA-1
#> Astrocytes--Astrocytes                  0.0000000        0.034081710
#> Astrocytes--Neurons                     0.0000000        0.117249390
#> Astrocytes--PeripheralGlia              0.0000000        0.012265725
#> Astrocytes--Oligos                      0.0000000        0.531254937
#> Neurons--Astrocytes                     0.1819732        0.112042156
#> Neurons--Neurons                        7.5016453        0.385452326
#> Neurons--PeripheralGlia                 0.0000000        0.040323042
#> Neurons--Oligos                         1.3515651        1.746477757
#> PeripheralGlia--Astrocytes              0.0000000        0.027115951
#> PeripheralGlia--Neurons                 0.0000000        0.093285482
#> PeripheralGlia--PeripheralGlia          0.0000000        0.009758806
#> PeripheralGlia--Oligos                  0.0000000        0.422674889
#> Oligos--Astrocytes                      0.0194319        0.366298011
#> Oligos--Neurons                         0.8010585        1.260154442
#> Oligos--PeripheralGlia                  0.0000000        0.131827615
#> Oligos--Oligos                          0.1443260        5.709737760
#>                                GGTATTGCCGAGTTTA-1 GGTCGGTAATTAGACA-1
#> Astrocytes--Astrocytes                  1.1400018        0.004355686
#> Astrocytes--Neurons                     0.7140449        0.195329983
#> Astrocytes--PeripheralGlia              0.0000000        0.000000000
#> Astrocytes--Oligos                      2.1102448        0.061308873
#> Neurons--Astrocytes                     1.0199050        0.156805379
#> Neurons--Neurons                        0.6388218        7.031909556
#> Neurons--PeripheralGlia                 0.0000000        0.000000000
#> Neurons--Oligos                         1.8879348        2.207128903
#> PeripheralGlia--Astrocytes              0.0000000        0.000000000
#> PeripheralGlia--Neurons                 0.0000000        0.000000000
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.000000000
#> Oligos--Astrocytes                      1.0033368        0.005726956
#> Oligos--Neurons                         0.6284442        0.256824348
#> Oligos--PeripheralGlia                  0.0000000        0.000000000
#> Oligos--Oligos                          1.8572657        0.080610315
#>                                GGTGAGATGCAGATAA-1 GGTGCGGATAAGTGGC-1
#> Astrocytes--Astrocytes               0.0000000000        0.011838220
#> Astrocytes--Neurons                  0.0000000000        0.325636902
#> Astrocytes--PeripheralGlia           0.0000000000        0.001147601
#> Astrocytes--Oligos                   0.0000000000        0.084098772
#> Neurons--Astrocytes                  0.3643567674        0.257179306
#> Neurons--Neurons                     6.0268933492        7.074296256
#> Neurons--PeripheralGlia              0.0236627084        0.024931052
#> Neurons--Oligos                      3.2009617203        1.827003096
#> PeripheralGlia--Astrocytes           0.0000000000        0.000000000
#> PeripheralGlia--Neurons              0.0000000000        0.000000000
#> PeripheralGlia--PeripheralGlia       0.0000000000        0.000000000
#> PeripheralGlia--Oligos               0.0000000000        0.000000000
#> Oligos--Astrocytes                   0.0145549641        0.011030206
#> Oligos--Neurons                      0.2407563802        0.303410676
#> Oligos--PeripheralGlia               0.0009452545        0.001069272
#> Oligos--Oligos                       0.1278688559        0.078358642
#>                                GGTTAGGCTTGGAGAA-1 GGTTTACAATCTCAAT-1
#> Astrocytes--Astrocytes                 0.54255025         0.00000000
#> Astrocytes--Neurons                    1.15942057         0.00000000
#> Astrocytes--PeripheralGlia             0.07617449         0.00000000
#> Astrocytes--Oligos                     0.79486121         0.00000000
#> Neurons--Astrocytes                    0.09442475         0.06587153
#> Neurons--Neurons                       0.20178407         0.54669696
#> Neurons--PeripheralGlia                0.01325731         0.07702889
#> Neurons--Oligos                        0.13833663         0.85254181
#> PeripheralGlia--Astrocytes             0.23482448         0.06479170
#> PeripheralGlia--Neurons                0.50181588         0.53773490
#> PeripheralGlia--PeripheralGlia         0.03296954         0.07576615
#> PeripheralGlia--Oligos                 0.34402873         0.83856600
#> Oligos--Astrocytes                     1.23682421         0.29648067
#> Oligos--Neurons                        2.64307208         2.46062402
#> Oligos--PeripheralGlia                 0.17365110         0.34669871
#> Oligos--Oligos                         1.81200467         3.83719867
#>                                GGTTTGAGTGCTGGAA-1 GTAAGCGGGCAGTCAG-1
#> Astrocytes--Astrocytes                  0.0000000        0.045480687
#> Astrocytes--Neurons                     0.0000000        0.910913944
#> Astrocytes--PeripheralGlia              0.0000000        0.004714224
#> Astrocytes--Oligos                      0.0000000        0.119693134
#> Neurons--Astrocytes                     0.1837655        0.345431712
#> Neurons--Neurons                        8.0656740        6.918509456
#> Neurons--PeripheralGlia                 0.0000000        0.035805139
#> Neurons--Oligos                         1.7505605        0.909084869
#> PeripheralGlia--Astrocytes              0.0000000        0.000000000
#> PeripheralGlia--Neurons                 0.0000000        0.000000000
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.000000000
#> Oligos--Astrocytes                      0.0000000        0.029892591
#> Oligos--Neurons                         0.0000000        0.598706389
#> Oligos--PeripheralGlia                  0.0000000        0.003098466
#> Oligos--Oligos                          0.0000000        0.078669390
#>                                GTAAGTAGGGTATACC-1 GTACGAGATTGCGACA-1
#> Astrocytes--Astrocytes                0.037561693       0.0376383003
#> Astrocytes--Neurons                   0.344113755       0.2647361569
#> Astrocytes--PeripheralGlia            0.003089925       0.0007874201
#> Astrocytes--Oligos                    0.024330535       0.0265619852
#> Neurons--Astrocytes                   0.880601803       1.0982724212
#> Neurons--Neurons                      8.067453040       7.7249083359
#> Neurons--PeripheralGlia               0.072440648       0.0229766425
#> Neurons--Oligos                       0.570408601       0.7750694255
#> PeripheralGlia--Astrocytes            0.000000000       0.0335520724
#> PeripheralGlia--Neurons               0.000000000       0.2359948940
#> PeripheralGlia--PeripheralGlia        0.000000000       0.0007019333
#> PeripheralGlia--Oligos                0.000000000       0.0236782650
#> Oligos--Astrocytes                    0.000000000       0.0861979293
#> Oligos--Neurons                       0.000000000       0.6062895594
#> Oligos--PeripheralGlia                0.000000000       0.0018033222
#> Oligos--Oligos                        0.000000000       0.0608313368
#>                                GTACTAAGATTTGGAG-1 GTACTGAGGTCGTAAC-1
#> Astrocytes--Astrocytes                 0.00000000        0.005498948
#> Astrocytes--Neurons                    0.00000000        0.211479409
#> Astrocytes--PeripheralGlia             0.00000000        0.000000000
#> Astrocytes--Oligos                     0.00000000        0.032769992
#> Neurons--Astrocytes                    0.83551440        0.193321358
#> Neurons--Neurons                       7.94833525        7.434782936
#> Neurons--PeripheralGlia                0.02081224        0.000000000
#> Neurons--Oligos                        1.19533811        1.152063818
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.00000000        0.021359257
#> Oligos--Neurons                        0.00000000        0.821437637
#> Oligos--PeripheralGlia                 0.00000000        0.000000000
#> Oligos--Oligos                         0.00000000        0.127286646
#>                                GTACTGCATGAAGCGT-1 GTACTTGGGCACTTCT-1
#> Astrocytes--Astrocytes                 0.00000000         0.00000000
#> Astrocytes--Neurons                    0.00000000         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.00000000         0.00000000
#> Neurons--Astrocytes                    0.21298098         0.37558013
#> Neurons--Neurons                       8.16610457         5.98480085
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        1.15975701         2.66878609
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.01029661         0.04038308
#> Oligos--Neurons                        0.39479212         0.64349698
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.05606871         0.28695287
#>                                GTATAGGACTCAGTAG-1 GTATCAGCTTGGGTTC-1
#> Astrocytes--Astrocytes                  0.0000000         0.07228634
#> Astrocytes--Neurons                     0.0000000         0.53234380
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      0.0000000         0.10465786
#> Neurons--Astrocytes                     0.2444262         0.72968518
#> Neurons--Neurons                        9.0502413         5.37367639
#> Neurons--PeripheralGlia                 0.1690351         0.00000000
#> Neurons--Oligos                         0.5362974         1.05645536
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.0000000         0.21716792
#> Oligos--Neurons                         0.0000000         1.59930632
#> Oligos--PeripheralGlia                  0.0000000         0.00000000
#> Oligos--Oligos                          0.0000000         0.31442082
#>                                GTCAAAGTTTACATAG-1 GTCACTCTCCAAATCT-1
#> Astrocytes--Astrocytes                0.000000000         0.08124132
#> Astrocytes--Neurons                   0.000000000         0.99591558
#> Astrocytes--PeripheralGlia            0.000000000         0.03412456
#> Astrocytes--Oligos                    0.000000000         0.11671463
#> Neurons--Astrocytes                   0.014602193         0.54597340
#> Neurons--Neurons                      0.367846751         6.69294174
#> Neurons--PeripheralGlia               0.001525215         0.22933037
#> Neurons--Oligos                       0.594949909         0.78436788
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.179313263         0.10051929
#> Oligos--Neurons                       4.517116160         1.23223903
#> Oligos--PeripheralGlia                0.018729472         0.04222207
#> Oligos--Oligos                        7.305917037         0.14441015
#>                                GTCAGAATAGTCTATG-1 GTCATGCACCTCCGTT-1
#> Astrocytes--Astrocytes                 0.50233481         0.08010428
#> Astrocytes--Neurons                    0.49650435         1.41929432
#> Astrocytes--PeripheralGlia             0.08682798         0.00000000
#> Astrocytes--Oligos                     0.47277834         0.17280417
#> Neurons--Astrocytes                    2.52845967         0.36259222
#> Neurons--Neurons                       2.49911258         6.42443881
#> Neurons--PeripheralGlia                0.43704129         0.00000000
#> Neurons--Oligos                        2.37968968         0.78219847
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.51484311         0.03633801
#> Oligos--Neurons                        0.50886748         0.64383989
#> Oligos--PeripheralGlia                 0.08899003         0.00000000
#> Oligos--Oligos                         0.48455067         0.07838982
#>                                GTCATGGACATGACTA-1 GTCCCAACGTAAAGTA-1
#> Astrocytes--Astrocytes                0.184925844         0.06419386
#> Astrocytes--Neurons                   0.948047176         0.49856177
#> Astrocytes--PeripheralGlia            0.002632265         0.02078190
#> Astrocytes--Oligos                    0.169171055         1.18744302
#> Neurons--Astrocytes                   1.132016428         0.08702150
#> Neurons--Neurons                      5.803434259         0.67585269
#> Neurons--PeripheralGlia               0.016113311         0.02817204
#> Neurons--Oligos                       1.035574095         1.60970335
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.100356909         0.35625158
#> Oligos--Neurons                       0.514493175         2.76682860
#> Oligos--PeripheralGlia                0.001428497         0.11533164
#> Oligos--Oligos                        0.091806985         6.58985806
#>                                GTCCGGCTGAATTGCG-1 GTCGGATATCTCAGAC-1
#> Astrocytes--Astrocytes                 0.07295266          0.7507454
#> Astrocytes--Neurons                    0.40429426          0.5600839
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.20804167          0.5684384
#> Neurons--Astrocytes                    0.88266711          1.2476279
#> Neurons--Neurons                       4.89162785          0.9307767
#> Neurons--PeripheralGlia                0.00000000          0.0000000
#> Neurons--Oligos                        2.51713303          0.9446606
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.10893403          1.9965092
#> Oligos--Neurons                        0.60369838          1.4894701
#> Oligos--PeripheralGlia                 0.00000000          0.0000000
#> Oligos--Oligos                         0.31065101          1.5116877
#>                                GTGAAACGTGCTCCAC-1 GTGCAACAAATGTGGC-1
#> Astrocytes--Astrocytes                0.000000000        0.001668546
#> Astrocytes--Neurons                   0.000000000        0.097958685
#> Astrocytes--PeripheralGlia            0.000000000        0.000000000
#> Astrocytes--Oligos                    0.000000000        0.016697120
#> Neurons--Astrocytes                   0.103434668        0.128872825
#> Neurons--Neurons                      8.067869295        7.565995879
#> Neurons--PeripheralGlia               0.000000000        0.000000000
#> Neurons--Oligos                       1.399116989        1.289628778
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.004642781        0.012897731
#> Oligos--Neurons                       0.362135336        0.757213001
#> Oligos--PeripheralGlia                0.000000000        0.000000000
#> Oligos--Oligos                        0.062800931        0.129067434
#>                                GTGCACGAAAGTGACT-1 GTGCGGGTCTCCAAAT-1
#> Astrocytes--Astrocytes                 0.00000000        0.049909989
#> Astrocytes--Neurons                    0.00000000        0.645776417
#> Astrocytes--PeripheralGlia             0.00000000        0.005778471
#> Astrocytes--Oligos                     0.00000000        0.041214196
#> Neurons--Astrocytes                    0.10094154        0.567551431
#> Neurons--Neurons                       8.97895230        7.343446477
#> Neurons--PeripheralGlia                0.00000000        0.065709883
#> Neurons--Oligos                        1.06556764        0.468667227
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.00850217        0.054564902
#> Oligos--Neurons                        0.75628503        0.706005513
#> Oligos--PeripheralGlia                 0.00000000        0.006317407
#> Oligos--Oligos                         0.08975132        0.045058086
#>                                GTGCTCAAGTACTGTC-1 GTGGACGTGCTGAGAC-1
#> Astrocytes--Astrocytes                  0.7785229         0.01644500
#> Astrocytes--Neurons                     0.4978230         0.46227487
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      1.5008239         0.04155014
#> Neurons--Astrocytes                     0.4264574         0.27769952
#> Neurons--Neurons                        0.2726963         7.80623198
#> Neurons--PeripheralGlia                 0.0000000         0.00000000
#> Neurons--Oligos                         0.8221177         0.70163895
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      1.8786453         0.02194141
#> Oligos--Neurons                         1.2012913         0.61678071
#> Oligos--PeripheralGlia                  0.0000000         0.00000000
#> Oligos--Oligos                          3.6216223         0.05543742
#>                                GTGGGCTTAGACACAC-1 GTTCACAGGAGTCTAG-1
#> Astrocytes--Astrocytes                 0.35682704          0.9395887
#> Astrocytes--Neurons                    0.48009653          0.9470921
#> Astrocytes--PeripheralGlia             0.02056260          0.0000000
#> Astrocytes--Oligos                     0.61812181          0.9509661
#> Neurons--Astrocytes                    1.25851182          1.5474175
#> Neurons--Neurons                       1.69327737          1.5597750
#> Neurons--PeripheralGlia                0.07252332          0.0000000
#> Neurons--Oligos                        2.18008593          1.5661552
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.80283076          0.8241481
#> Oligos--Neurons                        1.08017671          0.8307297
#> Oligos--PeripheralGlia                 0.04626413          0.0000000
#> Oligos--Oligos                         1.39072198          0.8341277
#>                                GTTCCAGTCTGACCAT-1 GTTCTTCCCTCGATGT-1
#> Astrocytes--Astrocytes                 0.00000000        0.051041443
#> Astrocytes--Neurons                    0.00000000        0.873839659
#> Astrocytes--PeripheralGlia             0.00000000        0.009556698
#> Astrocytes--Oligos                     0.00000000        0.765572333
#> Neurons--Astrocytes                    0.33442778        0.058381134
#> Neurons--Neurons                       7.07691600        0.999496635
#> Neurons--PeripheralGlia                0.08350319        0.010930938
#> Neurons--Oligos                        1.30890582        0.875660611
#> PeripheralGlia--Astrocytes             0.00000000        0.011491896
#> PeripheralGlia--Neurons                0.00000000        0.196743550
#> PeripheralGlia--PeripheralGlia         0.00000000        0.002151675
#> PeripheralGlia--Oligos                 0.00000000        0.172367341
#> Oligos--Astrocytes                     0.04544179        0.209351719
#> Oligos--Neurons                        0.96160595        3.584143072
#> Oligos--PeripheralGlia                 0.01134635        0.039197778
#> Oligos--Oligos                         0.17785312        3.140073518
#>                                GTTGCACGGAGTTTCG-1 GTTGTCGTGTTAGTTG-1
#> Astrocytes--Astrocytes                 0.00000000        0.010691843
#> Astrocytes--Neurons                    0.00000000        0.202201598
#> Astrocytes--PeripheralGlia             0.00000000        0.001017620
#> Astrocytes--Oligos                     0.00000000        0.160931584
#> Neurons--Astrocytes                    0.82919578        0.223861331
#> Neurons--Neurons                       8.52232087        4.233612229
#> Neurons--PeripheralGlia                0.05065766        0.021306501
#> Neurons--Oligos                        0.59782569        3.369517984
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.00000000        0.050682338
#> Oligos--Neurons                        0.00000000        0.958492308
#> Oligos--PeripheralGlia                 0.00000000        0.004823804
#> Oligos--Oligos                         0.00000000        0.762860860
#>                                GTTTCCTGGAGGGTGA-1 GTTTGACCAAATCCTA-1
#> Astrocytes--Astrocytes                 0.00000000         0.02816690
#> Astrocytes--Neurons                    0.00000000         0.15541425
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.00000000         0.06597872
#> Neurons--Astrocytes                    0.42848058         1.03801648
#> Neurons--Neurons                       9.88619982         5.72737997
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        0.42637055         2.43147056
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.01032996         0.06247976
#> Oligos--Neurons                        0.23834000         0.34473953
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.01027909         0.14635383
#>                                GTTTGGCCGCTCAGCG-1 TAAATGAATCCGTTTC-1
#> Astrocytes--Astrocytes                 0.00000000         0.02729048
#> Astrocytes--Neurons                    0.00000000         0.31232250
#> Astrocytes--PeripheralGlia             0.00000000         0.01226685
#> Astrocytes--Oligos                     0.00000000         0.04435351
#> Neurons--Astrocytes                    0.08461993         0.68217765
#> Neurons--Neurons                       5.67588322         7.80709783
#> Neurons--PeripheralGlia                0.00000000         0.30663344
#> Neurons--Oligos                        4.17939454         1.10870083
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.01753798         0.11702903
#> Oligos--Neurons                        1.17636021         1.33932427
#> Oligos--PeripheralGlia                 0.00000000         0.05260362
#> Oligos--Oligos                         0.86620412         0.19019999
#>                                TAACAAAGGGAGAAGC-1 TAACGCTTTGAGAGCG-1
#> Astrocytes--Astrocytes                  0.2676820          0.8199758
#> Astrocytes--Neurons                     1.0368980          1.2285418
#> Astrocytes--PeripheralGlia              0.0000000          0.4668750
#> Astrocytes--Oligos                      0.2926535          0.6034722
#> Neurons--Astrocytes                     0.9984848          1.2634270
#> Neurons--Neurons                        3.8677491          1.8929497
#> Neurons--PeripheralGlia                 0.0000000          0.7193657
#> Neurons--Oligos                         1.0916314          0.9298361
#> PeripheralGlia--Astrocytes              0.0000000          0.5399593
#> PeripheralGlia--Neurons                 0.0000000          0.8090027
#> PeripheralGlia--PeripheralGlia          0.0000000          0.3074402
#> PeripheralGlia--Oligos                  0.0000000          0.3973903
#> Oligos--Astrocytes                      0.4097435          0.5315388
#> Oligos--Neurons                         1.5871901          0.7963865
#> Oligos--PeripheralGlia                  0.0000000          0.3026457
#> Oligos--Oligos                          0.4479677          0.3911931
#>                                TAACTATCGAAGGTCC-1 TAACTCCATGGAGGCT-1
#> Astrocytes--Astrocytes                 0.06927563        0.009185039
#> Astrocytes--Neurons                    0.39032383        0.238324430
#> Astrocytes--PeripheralGlia             0.01010032        0.001730678
#> Astrocytes--Oligos                     0.06389823        0.275913057
#> Neurons--Astrocytes                    1.07622442        0.000000000
#> Neurons--Neurons                       6.06383569        0.000000000
#> Neurons--PeripheralGlia                0.15691242        0.000000000
#> Neurons--Oligos                        0.99268436        0.000000000
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.15277373        0.165717048
#> Oligos--Neurons                        0.86078220        4.299864197
#> Oligos--PeripheralGlia                 0.02227425        0.031225007
#> Oligos--Oligos                         0.14091494        4.978040545
#>                                TAAGGAACTTGTGGGA-1 TAAGGCAACATAAGAT-1
#> Astrocytes--Astrocytes                  0.0000000         0.02100970
#> Astrocytes--Neurons                     0.0000000         0.30691378
#> Astrocytes--PeripheralGlia              0.0000000         0.04662015
#> Astrocytes--Oligos                      0.0000000         0.21163592
#> Neurons--Astrocytes                     0.3303344         0.25984882
#> Neurons--Neurons                        7.7088790         3.79592262
#> Neurons--PeripheralGlia                 0.0000000         0.57659994
#> Neurons--Oligos                         1.9607866         2.61752210
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.0000000         0.11340066
#> Oligos--Neurons                         0.0000000         1.65657909
#> Oligos--PeripheralGlia                  0.0000000         0.25163406
#> Oligos--Oligos                          0.0000000         1.14231317
#>                                TAATACACAGTAGTAT-1 TACAAGTCTCGTGCAT-1
#> Astrocytes--Astrocytes                0.070187509        1.087159983
#> Astrocytes--Neurons                   1.158230384        1.325977868
#> Astrocytes--PeripheralGlia            0.008475218        0.014881937
#> Astrocytes--Oligos                    0.462838258        1.232101023
#> Neurons--Astrocytes                   0.307095300        1.499805485
#> Neurons--Neurons                      5.067669649        1.829269757
#> Neurons--PeripheralGlia               0.037082093        0.020530567
#> Neurons--Oligos                       2.025081907        1.699760753
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.035650140        0.383318955
#> Oligos--Neurons                       0.588296639        0.467523142
#> Oligos--PeripheralGlia                0.004304793        0.005247184
#> Oligos--Oligos                        0.235088110        0.434423346
#>                                TACCAGCTAGGTTTAA-1 TACCTCACGCTTGTAC-1
#> Astrocytes--Astrocytes                0.000000000        0.032087073
#> Astrocytes--Neurons                   0.000000000        0.633768657
#> Astrocytes--PeripheralGlia            0.000000000        0.000000000
#> Astrocytes--Oligos                    0.000000000        0.486679338
#> Neurons--Astrocytes                   0.183881788        0.073597160
#> Neurons--Neurons                      8.883312721        1.453656209
#> Neurons--PeripheralGlia               0.043210555        0.000000000
#> Neurons--Oligos                       0.481476467        1.116281840
#> PeripheralGlia--Astrocytes            0.000000000        0.009840086
#> PeripheralGlia--Neurons               0.000000000        0.194356705
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.149249086
#> Oligos--Astrocytes                    0.007823862        0.162879993
#> Oligos--Neurons                       0.377970055        3.217128390
#> Oligos--PeripheralGlia                0.001838537        0.000000000
#> Oligos--Oligos                        0.020486016        2.470475463
#>                                TACGAACACGACTTCA-1 TACGAGAACTTCACGT-1
#> Astrocytes--Astrocytes                  1.6588469         1.81336448
#> Astrocytes--Neurons                     2.3884426         0.66886617
#> Astrocytes--PeripheralGlia              0.0000000         0.20974150
#> Astrocytes--Oligos                      2.2437591         2.49011806
#> Neurons--Astrocytes                     0.3356345         0.60457096
#> Neurons--Neurons                        0.4832536         0.22299823
#> Neurons--PeripheralGlia                 0.0000000         0.06992726
#> Neurons--Oligos                         0.4539797         0.83019883
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.6423555         1.08135617
#> Oligos--Neurons                         0.9248770         0.39886221
#> Oligos--PeripheralGlia                  0.0000000         0.12507428
#> Oligos--Oligos                          0.8688512         1.48492185
#>                                TACGATGTTGATCATC-1 TACGTGCACTATGCTG-1
#> Astrocytes--Astrocytes                 0.81355472         0.09544945
#> Astrocytes--Neurons                    0.68109838         0.64095610
#> Astrocytes--PeripheralGlia             0.06245239         0.01404557
#> Astrocytes--Oligos                     1.10519270         0.13075015
#> Neurons--Astrocytes                    0.39067169         0.84092609
#> Neurons--Neurons                       0.32706571         5.64693374
#> Neurons--PeripheralGlia                0.02998985         0.12374385
#> Neurons--Oligos                        0.53071722         1.15193139
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     1.85160981         0.14679866
#> Oligos--Neurons                        1.55014580         0.98577311
#> Oligos--PeripheralGlia                 0.14213851         0.02160170
#> Oligos--Oligos                         2.51536323         0.20109019
#>                                TAGAGCTACGAAGAAC-1 TAGAGTCTAAGCGAAC-1
#> Astrocytes--Astrocytes                0.003614811         0.08283557
#> Astrocytes--Neurons                   0.157302656         0.93078989
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.040127231         0.22231387
#> Neurons--Astrocytes                   0.196781426         0.17732133
#> Neurons--Neurons                      8.563169511         1.99248824
#> Neurons--PeripheralGlia               0.000000000         0.00000000
#> Neurons--Oligos                       2.184427724         0.47589449
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.015365405         0.41006671
#> Oligos--Neurons                       0.668643224         4.60775403
#> Oligos--PeripheralGlia                0.000000000         0.00000000
#> Oligos--Oligos                        0.170568012         1.10053586
#>                                TAGCTAAGTCCGGGAG-1 TAGGGTGTTTCAAGAG-1
#> Astrocytes--Astrocytes                  0.0000000         0.48368718
#> Astrocytes--Neurons                     0.0000000         1.90819908
#> Astrocytes--PeripheralGlia              0.0000000         0.03311873
#> Astrocytes--Oligos                      0.0000000         0.27611796
#> Neurons--Astrocytes                     0.6893082         1.09201861
#> Neurons--Neurons                        7.4418376         4.30813347
#> Neurons--PeripheralGlia                 0.0000000         0.07477203
#> Neurons--Oligos                         1.8688543         0.62339042
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.0000000         0.39405236
#> Oligos--Neurons                         0.0000000         1.55457987
#> Oligos--PeripheralGlia                  0.0000000         0.02698131
#> Oligos--Oligos                          0.0000000         0.22494897
#>                                TAGGTGAGCCCTACTC-1 TAGGTTCGAGTTCGTC-1
#> Astrocytes--Astrocytes                  1.2288895       0.0022455752
#> Astrocytes--Neurons                     1.5981751       0.0061223677
#> Astrocytes--PeripheralGlia              0.5941362       0.0006656817
#> Astrocytes--Oligos                      1.9524936       0.0235471472
#> Neurons--Astrocytes                     0.5813424       0.0000000000
#> Neurons--Neurons                        0.7560378       0.0000000000
#> Neurons--PeripheralGlia                 0.2810640       0.0000000000
#> Neurons--Oligos                         0.9236529       0.0000000000
#> PeripheralGlia--Astrocytes              0.0000000       0.0000000000
#> PeripheralGlia--Neurons                 0.0000000       0.0000000000
#> PeripheralGlia--PeripheralGlia          0.0000000       0.0000000000
#> PeripheralGlia--Oligos                  0.0000000       0.0000000000
#> Oligos--Astrocytes                      0.4766296       0.6869877077
#> Oligos--Neurons                         0.6198585       1.8730128803
#> Oligos--PeripheralGlia                  0.2304381       0.2036516565
#> Oligos--Oligos                          0.7572823       7.2037669838
#>                                TAGTGCCCTCCAGAGT-1 TAGTTTATTCTTGCTT-1
#> Astrocytes--Astrocytes                  1.2751088         0.00000000
#> Astrocytes--Neurons                     0.5878563         0.00000000
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      1.4884752         0.00000000
#> Neurons--Astrocytes                     1.3219495         0.16285659
#> Neurons--Neurons                        0.6094510         7.98686379
#> Neurons--PeripheralGlia                 0.0000000         0.00000000
#> Neurons--Oligos                         1.5431539         1.83381277
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      1.2076008         0.01658114
#> Oligos--Neurons                         0.5567335         0.81317728
#> Oligos--PeripheralGlia                  0.0000000         0.00000000
#> Oligos--Oligos                          1.4096710         0.18670844
#>                                TATAAATCCACAAGCT-1 TATAAGTGAGGATAGC-1
#> Astrocytes--Astrocytes                0.254482846       0.6590518671
#> Astrocytes--Neurons                   0.796658362       2.0688942608
#> Astrocytes--PeripheralGlia            0.004511845       0.0071955168
#> Astrocytes--Oligos                    0.215603671       0.5958546287
#> Neurons--Astrocytes                   1.602180074       1.0357749875
#> Neurons--Neurons                      5.015623530       3.2515027028
#> Neurons--PeripheralGlia               0.028405795       0.0113085733
#> Neurons--Oligos                       1.357403496       0.9364533377
#> PeripheralGlia--Astrocytes            0.000000000       0.0395928396
#> PeripheralGlia--Neurons               0.000000000       0.1242897604
#> PeripheralGlia--PeripheralGlia        0.000000000       0.0004322739
#> PeripheralGlia--Oligos                0.000000000       0.0357962369
#> Oligos--Astrocytes                    0.345340231       0.2441230990
#> Oligos--Neurons                       1.081087336       0.7663507284
#> Oligos--PeripheralGlia                0.006122697       0.0026653317
#> Oligos--Oligos                        0.292580119       0.2207138554
#>                                TATACACGCAAAGTAT-1 TATCCATATCATGCGA-1
#> Astrocytes--Astrocytes                 0.05213384         0.00000000
#> Astrocytes--Neurons                    0.83998648         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.09745483         0.00000000
#> Neurons--Astrocytes                    0.46293768         0.35090552
#> Neurons--Neurons                       7.45890550        10.03387508
#> Neurons--PeripheralGlia                0.00000000         0.06640676
#> Neurons--Oligos                        0.86537863         0.54881265
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.06444207         0.00000000
#> Oligos--Neurons                        1.03829813         0.00000000
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.12046285         0.00000000
#>                                TATCGATGATTAAACG-1 TATGCTCCCTACTTAC-1
#> Astrocytes--Astrocytes                0.429608195        0.280196219
#> Astrocytes--Neurons                   1.751154446        1.399669225
#> Astrocytes--PeripheralGlia            0.011637612        0.024465526
#> Astrocytes--Oligos                    0.343452663        0.288916367
#> Neurons--Astrocytes                   1.097869262        1.176924862
#> Neurons--Neurons                      4.475097685        5.879113978
#> Neurons--PeripheralGlia               0.029740066        0.102764004
#> Neurons--Oligos                       0.877697692        1.213552618
#> PeripheralGlia--Astrocytes            0.085821010        0.000000000
#> PeripheralGlia--Neurons               0.349820710        0.000000000
#> PeripheralGlia--PeripheralGlia        0.002324796        0.000000000
#> PeripheralGlia--Oligos                0.068610084        0.000000000
#> Oligos--Astrocytes                    0.080838414        0.089178946
#> Oligos--Neurons                       0.329510820        0.445477198
#> Oligos--PeripheralGlia                0.002189823        0.007786721
#> Oligos--Oligos                        0.064626720        0.091954336
#>                                TATGGATGTGCTACGC-1 TATGGCCCGGCCTCGC-1
#> Astrocytes--Astrocytes                 0.04564743         0.96971729
#> Astrocytes--Neurons                    0.64306907         1.02501100
#> Astrocytes--PeripheralGlia             0.00000000         0.03996534
#> Astrocytes--Oligos                     0.05088660         0.69766997
#> Neurons--Astrocytes                    0.52965142         0.90221483
#> Neurons--Neurons                       7.46159106         0.95365951
#> Neurons--PeripheralGlia                0.00000000         0.03718334
#> Neurons--Oligos                        0.59044198         0.64910484
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.04188933         2.03197372
#> Oligos--Neurons                        0.59012595         2.14783775
#> Oligos--PeripheralGlia                 0.00000000         0.08374454
#> Oligos--Oligos                         0.04669716         1.46191787
#>                                TATGGGTACGTATCGT-1 TATTCAATTCTAATCC-1
#> Astrocytes--Astrocytes                  0.3010224        0.021014724
#> Astrocytes--Neurons                     0.5205827        0.082060701
#> Astrocytes--PeripheralGlia              0.0000000        0.006625837
#> Astrocytes--Oligos                      0.5675337        0.333942127
#> Neurons--Astrocytes                     1.2071129        0.000000000
#> Neurons--Neurons                        2.0875589        0.000000000
#> Neurons--PeripheralGlia                 0.0000000        0.000000000
#> Neurons--Oligos                         2.2758348        0.000000000
#> PeripheralGlia--Astrocytes              0.0000000        0.000000000
#> PeripheralGlia--Neurons                 0.0000000        0.000000000
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.000000000
#> Oligos--Astrocytes                      0.8755333        0.500038824
#> Oligos--Neurons                         1.5141313        1.952608897
#> Oligos--PeripheralGlia                  0.0000000        0.157659732
#> Oligos--Oligos                          1.6506900        7.946049158
#>                                TATTTAGTCTAGATCG-1 TATTTGTTACCCTTTA-1
#> Astrocytes--Astrocytes                 0.03721373          0.0000000
#> Astrocytes--Neurons                    0.85192182          0.0000000
#> Astrocytes--PeripheralGlia             0.02004006          0.0000000
#> Astrocytes--Oligos                     0.28669957          0.0000000
#> Neurons--Astrocytes                    0.24835306          0.3790072
#> Neurons--Neurons                       5.68546537          9.1910717
#> Neurons--PeripheralGlia                0.13374125          0.0000000
#> Neurons--Oligos                        1.91334511          0.4299211
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.02561730          0.0000000
#> Oligos--Neurons                        0.58644842          0.0000000
#> Oligos--PeripheralGlia                 0.01379524          0.0000000
#> Oligos--Oligos                         0.19735908          0.0000000
#>                                TCAAACAACCGCGTCG-1 TCAAACTTAGATTGTT-1
#> Astrocytes--Astrocytes                0.057879186          0.0000000
#> Astrocytes--Neurons                   0.286147669          0.0000000
#> Astrocytes--PeripheralGlia            0.003741799          0.0000000
#> Astrocytes--Oligos                    0.051927717          0.0000000
#> Neurons--Astrocytes                   0.842429937          0.1557712
#> Neurons--Neurons                      4.164871315          8.9339885
#> Neurons--PeripheralGlia               0.054461779          0.1032431
#> Neurons--Oligos                       0.755806464          0.8069973
#> PeripheralGlia--Astrocytes            0.063162054          0.0000000
#> PeripheralGlia--Neurons               0.312265528          0.0000000
#> PeripheralGlia--PeripheralGlia        0.004083328          0.0000000
#> PeripheralGlia--Oligos                0.056667370          0.0000000
#> Oligos--Astrocytes                    0.484607677          0.0000000
#> Oligos--Neurons                       2.395841510          0.0000000
#> Oligos--PeripheralGlia                0.031329129          0.0000000
#> Oligos--Oligos                        0.434777539          0.0000000
#>                                TCAACACATTGGGTAA-1 TCAACCATGTTCGGGC-1
#> Astrocytes--Astrocytes                0.000000000          0.0000000
#> Astrocytes--Neurons                   0.000000000          0.0000000
#> Astrocytes--PeripheralGlia            0.000000000          0.0000000
#> Astrocytes--Oligos                    0.000000000          0.0000000
#> Neurons--Astrocytes                   0.131546125          0.4157053
#> Neurons--Neurons                      7.179421966         10.1169175
#> Neurons--PeripheralGlia               0.000000000          0.0000000
#> Neurons--Oligos                       2.099064323          0.4673772
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.008247363          0.0000000
#> Oligos--Neurons                       0.450118136          0.0000000
#> Oligos--PeripheralGlia                0.000000000          0.0000000
#> Oligos--Oligos                        0.131602088          0.0000000
#>                                TCACAGGTTATTGGGC-1 TCACGCATTGTAGATC-1
#> Astrocytes--Astrocytes                  0.3420926        1.207457348
#> Astrocytes--Neurons                     0.2101426        0.752977563
#> Astrocytes--PeripheralGlia              0.0000000        0.011554471
#> Astrocytes--Oligos                      0.5547060        2.360252824
#> Neurons--Astrocytes                     0.6846105        0.362650363
#> Neurons--Neurons                        0.4205464        0.226150917
#> Neurons--PeripheralGlia                 0.0000000        0.003470295
#> Neurons--Oligos                         1.1101014        0.708883460
#> PeripheralGlia--Astrocytes              0.0000000        0.000000000
#> PeripheralGlia--Neurons                 0.0000000        0.000000000
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.000000000
#> Oligos--Astrocytes                      2.0637286        2.053176671
#> Oligos--Neurons                         1.2677191        1.280373148
#> Oligos--PeripheralGlia                  0.0000000        0.019647378
#> Oligos--Oligos                          3.3463528        4.013405563
#>                                TCACGGTCATCGCACA-1 TCAGCAAATGCATCTC-1
#> Astrocytes--Astrocytes                0.101237277          0.0000000
#> Astrocytes--Neurons                   0.745122541          0.0000000
#> Astrocytes--PeripheralGlia            0.007642929          0.0000000
#> Astrocytes--Oligos                    0.045878568          0.0000000
#> Neurons--Astrocytes                   0.922303259          0.2850265
#> Neurons--Neurons                      6.788299382          3.4139150
#> Neurons--PeripheralGlia               0.069629474          0.1396364
#> Neurons--Oligos                       0.417968105          2.4620380
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.101466458          0.2125902
#> Oligos--Neurons                       0.746809347          2.5463062
#> Oligos--PeripheralGlia                0.007660231          0.1041494
#> Oligos--Oligos                        0.045982428          1.8363382
#>                                TCAGGGTGTAACGTAA-1 TCAGGTTCTTTGAGAA-1
#> Astrocytes--Astrocytes                 0.05465357         0.50745272
#> Astrocytes--Neurons                    0.58874182         0.76649618
#> Astrocytes--PeripheralGlia             0.03795171         0.01348862
#> Astrocytes--Oligos                     0.26377506         1.11928463
#> Neurons--Astrocytes                    0.51020801         0.55528803
#> Neurons--Neurons                       5.49608728         0.83875036
#> Neurons--PeripheralGlia                0.35429097         0.01476014
#> Neurons--Oligos                        2.46242185         1.22479461
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.12906231         1.04573995
#> Oligos--Neurons                        1.39029124         1.57956720
#> Oligos--PeripheralGlia                 0.08962151         0.02779686
#> Oligos--Oligos                         0.62289468         2.30658071
#>                                TCAGTACTGACCCGCG-1 TCATCCCAGAGGGTGG-1
#> Astrocytes--Astrocytes                0.060562822         0.00829113
#> Astrocytes--Neurons                   0.541935574         0.18577571
#> Astrocytes--PeripheralGlia            0.008660448         0.00000000
#> Astrocytes--Oligos                    0.073696864         0.01292756
#> Neurons--Astrocytes                   0.802726738         0.44421285
#> Neurons--Neurons                      7.183056532         9.95328267
#> Neurons--PeripheralGlia               0.114789457         0.00000000
#> Neurons--Oligos                       0.976811201         0.69261845
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.021025507         0.02815422
#> Oligos--Neurons                       0.188142988         0.63083924
#> Oligos--PeripheralGlia                0.003006635         0.00000000
#> Oligos--Oligos                        0.025585233         0.04389817
#>                                TCCAGGCGAGTACGGT-1 TCCCAGCTTTAGTCTG-1
#> Astrocytes--Astrocytes                  0.8725725          1.3111351
#> Astrocytes--Neurons                     2.6424837          1.5822561
#> Astrocytes--PeripheralGlia              0.0000000          0.0000000
#> Astrocytes--Oligos                      2.0870161          2.1476626
#> Neurons--Astrocytes                     0.3346306          0.5542449
#> Neurons--Neurons                        1.0133896          0.6688535
#> Neurons--PeripheralGlia                 0.0000000          0.0000000
#> Neurons--Oligos                         0.8003684          0.9078630
#> PeripheralGlia--Astrocytes              0.0000000          0.0000000
#> PeripheralGlia--Neurons                 0.0000000          0.0000000
#> PeripheralGlia--PeripheralGlia          0.0000000          0.0000000
#> PeripheralGlia--Oligos                  0.0000000          0.0000000
#> Oligos--Astrocytes                      0.3503857          0.9956262
#> Oligos--Neurons                         1.0611020          1.2015052
#> Oligos--PeripheralGlia                  0.0000000          0.0000000
#> Oligos--Oligos                          0.8380513          1.6308535
#>                                TCCCAGGCTTAGCTAA-1 TCCCGCGTACTCCTGG-1
#> Astrocytes--Astrocytes                1.069967241          0.0000000
#> Astrocytes--Neurons                   1.619932058          0.0000000
#> Astrocytes--PeripheralGlia            0.028857051          0.0000000
#> Astrocytes--Oligos                    1.286644693          0.0000000
#> Neurons--Astrocytes                   0.186569641          0.3030832
#> Neurons--Neurons                      0.282466726          8.7276983
#> Neurons--PeripheralGlia               0.005031789          0.0000000
#> Neurons--Oligos                       0.224351578          0.9692184
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    1.414774253          0.0000000
#> Oligos--Neurons                       2.141970408          0.0000000
#> Oligos--PeripheralGlia                0.038156507          0.0000000
#> Oligos--Oligos                        1.701278054          0.0000000
#>                                TCCCGGGTGTGCTGCT-1 TCCCGTCAGTCCCGCA-1
#> Astrocytes--Astrocytes                 0.40264105         0.01134571
#> Astrocytes--Neurons                    0.42782595         0.15341068
#> Astrocytes--PeripheralGlia             0.01001015         0.01673110
#> Astrocytes--Oligos                     0.55738324         0.26907078
#> Neurons--Astrocytes                    1.78046272         0.09883896
#> Neurons--Neurons                       1.89182933         1.33644818
#> Neurons--PeripheralGlia                0.04426447         0.14575415
#> Neurons--Oligos                        2.46472652         2.34402950
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.98534682         0.14162980
#> Oligos--Neurons                        1.04697953         1.91504325
#> Oligos--PeripheralGlia                 0.02449692         0.20885621
#> Oligos--Oligos                         1.36403330         3.35884170
#>                                TCCCTGGCTCGCTGGA-1 TCCGATAATTGCCATA-1
#> Astrocytes--Astrocytes                0.624320291        0.008143577
#> Astrocytes--Neurons                   1.204099348        0.154387442
#> Astrocytes--PeripheralGlia            0.030134771        0.002380894
#> Astrocytes--Oligos                    0.724534537        0.158355679
#> Neurons--Astrocytes                   0.622373381        0.000000000
#> Neurons--Neurons                      1.200344428        0.000000000
#> Neurons--PeripheralGlia               0.030040798        0.000000000
#> Neurons--Oligos                       0.722275115        0.000000000
#> PeripheralGlia--Astrocytes            0.098272529        0.000000000
#> PeripheralGlia--Neurons               0.189533947        0.000000000
#> PeripheralGlia--PeripheralGlia        0.004743431        0.000000000
#> PeripheralGlia--Oligos                0.114046977        0.000000000
#> Oligos--Astrocytes                    1.071986151        0.268962294
#> Oligos--Neurons                       2.067492992        5.099036969
#> Oligos--PeripheralGlia                0.051742764        0.078635075
#> Oligos--Oligos                        1.244058540        5.230098070
#>                                TCCGATGACTGAGCTC-1 TCCGATGGTGCGACAT-1
#> Astrocytes--Astrocytes                0.007205162          0.0000000
#> Astrocytes--Neurons                   0.118792762          0.0000000
#> Astrocytes--PeripheralGlia            0.002289157          0.0000000
#> Astrocytes--Oligos                    0.149742519          0.0000000
#> Neurons--Astrocytes                   0.235483699          1.0232407
#> Neurons--Neurons                      3.882460748          8.0857790
#> Neurons--PeripheralGlia               0.074815682          0.2013869
#> Neurons--Oligos                       4.893980445          0.6895934
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.016462038          0.0000000
#> Oligos--Neurons                       0.271412488          0.0000000
#> Oligos--PeripheralGlia                0.005230165          0.0000000
#> Oligos--Oligos                        0.342125135          0.0000000
#>                                TCCGATTACATTGCCG-1 TCCTCTACGAGATGGC-1
#> Astrocytes--Astrocytes                  0.7396666         0.11081208
#> Astrocytes--Neurons                     0.9937754         0.37188448
#> Astrocytes--PeripheralGlia              0.0000000         0.04024438
#> Astrocytes--Oligos                      0.7621639         0.07752475
#> Neurons--Astrocytes                     1.1520393         1.52410001
#> Neurons--Neurons                        1.5478167         5.11486769
#> Neurons--PeripheralGlia                 0.0000000         0.55351779
#> Neurons--Oligos                         1.1870791         1.06626881
#> PeripheralGlia--Astrocytes              0.0000000         0.04269066
#> PeripheralGlia--Neurons                 0.0000000         0.14326952
#> PeripheralGlia--PeripheralGlia          0.0000000         0.01550426
#> PeripheralGlia--Oligos                  0.0000000         0.02986662
#> Oligos--Astrocytes                      1.3685575         0.35237653
#> Oligos--Neurons                         1.8387186         1.18257287
#> Oligos--PeripheralGlia                  0.0000000         0.12797499
#> Oligos--Oligos                          1.4101828         0.24652457
#>                                TCCTTTCTTACGCTTA-1 TCGAAATTTAGGACCA-1
#> Astrocytes--Astrocytes               0.0071648770          0.4641908
#> Astrocytes--Neurons                  0.1577244863          0.6078918
#> Astrocytes--PeripheralGlia           0.0005335366          0.0000000
#> Astrocytes--Oligos                   0.0230698273          0.9612762
#> Neurons--Astrocytes                  0.3387072117          1.1493652
#> Neurons--Neurons                     7.4561532296          1.5051777
#> Neurons--PeripheralGlia              0.0252220219          0.0000000
#> Neurons--Oligos                      1.0905863239          2.3801793
#> PeripheralGlia--Astrocytes           0.0000000000          0.1644707
#> PeripheralGlia--Neurons              0.0000000000          0.2153864
#> PeripheralGlia--PeripheralGlia       0.0000000000          0.0000000
#> PeripheralGlia--Oligos               0.0000000000          0.3405964
#> Oligos--Astrocytes                   0.0342421539          0.5048504
#> Oligos--Neurons                      0.7537918808          0.6611385
#> Oligos--PeripheralGlia               0.0025498611          0.0000000
#> Oligos--Oligos                       0.1102545899          1.0454766
#>                                TCGCATCCCTAAGTGT-1 TCGCCGGTCGATCCGT-1
#> Astrocytes--Astrocytes               0.0000000000        0.016320037
#> Astrocytes--Neurons                  0.0000000000        0.215585327
#> Astrocytes--PeripheralGlia           0.0000000000        0.007626863
#> Astrocytes--Oligos                   0.0000000000        0.106050822
#> Neurons--Astrocytes                  0.1597461515        0.391611499
#> Neurons--Neurons                     0.3945660490        5.173131341
#> Neurons--PeripheralGlia              0.0052881149        0.183012295
#> Neurons--Oligos                      2.5733722524        2.544768885
#> PeripheralGlia--Astrocytes           0.0166977908        0.000000000
#> PeripheralGlia--Neurons              0.0412428174        0.000000000
#> PeripheralGlia--PeripheralGlia       0.0005527509        0.000000000
#> PeripheralGlia--Oligos               0.2689869596        0.000000000
#> Oligos--Astrocytes                   0.4354202782        0.064314910
#> Oligos--Neurons                      1.0754691564        0.849590666
#> Oligos--PeripheralGlia               0.0144138212        0.030056368
#> Oligos--Oligos                       7.0142438574        0.417930988
#>                                TCGCGTCCAGAAGGTC-1 TCGCTCGATATATTCC-1
#> Astrocytes--Astrocytes                0.212854208        0.044063970
#> Astrocytes--Neurons                   0.270981470        0.717155268
#> Astrocytes--PeripheralGlia            0.002373412        0.002509067
#> Astrocytes--Oligos                    0.214262237        0.122697968
#> Neurons--Astrocytes                   2.012535572        0.390644803
#> Neurons--Neurons                      2.562128569        6.357869725
#> Neurons--PeripheralGlia               0.022440601        0.022243885
#> Neurons--Oligos                       2.025848475        1.087766802
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    1.421084243        0.062388065
#> Oligos--Neurons                       1.809160836        1.015385803
#> Oligos--PeripheralGlia                0.015845675        0.003552467
#> Oligos--Oligos                        1.430484701        0.173722177
#>                                TCGCTGGGCGGATTGT-1 TCGCTGTGCGTAAATC-1
#> Astrocytes--Astrocytes                 0.07131076        0.009450263
#> Astrocytes--Neurons                    0.48055051        0.273654954
#> Astrocytes--PeripheralGlia             0.07939667        0.000000000
#> Astrocytes--Oligos                     0.46281535        0.023450364
#> Neurons--Astrocytes                    0.33355213        0.272100108
#> Neurons--Neurons                       2.24774849        7.879309179
#> Neurons--PeripheralGlia                0.37137353        0.000000000
#> Neurons--Oligos                        2.16479327        0.675203081
#> PeripheralGlia--Astrocytes             0.01612531        0.000000000
#> PeripheralGlia--Neurons                0.10866558        0.000000000
#> PeripheralGlia--PeripheralGlia         0.01795375        0.000000000
#> PeripheralGlia--Oligos                 0.10465517        0.000000000
#> Oligos--Astrocytes                     0.36116150        0.026722041
#> Oligos--Neurons                        2.43380310        0.773800577
#> Oligos--PeripheralGlia                 0.40211352        0.000000000
#> Oligos--Oligos                         2.34398137        0.066309434
#>                                TCGGAATGCGCTCTGA-1 TCGGAGTACATGAGTA-1
#> Astrocytes--Astrocytes                  1.3101024         0.04690707
#> Astrocytes--Neurons                     1.6763938         0.36129617
#> Astrocytes--PeripheralGlia              0.1552971         0.03049972
#> Astrocytes--Oligos                      1.4151618         0.66940553
#> Neurons--Astrocytes                     1.1329433         0.31252443
#> Neurons--Neurons                        1.4497028         2.40718241
#> Neurons--PeripheralGlia                 0.1342970         0.20320833
#> Neurons--Oligos                         1.2237959         4.46000086
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.4319056         0.19086835
#> Oligos--Neurons                         0.5526621         1.47014086
#> Oligos--PeripheralGlia                  0.0511973         0.12410562
#> Oligos--Oligos                          0.4665409         2.72386066
#>                                TCGTATAGTGCAATTA-1 TCGTCCGCTGGCGTCT-1
#> Astrocytes--Astrocytes                 0.00000000       0.2621918011
#> Astrocytes--Neurons                    0.00000000       1.0945982920
#> Astrocytes--PeripheralGlia             0.00000000       0.0030796585
#> Astrocytes--Oligos                     0.00000000       0.1791044943
#> Neurons--Astrocytes                    0.27293908       0.7856160742
#> Neurons--Neurons                       7.85028820       3.2797898687
#> Neurons--PeripheralGlia                0.00000000       0.0092277073
#> Neurons--Oligos                        0.84914587       0.5366581605
#> PeripheralGlia--Astrocytes             0.00000000       0.0368023541
#> PeripheralGlia--Neurons                0.00000000       0.1536424624
#> PeripheralGlia--PeripheralGlia         0.00000000       0.0004322739
#> PeripheralGlia--Oligos                 0.00000000       0.0251398670
#> Oligos--Astrocytes                     0.03126035       0.6190687101
#> Oligos--Neurons                        0.89911184       2.5844879582
#> Oligos--PeripheralGlia                 0.00000000       0.0072714714
#> Oligos--Oligos                         0.09725466       0.4228888463
#>                                TCTACCGTCCACAAGC-1 TCTAGCATCTTCGATG-1
#> Astrocytes--Astrocytes                 0.00000000         0.00000000
#> Astrocytes--Neurons                    0.00000000         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.00000000         0.00000000
#> Neurons--Astrocytes                    0.35395139         1.05305632
#> Neurons--Neurons                       7.44789517         8.05550698
#> Neurons--PeripheralGlia                0.00000000         0.06749399
#> Neurons--Oligos                        0.83747112         0.82394270
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.05574693         0.00000000
#> Oligos--Neurons                        1.17303468         0.00000000
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.13190071         0.00000000
#>                                TCTAGTTATCAGAAGA-1 TCTATCGGTCGCAACA-1
#> Astrocytes--Astrocytes                  0.7384454          0.0000000
#> Astrocytes--Neurons                     0.4059888          0.0000000
#> Astrocytes--PeripheralGlia              0.0000000          0.0000000
#> Astrocytes--Oligos                      1.3413489          0.0000000
#> Neurons--Astrocytes                     0.5120784          0.4672807
#> Neurons--Neurons                        0.2815348          8.6696864
#> Neurons--PeripheralGlia                 0.0000000          0.0000000
#> Neurons--Oligos                         0.9301646          0.8630329
#> PeripheralGlia--Astrocytes              0.0000000          0.0000000
#> PeripheralGlia--Neurons                 0.0000000          0.0000000
#> PeripheralGlia--PeripheralGlia          0.0000000          0.0000000
#> PeripheralGlia--Oligos                  0.0000000          0.0000000
#> Oligos--Astrocytes                      1.7201514          0.0000000
#> Oligos--Neurons                         0.9457194          0.0000000
#> Oligos--PeripheralGlia                  0.0000000          0.0000000
#> Oligos--Oligos                          3.1245682          0.0000000
#>                                TCTATTACGCTGGCGA-1 TCTCTAATAGCTGGTA-1
#> Astrocytes--Astrocytes               5.528371e-21        0.125505142
#> Astrocytes--Neurons                  4.021499e-20        0.719335831
#> Astrocytes--PeripheralGlia           5.631243e-22        0.006522484
#> Astrocytes--Oligos                   6.219951e-20        0.130838417
#> Neurons--Astrocytes                  1.642016e-02        1.012640259
#> Neurons--Neurons                     1.194450e-01        5.803972739
#> Neurons--PeripheralGlia              1.672570e-03        0.052626770
#> Neurons--Oligos                      1.847426e-01        1.055671871
#> PeripheralGlia--Astrocytes           0.000000e+00        0.000000000
#> PeripheralGlia--Neurons              0.000000e+00        0.000000000
#> PeripheralGlia--PeripheralGlia       0.000000e+00        0.000000000
#> PeripheralGlia--Oligos               0.000000e+00        0.000000000
#> Oligos--Astrocytes                   4.930790e-01        0.139648353
#> Oligos--Neurons                      3.586801e+00        0.800397995
#> Oligos--PeripheralGlia               5.022542e-02        0.007257505
#> Oligos--Oligos                       5.547614e+00        0.145582636
#>                                TCTGAACCGGTCGGCT-1 TCTTACAGAGGTACCG-1
#> Astrocytes--Astrocytes                0.241061919        0.014406095
#> Astrocytes--Neurons                   0.821019335        0.377863641
#> Astrocytes--PeripheralGlia            0.005005884        0.001470813
#> Astrocytes--Oligos                    0.256176678        0.202214402
#> Neurons--Astrocytes                   1.330730144        0.200891838
#> Neurons--Neurons                      4.532259527        5.269278077
#> Neurons--PeripheralGlia               0.027633898        0.020510366
#> Neurons--Oligos                       1.414167902        2.819863570
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.432102455        0.050606472
#> Oligos--Neurons                       1.471673636        1.327378830
#> Oligos--PeripheralGlia                0.008973025        0.005166747
#> Oligos--Oligos                        0.459195597        0.710349150
#>                                TCTTACGGCATCCGAC-1 TCTTCGATACCAATAA-1
#> Astrocytes--Astrocytes                 0.17271643        0.000000000
#> Astrocytes--Neurons                    0.68064101        0.000000000
#> Astrocytes--PeripheralGlia             0.07211002        0.000000000
#> Astrocytes--Oligos                     0.14370593        0.000000000
#> Neurons--Astrocytes                    0.82477551        0.217438079
#> Neurons--Neurons                       3.25027585        7.658025484
#> Neurons--PeripheralGlia                0.34434815        0.067353669
#> Neurons--Oligos                        0.68624120        1.045139041
#> PeripheralGlia--Astrocytes             0.43658612        0.000000000
#> PeripheralGlia--Neurons                1.72049885        0.000000000
#> PeripheralGlia--PeripheralGlia         0.18227702        0.000000000
#> PeripheralGlia--Oligos                 0.36325446        0.000000000
#> Oligos--Astrocytes                     0.50442618        0.024483524
#> Oligos--Neurons                        1.98784301        0.862293542
#> Oligos--PeripheralGlia                 0.21060060        0.007584022
#> Oligos--Oligos                         0.41969969        0.117682639
#>                                TCTTGATGCGTAGCGA-1 TCTTGGTAACACCAAA-1
#> Astrocytes--Astrocytes                0.000000000        0.022466091
#> Astrocytes--Neurons                   0.000000000        0.315459961
#> Astrocytes--PeripheralGlia            0.000000000        0.005348457
#> Astrocytes--Oligos                    0.000000000        0.067447296
#> Neurons--Astrocytes                   0.232394340        0.518255181
#> Neurons--Neurons                      7.706631754        7.277134262
#> Neurons--PeripheralGlia               0.113287181        0.123379970
#> Neurons--Oligos                       1.138979233        1.555896428
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.020447510        0.060968232
#> Oligos--Neurons                       0.678077738        0.856091802
#> Oligos--PeripheralGlia                0.009967716        0.014514585
#> Oligos--Oligos                        0.100214528        0.183037736
#>                                TGAAACTTATGCAAGC-1 TGACCCACGTTAGACA-1
#> Astrocytes--Astrocytes                 0.02237459        1.007109564
#> Astrocytes--Neurons                    0.50579057        0.584727595
#> Astrocytes--PeripheralGlia             0.00000000        0.010062146
#> Astrocytes--Oligos                     0.03172440        1.880601174
#> Neurons--Astrocytes                    0.32621322        0.573842249
#> Neurons--Neurons                       7.37423897        0.333172686
#> Neurons--PeripheralGlia                0.00000000        0.005733323
#> Neurons--Oligos                        0.46252993        1.071550153
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.05103725        1.889346278
#> Oligos--Neurons                        1.15372658        1.096954041
#> Oligos--PeripheralGlia                 0.00000000        0.018876674
#> Oligos--Oligos                         0.07236449        3.528024115
#>                                TGAGAATGCTTTACCG-1 TGATCTCCGGCGCCAG-1
#> Astrocytes--Astrocytes                 0.00000000          0.2184026
#> Astrocytes--Neurons                    0.00000000          0.9358357
#> Astrocytes--PeripheralGlia             0.00000000          0.0000000
#> Astrocytes--Oligos                     0.00000000          0.4089555
#> Neurons--Astrocytes                    0.42131453          0.1790518
#> Neurons--Neurons                       9.74525016          0.7672211
#> Neurons--PeripheralGlia                0.06640676          0.0000000
#> Neurons--Oligos                        0.76702855          0.3352718
#> PeripheralGlia--Astrocytes             0.00000000          0.0000000
#> PeripheralGlia--Neurons                0.00000000          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.00000000          0.0000000
#> Oligos--Astrocytes                     0.00000000          0.9997018
#> Oligos--Neurons                        0.00000000          4.2836332
#> Oligos--PeripheralGlia                 0.00000000          0.0000000
#> Oligos--Oligos                         0.00000000          1.8719264
#>                                TGATTCGTCTATCACT-1 TGCATGGATCGGATCT-1
#> Astrocytes--Astrocytes                0.530487097         0.00000000
#> Astrocytes--Neurons                   0.456356613         0.00000000
#> Astrocytes--PeripheralGlia            0.005416631         0.00000000
#> Astrocytes--Oligos                    0.938152881         0.00000000
#> Neurons--Astrocytes                   0.608197914         0.02481956
#> Neurons--Neurons                      0.523208089         0.20643248
#> Neurons--PeripheralGlia               0.006210111         0.00723152
#> Neurons--Oligos                       1.075582475         0.17833405
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    1.609364427         0.57063416
#> Oligos--Neurons                       1.384471184         4.74615297
#> Oligos--PeripheralGlia                0.016432697         0.16626212
#> Oligos--Oligos                        2.846119881         4.10013314
#>                                TGCCACCTGGCGAAAC-1 TGCCTGATCAAACGAT-1
#> Astrocytes--Astrocytes                0.000000000         0.00000000
#> Astrocytes--Neurons                   0.000000000         0.00000000
#> Astrocytes--PeripheralGlia            0.000000000         0.00000000
#> Astrocytes--Oligos                    0.000000000         0.00000000
#> Neurons--Astrocytes                   0.237635742         0.06118947
#> Neurons--Neurons                      7.240617142         0.63029843
#> Neurons--PeripheralGlia               0.029226672         0.06123575
#> Neurons--Oligos                       1.710415350         0.54256932
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.020162534         0.41120922
#> Oligos--Neurons                       0.614340217         4.23577005
#> Oligos--PeripheralGlia                0.002479778         0.41152023
#> Oligos--Oligos                        0.145122566         3.64620753
#>                                TGCGCAAAGCATTTGG-1 TGCGCGATTAACGGAG-1
#> Astrocytes--Astrocytes                 0.00000000        0.547166694
#> Astrocytes--Neurons                    0.00000000        1.819411060
#> Astrocytes--PeripheralGlia             0.00000000        0.008587308
#> Astrocytes--Oligos                     0.00000000        0.693245044
#> Neurons--Astrocytes                    0.09932578        1.048829350
#> Neurons--Neurons                       8.93055319        3.487514389
#> Neurons--PeripheralGlia                0.02830542        0.016460470
#> Neurons--Oligos                        0.94181561        1.328837732
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.00000000        0.187229389
#> Oligos--Neurons                        0.00000000        0.622565711
#> Oligos--PeripheralGlia                 0.00000000        0.002938403
#> Oligos--Oligos                         0.00000000        0.237214450
#>                                TGCGGAGTAAAGGTGC-1 TGCGGCATAGTTCAAC-1
#> Astrocytes--Astrocytes                 0.01544119         0.00397014
#> Astrocytes--Neurons                    0.11209703         0.16084690
#> Astrocytes--PeripheralGlia             0.01605269         0.00000000
#> Astrocytes--Oligos                     0.20221996         0.01924656
#> Neurons--Astrocytes                    0.06622545         0.21172381
#> Neurons--Neurons                       0.48077108         8.57781205
#> Neurons--PeripheralGlia                0.06884814         0.00000000
#> Neurons--Oligos                        0.86729784         1.02640054
#> PeripheralGlia--Astrocytes             0.06055249         0.00000000
#> PeripheralGlia--Neurons                0.43958762         0.00000000
#> PeripheralGlia--PeripheralGlia         0.06295052         0.00000000
#> PeripheralGlia--Oligos                 0.79300401         0.00000000
#> Oligos--Astrocytes                     0.30430202         0.00000000
#> Oligos--Neurons                        2.20911465         0.00000000
#> Oligos--PeripheralGlia                 0.31635311         0.00000000
#> Oligos--Oligos                         3.98518221         0.00000000
#>                                TGCTGGTTGGACAATT-1 TGGCCAAACTGAAGTA-1
#> Astrocytes--Astrocytes                0.668359561         0.04826017
#> Astrocytes--Neurons                   2.075127959         0.24640131
#> Astrocytes--PeripheralGlia            0.013438526         0.04403588
#> Astrocytes--Oligos                    0.472494756         0.34270581
#> Neurons--Astrocytes                   1.084318929         0.24159867
#> Neurons--Neurons                      3.366601836         1.23352707
#> Neurons--PeripheralGlia               0.021802110         0.22045116
#> Neurons--Oligos                       0.766555964         1.71564385
#> PeripheralGlia--Astrocytes            0.000000000         0.17366296
#> PeripheralGlia--Neurons               0.000000000         0.88666864
#> PeripheralGlia--PeripheralGlia        0.000000000         0.15846197
#> PeripheralGlia--Oligos                0.000000000         1.23321785
#> Oligos--Astrocytes                    0.316917274         0.24472515
#> Oligos--Neurons                       0.983967214         1.24948989
#> Oligos--PeripheralGlia                0.006372171         0.22330397
#> Oligos--Oligos                        0.224043701         1.73784565
#>                                TGGCCGTATATTGACC-1 TGGCTTTGGGTAGACA-1
#> Astrocytes--Astrocytes                0.168959410        0.029205124
#> Astrocytes--Neurons                   1.440295532        0.615697478
#> Astrocytes--PeripheralGlia            0.007423235        0.005596238
#> Astrocytes--Oligos                    0.099332829        0.038635147
#> Neurons--Astrocytes                   0.792210710        0.354323889
#> Neurons--Neurons                      6.753205093        7.469796171
#> Neurons--PeripheralGlia               0.034805792        0.067894968
#> Neurons--Oligos                       0.465748140        0.468731285
#> PeripheralGlia--Astrocytes            0.000000000        0.017626026
#> PeripheralGlia--Neurons               0.000000000        0.371588891
#> PeripheralGlia--PeripheralGlia        0.000000000        0.003377470
#> PeripheralGlia--Oligos                0.000000000        0.023317281
#> Oligos--Astrocytes                    0.023435510        0.022639531
#> Oligos--Neurons                       0.199776153        0.477282755
#> Oligos--PeripheralGlia                0.001029640        0.004338150
#> Oligos--Oligos                        0.013777957        0.029949594
#>                                TGGGCACGTTCTATGG-1 TGGGCCACAAGAGCGC-1
#> Astrocytes--Astrocytes                 0.03093417        0.000000000
#> Astrocytes--Neurons                    0.87426966        0.000000000
#> Astrocytes--PeripheralGlia             0.00000000        0.000000000
#> Astrocytes--Oligos                     0.08188210        0.000000000
#> Neurons--Astrocytes                    0.29452731        0.219856297
#> Neurons--Neurons                       8.32400890        9.530575889
#> Neurons--PeripheralGlia                0.00000000        0.025629802
#> Neurons--Oligos                        0.77960766        1.360985017
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.01926621        0.017035544
#> Oligos--Neurons                        0.54450675        0.738475737
#> Oligos--PeripheralGlia                 0.00000000        0.001985923
#> Oligos--Oligos                         0.05099726        0.105455790
#>                                TGGTTCGTAGCAAAGG-1 TGTAGTGATCTATAAT-1
#> Astrocytes--Astrocytes                 0.59061767        0.504786748
#> Astrocytes--Neurons                    2.15872801        0.696550426
#> Astrocytes--PeripheralGlia             0.10408997        0.021477992
#> Astrocytes--Oligos                     0.32752944        0.717922865
#> Neurons--Astrocytes                    1.16509400        0.202597476
#> Neurons--Neurons                       4.25845886        0.279562328
#> Neurons--PeripheralGlia                0.20533520        0.008620248
#> Neurons--Oligos                        0.64610764        0.288140212
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.28668558        1.893619826
#> Oligos--Neurons                        1.04784572        2.612987966
#> Oligos--PeripheralGlia                 0.05052523        0.080570956
#> Oligos--Oligos                         0.15898266        2.693162958
#>                                TGTCCCGACATAGCAC-1 TGTCCTAAGTCACCGC-1
#> Astrocytes--Astrocytes                 0.01522810        0.476932026
#> Astrocytes--Neurons                    0.55441958        0.825290510
#> Astrocytes--PeripheralGlia             0.00000000        0.029928536
#> Astrocytes--Oligos                     0.05039939        0.670266508
#> Neurons--Astrocytes                    0.19450263        1.506733320
#> Neurons--Neurons                       7.08138909        2.607274498
#> Neurons--PeripheralGlia                0.00000000        0.094550838
#> Neurons--Oligos                        0.64373208        2.117519531
#> PeripheralGlia--Astrocytes             0.00000000        0.083570568
#> PeripheralGlia--Neurons                0.00000000        0.144611795
#> PeripheralGlia--PeripheralGlia         0.00000000        0.005244237
#> PeripheralGlia--Oligos                 0.00000000        0.117447665
#> Oligos--Astrocytes                     0.03586507        0.552723250
#> Oligos--Neurons                        1.30576389        0.956440808
#> Oligos--PeripheralGlia                 0.00000000        0.034684603
#> Oligos--Oligos                         0.11870017        0.776781307
#>                                TGTGACTACGCCAGTC-1 TGTGTCGCGAGTTGCA-1
#> Astrocytes--Astrocytes                0.009274210        0.027750384
#> Astrocytes--Neurons                   0.231694277        0.191846359
#> Astrocytes--PeripheralGlia            0.006557554        0.003928720
#> Astrocytes--Oligos                    0.200159666        0.022957512
#> Neurons--Astrocytes                   0.100988863        1.062674376
#> Neurons--Neurons                      2.522968831        7.346572481
#> Neurons--PeripheralGlia               0.071406616        0.150446555
#> Neurons--Oligos                       2.179581664        0.879135910
#> PeripheralGlia--Astrocytes            0.007225102        0.000000000
#> PeripheralGlia--Neurons               0.180502150        0.000000000
#> PeripheralGlia--PeripheralGlia        0.005108683        0.000000000
#> PeripheralGlia--Oligos                0.155935012        0.000000000
#> Oligos--Astrocytes                    0.110386657        0.035429241
#> Oligos--Neurons                       2.757750580        0.244932495
#> Oligos--PeripheralGlia                0.078051553        0.005015842
#> Oligos--Oligos                        2.382408583        0.029310124
#>                                TGTTTCGGTACTTCTC-1 TTAACCAACCCTCCCT-1
#> Astrocytes--Astrocytes                 0.00000000         0.00000000
#> Astrocytes--Neurons                    0.00000000         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.00000000         0.00000000
#> Neurons--Astrocytes                    0.37648767         0.50055473
#> Neurons--Neurons                       7.32749884         8.98669820
#> Neurons--PeripheralGlia                0.19833443         0.02481579
#> Neurons--Oligos                        1.67749908         0.48793128
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.05581318         0.00000000
#> Oligos--Neurons                        1.08628003         0.00000000
#> Oligos--PeripheralGlia                 0.02940249         0.00000000
#> Oligos--Oligos                         0.24868428         0.00000000
#>                                TTAAGCGCCTGACCCA-1 TTAATCAGTACGTCAG-1
#> Astrocytes--Astrocytes                0.250520555        0.000000000
#> Astrocytes--Neurons                   0.341687064        0.000000000
#> Astrocytes--PeripheralGlia            0.007807471        0.000000000
#> Astrocytes--Oligos                    0.483673355        0.000000000
#> Neurons--Astrocytes                   0.571649309        0.187205959
#> Neurons--Neurons                      0.779677235        8.421624796
#> Neurons--PeripheralGlia               0.017815446        0.000000000
#> Neurons--Oligos                       1.103668074        0.951295035
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    1.489569792        0.008613597
#> Oligos--Neurons                       2.031636598        0.387490252
#> Oligos--PeripheralGlia                0.046422430        0.000000000
#> Oligos--Oligos                        2.875872670        0.043770360
#>                                TTATATTTGGCAATCC-1 TTATCTGTATCATAAC-1
#> Astrocytes--Astrocytes                0.109310625        0.115234554
#> Astrocytes--Neurons                   0.964162959        1.935716803
#> Astrocytes--PeripheralGlia            0.002366466        0.009954196
#> Astrocytes--Oligos                    0.097183393        0.139999853
#> Neurons--Astrocytes                   0.706930897        0.397978171
#> Neurons--Neurons                      6.235410224        6.685260688
#> Neurons--PeripheralGlia               0.015304349        0.034378167
#> Neurons--Oligos                       0.628501973        0.483508493
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.115629237        0.062723019
#> Oligos--Neurons                       1.019895618        1.053624960
#> Oligos--PeripheralGlia                0.002503258        0.005418143
#> Oligos--Oligos                        0.102801000        0.076202955
#>                                TTATGACAAACTGGAT-1 TTCAAAGTCTCTAGCC-1
#> Astrocytes--Astrocytes                 0.11661972        0.043570708
#> Astrocytes--Neurons                    0.44209898        0.174835912
#> Astrocytes--PeripheralGlia             0.08050291        0.013325337
#> Astrocytes--Oligos                     0.20822584        0.698559091
#> Neurons--Astrocytes                    1.03167285        0.024594849
#> Neurons--Neurons                       3.91101553        0.098691599
#> Neurons--PeripheralGlia                0.71216659        0.007521903
#> Neurons--Oligos                        1.84206373        0.394323529
#> PeripheralGlia--Astrocytes             0.05952951        0.009857576
#> PeripheralGlia--Neurons                0.22567314        0.039555433
#> PeripheralGlia--PeripheralGlia         0.04109339        0.003014767
#> PeripheralGlia--Oligos                 0.10629063        0.158044232
#> Oligos--Astrocytes                     0.16830709        0.390332528
#> Oligos--Neurons                        0.63804300        1.566284943
#> Oligos--PeripheralGlia                 0.11618284        0.119376361
#> Oligos--Oligos                         0.30051424        6.258111232
#>                                TTCAACGACCCGACCG-1 TTCAAGCCGAGCTGAG-1
#> Astrocytes--Astrocytes                0.167447645         0.02775036
#> Astrocytes--Neurons                   0.800054514         0.45604061
#> Astrocytes--PeripheralGlia            0.008888082         0.00000000
#> Astrocytes--Oligos                    0.236152545         0.03067123
#> Neurons--Astrocytes                   1.095437613         0.53799199
#> Neurons--Neurons                      5.233933324         8.84119044
#> Neurons--PeripheralGlia               0.058145575         0.00000000
#> Neurons--Oligos                       1.544903070         0.59461850
#> PeripheralGlia--Astrocytes            0.085661313         0.00000000
#> PeripheralGlia--Neurons               0.409284468         0.00000000
#> PeripheralGlia--PeripheralGlia        0.004546883         0.00000000
#> PeripheralGlia--Oligos                0.120808729         0.00000000
#> Oligos--Astrocytes                    0.170512478         0.02760335
#> Oligos--Neurons                       0.814698099         0.45362477
#> Oligos--PeripheralGlia                0.009050763         0.00000000
#> Oligos--Oligos                        0.240474900         0.03050875
#>                                TTCGACGGGAAGGGCG-1 TTCTACTTGCGAGGGC-1
#> Astrocytes--Astrocytes                  0.0000000         0.00000000
#> Astrocytes--Neurons                     0.0000000         0.00000000
#> Astrocytes--PeripheralGlia              0.0000000         0.00000000
#> Astrocytes--Oligos                      0.0000000         0.00000000
#> Neurons--Astrocytes                     0.4812967         1.33453031
#> Neurons--Neurons                       10.0430538         7.86215103
#> Neurons--PeripheralGlia                 0.0000000         0.14293440
#> Neurons--Oligos                         0.4756495         1.42141570
#> PeripheralGlia--Astrocytes              0.0000000         0.00000000
#> PeripheralGlia--Neurons                 0.0000000         0.00000000
#> PeripheralGlia--PeripheralGlia          0.0000000         0.00000000
#> PeripheralGlia--Oligos                  0.0000000         0.00000000
#> Oligos--Astrocytes                      0.0000000         0.15365080
#> Oligos--Neurons                         0.0000000         0.90520671
#> Oligos--PeripheralGlia                  0.0000000         0.01645672
#> Oligos--Oligos                          0.0000000         0.16365433
#>                                TTCTTAGTGGCTCAGA-1 TTCTTGTAACCTAATG-1
#> Astrocytes--Astrocytes                0.027289447         0.74844192
#> Astrocytes--Neurons                   0.297477713         4.56011101
#> Astrocytes--PeripheralGlia            0.005901357         0.09862608
#> Astrocytes--Oligos                    0.406728643         0.78049828
#> Neurons--Astrocytes                   0.089209730         0.00000000
#> Neurons--Neurons                      0.972460374         0.00000000
#> Neurons--PeripheralGlia               0.019291649         0.00000000
#> Neurons--Oligos                       1.329603770         0.00000000
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.253578835         0.46112653
#> Oligos--Neurons                       2.764220558         2.80955421
#> Oligos--PeripheralGlia                0.054836550         0.06076504
#> Oligos--Oligos                        3.779401375         0.48087694
#>                                TTGCACGGAGCAGCAC-1 TTGCTGAAGGAACCAC-1
#> Astrocytes--Astrocytes                0.024420928          0.0000000
#> Astrocytes--Neurons                   0.338524959          0.0000000
#> Astrocytes--PeripheralGlia            0.003562987          0.0000000
#> Astrocytes--Oligos                    0.026861705          0.0000000
#> Neurons--Astrocytes                   0.614005492          0.4873855
#> Neurons--Neurons                      8.511395919          8.3101911
#> Neurons--PeripheralGlia               0.089582742          0.1423145
#> Neurons--Oligos                       0.675372962          1.0601090
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.044467063          0.0000000
#> Oligos--Neurons                       0.616406174          0.0000000
#> Oligos--PeripheralGlia                0.006487697          0.0000000
#> Oligos--Oligos                        0.048911373          0.0000000
#>                                TTGCTGATCATGTTCG-1 TTGTTCAGTGTGCTAC-1
#> Astrocytes--Astrocytes                  1.0696675        0.062399788
#> Astrocytes--Neurons                     1.1009965        0.745176501
#> Astrocytes--PeripheralGlia              0.0000000        0.001766797
#> Astrocytes--Oligos                      1.4229189        0.066432910
#> Neurons--Astrocytes                     0.3238322        0.583679657
#> Neurons--Neurons                        0.3333168        6.970285962
#> Neurons--PeripheralGlia                 0.0000000        0.016526393
#> Neurons--Oligos                         0.4307759        0.621404966
#> PeripheralGlia--Astrocytes              0.0000000        0.000000000
#> PeripheralGlia--Neurons                 0.0000000        0.000000000
#> PeripheralGlia--PeripheralGlia          0.0000000        0.000000000
#> PeripheralGlia--Oligos                  0.0000000        0.000000000
#> Oligos--Astrocytes                      2.4760861        0.066429097
#> Oligos--Neurons                         2.5486070        0.793294398
#> Oligos--PeripheralGlia                  0.0000000        0.001880883
#> Oligos--Oligos                          3.2937991        0.070722648
#>                                TCCTTCAGTGGTCGAA-1 TGCGGTGAAATTTCAT-1
#> Astrocytes--Astrocytes                0.003253058       0.0050632943
#> Astrocytes--Neurons                   0.190858392       0.2960954584
#> Astrocytes--PeripheralGlia            0.000000000       0.0007526880
#> Astrocytes--Oligos                    0.020441891       0.0143964614
#> Neurons--Astrocytes                   0.138010028       0.1406857187
#> Neurons--Neurons                      8.097110884       8.2271343551
#> Neurons--PeripheralGlia               0.000000000       0.0209137458
#> Neurons--Oligos                       0.867241189       0.4000116126
#> PeripheralGlia--Astrocytes            0.000000000       0.0034020771
#> PeripheralGlia--Neurons               0.000000000       0.1989494423
#> PeripheralGlia--PeripheralGlia        0.000000000       0.0005057384
#> PeripheralGlia--Oligos                0.000000000       0.0096731236
#> Oligos--Astrocytes                    0.010356929       0.0109237691
#> Oligos--Neurons                       0.607645724       0.6388090884
#> Oligos--PeripheralGlia                0.000000000       0.0016238814
#> Oligos--Oligos                        0.065081905       0.0310595455
#>                                TTGAAGAATTCCCAGG-1 TTGTAATCCGTACTCG-1
#> Astrocytes--Astrocytes                  0.8663063          0.8067295
#> Astrocytes--Neurons                     0.5687914          0.6028343
#> Astrocytes--PeripheralGlia              0.0000000          0.0000000
#> Astrocytes--Oligos                      1.1373081          1.4913278
#> Neurons--Astrocytes                     0.3394913          0.6333406
#> Neurons--Neurons                        0.2229001          0.4732681
#> Neurons--PeripheralGlia                 0.0000000          0.0000000
#> Neurons--Oligos                         0.4456925          1.1707993
#> PeripheralGlia--Astrocytes              0.0000000          0.0000000
#> PeripheralGlia--Neurons                 0.0000000          0.0000000
#> PeripheralGlia--PeripheralGlia          0.0000000          0.0000000
#> PeripheralGlia--Oligos                  0.0000000          0.0000000
#> Oligos--Astrocytes                      2.1618915          1.3409009
#> Oligos--Neurons                         1.4194347          1.0019975
#> Oligos--PeripheralGlia                  0.0000000          0.0000000
#> Oligos--Oligos                          2.8381841          2.4788019
#>                                TGGAGTGATGCGATGA-1 TTCGTACTCCAGAACG-1
#> Astrocytes--Astrocytes                 0.48295622          1.5761640
#> Astrocytes--Neurons                    0.67243685          2.1933001
#> Astrocytes--PeripheralGlia             0.00000000          0.7186369
#> Astrocytes--Oligos                     0.87394304          1.4900715
#> Neurons--Astrocytes                    0.97443707          0.6226286
#> Neurons--Neurons                       1.35674284          0.8664146
#> Neurons--PeripheralGlia                0.00000000          0.2838816
#> Neurons--Oligos                        1.76331199          0.5886197
#> PeripheralGlia--Astrocytes             0.06660356          0.0000000
#> PeripheralGlia--Neurons                0.09273446          0.0000000
#> PeripheralGlia--PeripheralGlia         0.00000000          0.0000000
#> PeripheralGlia--Oligos                 0.12052379          0.0000000
#> Oligos--Astrocytes                     0.85587615          0.9650451
#> Oligos--Neurons                        1.19166632          1.3429019
#> Oligos--PeripheralGlia                 0.00000000          0.4400031
#> Oligos--Oligos                         1.54876771          0.9123329
#>                                GTAGACGTCGTTACAT-1 TATCCTGCATGGGAAT-1
#> Astrocytes--Astrocytes                 0.01761387         0.00000000
#> Astrocytes--Neurons                    0.43672953         0.00000000
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.18403952         0.00000000
#> Neurons--Astrocytes                    0.18517338         0.21444917
#> Neurons--Neurons                       4.59130676         3.60972452
#> Neurons--PeripheralGlia                0.00000000         0.02294102
#> Neurons--Oligos                        1.93479446         2.74591639
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.12830940         0.11081726
#> Oligos--Neurons                        3.18138507         1.86533615
#> Oligos--PeripheralGlia                 0.00000000         0.01185484
#> Oligos--Oligos                         1.34064800         1.41896066
#>                                TGCAGGATCGGCAAAG-1 TTGGCTCGCATGAGAC-1
#> Astrocytes--Astrocytes                0.000000000        0.121120888
#> Astrocytes--Neurons                   0.000000000        0.492172260
#> Astrocytes--PeripheralGlia            0.000000000        0.001418241
#> Astrocytes--Oligos                    0.000000000        0.107484135
#> Neurons--Astrocytes                   0.007322646        1.574862745
#> Neurons--Neurons                      0.062824249        6.399422658
#> Neurons--PeripheralGlia               0.014655952        0.018440539
#> Neurons--Oligos                       0.114869641        1.397552170
#> PeripheralGlia--Astrocytes            0.000000000        0.000000000
#> PeripheralGlia--Neurons               0.000000000        0.000000000
#> PeripheralGlia--PeripheralGlia        0.000000000        0.000000000
#> PeripheralGlia--Oligos                0.000000000        0.000000000
#> Oligos--Astrocytes                    0.432756798        0.148848861
#> Oligos--Neurons                       3.712813528        0.604844314
#> Oligos--PeripheralGlia                0.866143535        0.001742916
#> Oligos--Oligos                        6.788613651        0.132090273
#>                                TGGAAGGATAAAGATG-1 TTGAATATGGACTTTC-1
#> Astrocytes--Astrocytes                 0.05876085        0.022262652
#> Astrocytes--Neurons                    0.63562969        0.074774345
#> Astrocytes--PeripheralGlia             0.03211707        0.005128720
#> Astrocytes--Oligos                     0.78802603        0.327247621
#> Neurons--Astrocytes                    0.10470266        0.056829788
#> Neurons--Neurons                       1.13259278        0.190876186
#> Neurons--PeripheralGlia                0.05722761        0.013092063
#> Neurons--Oligos                        1.40413924        0.835363751
#> PeripheralGlia--Astrocytes             0.04641380        0.023252224
#> PeripheralGlia--Neurons                0.50206877        0.078098055
#> PeripheralGlia--PeripheralGlia         0.02536851        0.005356691
#> PeripheralGlia--Oligos                 0.62244301        0.341793735
#> Oligos--Astrocytes                     0.17810254        0.416098767
#> Oligos--Neurons                        1.92657617        1.397565405
#> Oligos--PeripheralGlia                 0.09734597        0.095858025
#> Oligos--Oligos                         2.38848529        6.116401972
#>                                TTGATCTAACTTTGTC-1 TAATATTGAAATTCGC-1
#> Astrocytes--Astrocytes                 0.61084537         0.00000000
#> Astrocytes--Neurons                    0.94436266         0.00000000
#> Astrocytes--PeripheralGlia             0.02200470         0.00000000
#> Astrocytes--Oligos                     1.47707130         0.00000000
#> Neurons--Astrocytes                    1.06168235         0.32679724
#> Neurons--Neurons                       1.64135346         8.83955881
#> Neurons--PeripheralGlia                0.03824535         0.02714792
#> Neurons--Oligos                        2.56722994         0.80649602
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.32743485         0.00000000
#> Oligos--Neurons                        0.50621198         0.00000000
#> Oligos--PeripheralGlia                 0.01179530         0.00000000
#> Oligos--Oligos                         0.79176275         0.00000000
#>                                TTACCATTGATTACCC-1 TGGAAGACGAACACCA-1
#> Astrocytes--Astrocytes                 0.73121309        0.006558807
#> Astrocytes--Neurons                    1.35982656        0.192778626
#> Astrocytes--PeripheralGlia             0.06429973        0.000000000
#> Astrocytes--Oligos                     1.12014759        0.117392325
#> Neurons--Astrocytes                    1.21520042        0.042681147
#> Neurons--Neurons                       2.25989090        1.254498392
#> Neurons--PeripheralGlia                0.10685950        0.000000000
#> Neurons--Oligos                        1.86156929        0.763925369
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.28596627        0.157839011
#> Oligos--Neurons                        0.53180740        4.639256408
#> Oligos--PeripheralGlia                 0.02514664        0.000000000
#> Oligos--Oligos                         0.43807262        2.825069915
#>                                GTCGTCAATTATAAGG-1 TTCTAGGCCAATTGTG-1
#> Astrocytes--Astrocytes                0.003008829         0.36809894
#> Astrocytes--Neurons                   0.146095022         1.31381331
#> Astrocytes--PeripheralGlia            0.000000000         0.01629360
#> Astrocytes--Oligos                    0.022840126         0.22020811
#> Neurons--Astrocytes                   0.166165214         1.48039522
#> Neurons--Neurons                      8.068226522         5.28380474
#> Neurons--PeripheralGlia               0.000000000         0.06552847
#> Neurons--Oligos                       1.261366134         0.88561796
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.005814849         0.07027286
#> Oligos--Neurons                       0.282342579         0.25081684
#> Oligos--PeripheralGlia                0.000000000         0.00311057
#> Oligos--Oligos                        0.044140725         0.04203938
#>                                TCCCAAAGACGAAGGA-1 TTCTTAGTGAACGGTG-1
#> Astrocytes--Astrocytes                 0.35611173         0.00000000
#> Astrocytes--Neurons                    1.46357714         0.00000000
#> Astrocytes--PeripheralGlia             0.01772885         0.00000000
#> Astrocytes--Oligos                     0.25808815         0.00000000
#> Neurons--Astrocytes                    1.02483439         0.67016315
#> Neurons--Neurons                       4.21194827         8.54129995
#> Neurons--PeripheralGlia                0.05102088         0.03295569
#> Neurons--Oligos                        0.74273772         1.75558121
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.31846086         0.00000000
#> Oligos--Neurons                        1.30883650         0.00000000
#> Oligos--PeripheralGlia                 0.01585442         0.00000000
#> Oligos--Oligos                         0.23080109         0.00000000
#>                                TTACATCGTGGCCTGG-1 TGGGAAATGCCTTTCC-1
#> Astrocytes--Astrocytes               0.0361340653          0.0000000
#> Astrocytes--Neurons                  0.1449774233          0.0000000
#> Astrocytes--PeripheralGlia           0.0003929938          0.0000000
#> Astrocytes--Oligos                   0.0345220849          0.0000000
#> Neurons--Astrocytes                  1.3085927862          0.6977116
#> Neurons--Neurons                     5.2503478073          7.6719297
#> Neurons--PeripheralGlia              0.0142322440          0.3715039
#> Neurons--Oligos                      1.2502150232          1.2588548
#> PeripheralGlia--Astrocytes           0.0000000000          0.0000000
#> PeripheralGlia--Neurons              0.0000000000          0.0000000
#> PeripheralGlia--PeripheralGlia       0.0000000000          0.0000000
#> PeripheralGlia--Oligos               0.0000000000          0.0000000
#> Oligos--Astrocytes                   0.4952075740          0.0000000
#> Oligos--Neurons                      1.9868763052          0.0000000
#> Oligos--PeripheralGlia               0.0053858733          0.0000000
#> Oligos--Oligos                       0.4731158196          0.0000000
#>                                TCCACAATGGTTTACG-1 TTACAACTACGCATCC-1
#> Astrocytes--Astrocytes                 0.43412660        0.176565319
#> Astrocytes--Neurons                    0.34771652        1.356400801
#> Astrocytes--PeripheralGlia             0.02041642        0.022017214
#> Astrocytes--Oligos                     0.42399238        0.106194704
#> Neurons--Astrocytes                    1.67234121        0.829041358
#> Neurons--Neurons                       1.33947256        6.368817902
#> Neurons--PeripheralGlia                0.07864808        0.103379199
#> Neurons--Oligos                        1.63330222        0.498624545
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     1.43380471        0.057285528
#> Oligos--Neurons                        1.14841520        0.440075866
#> Oligos--PeripheralGlia                 0.06743001        0.007143349
#> Oligos--Oligos                         1.40033409        0.034454216
#>                                TCTATCATGCAGTTAC-1 TTCGCACTCGCGTGCT-1
#> Astrocytes--Astrocytes                 0.02338797         0.01725365
#> Astrocytes--Neurons                    0.26637956         0.58537012
#> Astrocytes--PeripheralGlia             0.00000000         0.00000000
#> Astrocytes--Oligos                     0.03580353         0.02009358
#> Neurons--Astrocytes                    0.63174733         0.26897078
#> Neurons--Neurons                       7.19534679         9.12545982
#> Neurons--PeripheralGlia                0.00000000         0.00000000
#> Neurons--Oligos                        0.96711186         0.31324307
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.13506914         0.01855287
#> Oligos--Neurons                        1.53838290         0.62944944
#> Oligos--PeripheralGlia                 0.00000000         0.00000000
#> Oligos--Oligos                         0.20677090         0.02160666
#>                                TTGGGACACTGCCCGC-1 TGATCGGTTTGACCCT-1
#> Astrocytes--Astrocytes                 0.00000000           0.000000
#> Astrocytes--Neurons                    0.00000000           0.000000
#> Astrocytes--PeripheralGlia             0.00000000           0.000000
#> Astrocytes--Oligos                     0.00000000           0.000000
#> Neurons--Astrocytes                    0.51195376           0.772975
#> Neurons--Neurons                       8.36013528           6.986936
#> Neurons--PeripheralGlia                0.00000000           0.000000
#> Neurons--Oligos                        1.01899075           2.240089
#> PeripheralGlia--Astrocytes             0.00000000           0.000000
#> PeripheralGlia--Neurons                0.00000000           0.000000
#> PeripheralGlia--PeripheralGlia         0.00000000           0.000000
#> PeripheralGlia--Oligos                 0.00000000           0.000000
#> Oligos--Astrocytes                     0.05739675           0.000000
#> Oligos--Neurons                        0.93728118           0.000000
#> Oligos--PeripheralGlia                 0.00000000           0.000000
#> Oligos--Oligos                         0.11424227           0.000000
#>                                TTCATGGCGCAACAGG-1 TATTCGTGCCAGAATA-1
#> Astrocytes--Astrocytes                0.003573564         0.10574782
#> Astrocytes--Neurons                   0.155724908         0.34956722
#> Astrocytes--PeripheralGlia            0.000000000         0.05749228
#> Astrocytes--Oligos                    0.019101830         0.57352221
#> Neurons--Astrocytes                   0.170575851         0.12461231
#> Neurons--Neurons                      7.433169541         0.41192695
#> Neurons--PeripheralGlia               0.000000000         0.06774840
#> Neurons--Oligos                       0.911781807         0.67583355
#> PeripheralGlia--Astrocytes            0.000000000         0.00000000
#> PeripheralGlia--Neurons               0.000000000         0.00000000
#> PeripheralGlia--PeripheralGlia        0.000000000         0.00000000
#> PeripheralGlia--Oligos                0.000000000         0.00000000
#> Oligos--Astrocytes                    0.026162142         0.74308135
#> Oligos--Neurons                       1.140065447         2.45638043
#> Oligos--PeripheralGlia                0.000000000         0.40399357
#> Oligos--Oligos                        0.139844911         4.03009392
#>                                TCATCACTCGAGCTCG-1 TTGTGGCCCTGACAGT-1
#> Astrocytes--Astrocytes                 0.00000000         0.02522893
#> Astrocytes--Neurons                    0.00000000         0.38341573
#> Astrocytes--PeripheralGlia             0.00000000         0.01393125
#> Astrocytes--Oligos                     0.00000000         0.26664333
#> Neurons--Astrocytes                    0.01139512         0.23281253
#> Neurons--Neurons                       0.05932664         3.53816045
#> Neurons--PeripheralGlia                0.00000000         0.12855760
#> Neurons--Oligos                        0.26025608         2.46058473
#> PeripheralGlia--Astrocytes             0.00000000         0.00000000
#> PeripheralGlia--Neurons                0.00000000         0.00000000
#> PeripheralGlia--PeripheralGlia         0.00000000         0.00000000
#> PeripheralGlia--Oligos                 0.00000000         0.00000000
#> Oligos--Astrocytes                     0.40174867         0.14461442
#> Oligos--Neurons                        2.09163215         2.19777278
#> Oligos--PeripheralGlia                 0.00000000         0.07985516
#> Oligos--Oligos                         9.17564133         1.52842310
#>                                TTGTATCACACAGAAT-1 TTAATTTCAGACGCGG-1
#> Astrocytes--Astrocytes                 0.04258455        0.000000000
#> Astrocytes--Neurons                    0.78066520        0.000000000
#> Astrocytes--PeripheralGlia             0.00000000        0.000000000
#> Astrocytes--Oligos                     0.06171824        0.000000000
#> Neurons--Astrocytes                    0.45913516        0.113426501
#> Neurons--Neurons                       8.41692283        7.237410885
#> Neurons--PeripheralGlia                0.00000000        0.025677295
#> Neurons--Oligos                        0.66542952        1.921555462
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     0.02759889        0.008562793
#> Oligos--Neurons                        0.50594626        0.546366581
#> Oligos--PeripheralGlia                 0.00000000        0.001938430
#> Oligos--Oligos                         0.03999937        0.145062054
#>                                TTATCCAATCGAACTC-1 TTAGCAACATGGATGT-1
#> Astrocytes--Astrocytes                0.011880410       2.368396e-21
#> Astrocytes--Neurons                   0.333024825       6.703190e-20
#> Astrocytes--PeripheralGlia            0.001312278       3.226076e-22
#> Astrocytes--Oligos                    0.293710830       2.816842e-20
#> Neurons--Astrocytes                   0.081321793       1.003440e-01
#> Neurons--Neurons                      2.279565840       2.840003e+00
#> Neurons--PeripheralGlia               0.008982584       1.366822e-02
#> Neurons--Oligos                       2.010460261       1.193438e+00
#> PeripheralGlia--Astrocytes            0.000000000       0.000000e+00
#> PeripheralGlia--Neurons               0.000000000       0.000000e+00
#> PeripheralGlia--PeripheralGlia        0.000000000       0.000000e+00
#> PeripheralGlia--Oligos                0.000000000       0.000000e+00
#> Oligos--Astrocytes                    0.129580421       1.415973e-01
#> Oligos--Neurons                       3.632324009       4.007580e+00
#> Oligos--PeripheralGlia                0.014313101       1.928747e-02
#> Oligos--Oligos                        3.203523648       1.684082e+00
#>                                TGTTCTTCCATTGACT-1 TGATTTCCTCCTGACG-1
#> Astrocytes--Astrocytes                 0.67168980        0.026787307
#> Astrocytes--Neurons                    0.32365258        0.830247103
#> Astrocytes--PeripheralGlia             0.04127654        0.004563896
#> Astrocytes--Oligos                     1.13430663        0.810769464
#> Neurons--Astrocytes                    0.54678838        0.106934658
#> Neurons--Neurons                       0.26346905        3.314338030
#> Neurons--PeripheralGlia                0.03360112        0.018219027
#> Neurons--Oligos                        0.92338112        3.236583493
#> PeripheralGlia--Astrocytes             0.00000000        0.000000000
#> PeripheralGlia--Neurons                0.00000000        0.000000000
#> PeripheralGlia--PeripheralGlia         0.00000000        0.000000000
#> PeripheralGlia--Oligos                 0.00000000        0.000000000
#> Oligos--Astrocytes                     2.18494936        0.026453969
#> Oligos--Neurons                        1.05281411        0.819915606
#> Oligos--PeripheralGlia                 0.13426905        0.004507104
#> Oligos--Oligos                         3.68980226        0.800680344
#>                                TTGGGCGGCGGTTGCC-1 TTGTCGTTCAGTTACC-1
#> Astrocytes--Astrocytes                0.022604372         0.06890995
#> Astrocytes--Neurons                   0.126933895         0.49040984
#> Astrocytes--PeripheralGlia            0.008486279         0.00469882
#> Astrocytes--Oligos                    0.161227172         0.05408601
#> Neurons--Astrocytes                   0.205344357         0.88921847
#> Neurons--Neurons                      1.153102562         6.32828075
#> Neurons--PeripheralGlia               0.077091699         0.06063389
#> Neurons--Oligos                       1.464632152         0.69792948
#> PeripheralGlia--Astrocytes            0.172610683         0.00000000
#> PeripheralGlia--Neurons               0.969287996         0.00000000
#> PeripheralGlia--PeripheralGlia        0.064802613         0.00000000
#> PeripheralGlia--Oligos                1.231157063         0.00000000
#> Oligos--Astrocytes                    0.307482884         0.15673053
#> Oligos--Neurons                       1.726657147         1.11540055
#> Oligos--PeripheralGlia                0.115437202         0.01068712
#> Oligos--Oligos                        2.193141925         0.12301460
#>                                TTCCTCGAGGGTGTCT-1 TTGATTATGCAGATGA-1
#> Astrocytes--Astrocytes                 0.39008798         0.46270805
#> Astrocytes--Neurons                    1.37980602         1.46183786
#> Astrocytes--PeripheralGlia             0.03114900         0.32641974
#> Astrocytes--Oligos                     0.23562473         0.60101903
#> Neurons--Astrocytes                    0.53769513         1.00298817
#> Neurons--Neurons                       1.90191706         3.16874986
#> Neurons--PeripheralGlia                0.04293561         0.70756308
#> Neurons--Oligos                        0.32478384         1.30279768
#> PeripheralGlia--Astrocytes             0.00000000         0.05759399
#> PeripheralGlia--Neurons                0.00000000         0.18195723
#> PeripheralGlia--PeripheralGlia         0.00000000         0.04062997
#> PeripheralGlia--Oligos                 0.00000000         0.07480977
#> Oligos--Astrocytes                     0.98754147         0.26135773
#> Oligos--Neurons                        3.49309837         0.82570990
#> Oligos--PeripheralGlia                 0.07885639         0.18437613
#> Oligos--Oligos                         0.59650440         0.33948181
#>                                TTGCTCCCATACCGGA-1 TTATTAGGGAAGCATC-1
#> Astrocytes--Astrocytes               0.0002049505         0.00000000
#> Astrocytes--Neurons                  0.0020954529         0.00000000
#> Astrocytes--PeripheralGlia           0.0002338473         0.00000000
#> Astrocytes--Oligos                   0.0021441456         0.00000000
#> Neurons--Astrocytes                  0.0183048947         0.14026035
#> Neurons--Neurons                     0.1871527493         4.78864381
#> Neurons--PeripheralGlia              0.0208857753         0.00000000
#> Neurons--Oligos                      0.1915016720         2.65080629
#> PeripheralGlia--Astrocytes           0.0000000000         0.00000000
#> PeripheralGlia--Neurons              0.0000000000         0.00000000
#> PeripheralGlia--PeripheralGlia       0.0000000000         0.00000000
#> PeripheralGlia--Oligos               0.0000000000         0.00000000
#> Oligos--Astrocytes                   0.5071843440         0.04478676
#> Oligos--Neurons                      5.1855498711         1.52906957
#> Oligos--PeripheralGlia               0.5786943004         0.00000000
#> Oligos--Oligos                       5.3060479969         0.84643322
#>                                TTGGATTGGGTACCAC-1 TGTCTACAGTTTCTGT-1
#> Astrocytes--Astrocytes                0.021740316          0.0000000
#> Astrocytes--Neurons                   0.469743825          0.0000000
#> Astrocytes--PeripheralGlia            0.002272562          0.0000000
#> Astrocytes--Oligos                    0.149216395          0.0000000
#> Neurons--Astrocytes                   0.281457744          0.2662506
#> Neurons--Neurons                      6.081468154          8.0380664
#> Neurons--PeripheralGlia               0.029421383          0.0000000
#> Neurons--Oligos                       1.931807734          1.2412299
#> PeripheralGlia--Astrocytes            0.000000000          0.0000000
#> PeripheralGlia--Neurons               0.000000000          0.0000000
#> PeripheralGlia--PeripheralGlia        0.000000000          0.0000000
#> PeripheralGlia--Oligos                0.000000000          0.0000000
#> Oligos--Astrocytes                    0.034923640          0.0126759
#> Oligos--Neurons                       0.754596410          0.3826836
#> Oligos--PeripheralGlia                0.003650643          0.0000000
#> Oligos--Oligos                        0.239701195          0.0590936
#>                                TTAATGTAGACCAGGT-1 TGCAAGAATGACGTAA-1
#> Astrocytes--Astrocytes                 0.00000000           0.000000
#> Astrocytes--Neurons                    0.00000000           0.000000
#> Astrocytes--PeripheralGlia             0.00000000           0.000000
#> Astrocytes--Oligos                     0.00000000           0.000000
#> Neurons--Astrocytes                    0.01857053           1.024838
#> Neurons--Neurons                       9.38781120           7.603345
#> Neurons--PeripheralGlia                0.00000000           0.000000
#> Neurons--Oligos                        0.59361827           1.371817
#> PeripheralGlia--Astrocytes             0.00000000           0.000000
#> PeripheralGlia--Neurons                0.00000000           0.000000
#> PeripheralGlia--PeripheralGlia         0.00000000           0.000000
#> PeripheralGlia--Oligos                 0.00000000           0.000000
#> Oligos--Astrocytes                     0.00000000           0.000000
#> Oligos--Neurons                        0.00000000           0.000000
#> Oligos--PeripheralGlia                 0.00000000           0.000000
#> Oligos--Oligos                         0.00000000           0.000000