EDePasquale / DoubletDecon

A tool for removing doublets from single-cell RNA-seq data
69 stars 19 forks source link

"Unable to perform mcl function for blacklist clustering, please try a different rhop." from black lists #11

Open onurdanaci opened 5 years ago

onurdanaci commented 5 years ago

Hi,

When I ran doublet decon, after the data cleaning and preparation steps (It was very hard to mimic your custer/top50genes/counts etc data, because clear instructions weren't given), it ran without any problem for 5 of my samples (each samples has around 30k cells). But, at the sixth it had a hiccup with the following error:

"Error : $ operator is invalid for atomic vectors In addition: There were 50 or more warnings (use warnings() to see the first 50) Error in Blacklist_Groups(data, groups, rhop, centroid_flag, log_file_name) :"

Calls: doubdec_outpipe -> Main_Doublet_Decon -> Blacklist_Groups Execution halted"

And the following output: [1] "Unable to perform mcl function for blacklist clustering, please try a different rhop."

I save my normalized count matrices out of Seurat object (e.g, by GetAssayData function) in a tab delimited format as counts.txt, I calculate all genetical markers by seurat FindAllMarkers function and grab the top50 of them with respect to avg_logFC (also save tab delimited). As well as get the clusters out of Seurat object in the following fashion:

" write.table(GetAssayData(pbmc),paste(name,"counts.txt",sep="."),sep="\t", col.names=NA)

write.table(pbmc@active.ident,paste(name,"Cluster.txt",sep="."),sep="\t",col.names=NA)

mrkrs=FindAllMarkers(pbmc)

write.table(top_n(n=50,x=mrkrs,wt="avg_logFC"),paste(name,"Top50Genes.txt",sep="."),sep="\t") "

I don't know what may be the problem, and why it worked for some while it didn't work for the rest.

Best, Onur

DanSchnell commented 5 years ago

Hi Onur, Thanks for the information that you provided about the upstream steps and the error message. I'm assuming that you are running DoubletDecon in-line with R, not the GUI--but if this is incorrect pls let me know. I'm looking into the likely cause(s) of this error message and hope to get back to you later today. If it becomes import, would you be able to share the expression and meta data? Dan Schnell

DanSchnell commented 5 years ago

Hi Onur,

I'm not sure if this is related to the error message that you got on the 6th sample, but I'm wondering if the call of the top_n function is returning what we want...

It reads to me that the call is extracting the overall top 50 genes from the mrkrs dataframe, whereas we're trying to provide DoubletDecon with the top 50 markers for each cluster that Seurat IDed.

I have not used the top_n function, but the documentation makes me think that another argument can be provided to indicate top_n within each group/cluster.

Alternatively, I'm attaching a short script that I have used for doing this task with the dataframe outputted by FindAllMarkers().

Let me know what you think, and in the meantime I'll look specifically into the error message. To help this along, could you tell me how many clusters Seurat found for sample 6?

TOP_MARKERS.txt

Best, Dan

DanSchnell commented 5 years ago

Hi Onur,

The error is coming up in the step that is combining clusters for the purpose of creating synthetic doublets. A possible cause is that the binarized correlation matrix that it is attempting to use is not suitable for doing this (e.g., only 1 cluster).

I suggest examining the heatmap of the inter-cluster correlations that should be output prior to this step (red & yellow blocks, in the plot window if you are using RStudio) to see if it looks sensible based on what you know about the data.

You might also explore the effect of larger values of the rhop parameter--1.0 is the default. Larger values such as 1.5 or 2.0 tend to result in fewer or no clusters being merged, and this is sometimes helpful in figuring out what it happening with a dataset and/or effectively skipping the cluster merging step.

There are parts of the bioRxiv preprint that go into the cluster merging and changing the value of the rhop parameter matters--that also may be useful to (re)review.

Best, Dan

onurdanaci commented 5 years ago

Hi Dan,

For 32k cells and 25k genes-per-cells (features) it found 28 clusters.

Unfortunately I didn't save all the markers while preprocessing the data. But, my top 50 is attached.

Onur

On Wed, Aug 7, 2019 at 10:50 AM DanSchnell notifications@github.com wrote:

Hi Onur,

I'm not sure if this is related to the error message that you got on the 6th sample, but I'm wondering if the call of the top_n function is returning what we want...

It reads to me that the call is extracting the overall top 50 genes from the mrkrs dataframe, whereas we're trying to provide DoubletDecon with the top 50 markers for each cluster that Seurat IDed.

I have not used the top_n function, but the documentation makes me think that another argument can be provided to indicate top_n within each group/cluster.

Alternatively, I'm attaching a short script that I have used for doing this task with the dataframe outputted by FindAllMarkers().

Let me know what you think, and in the meantime I'll look specifically into the error message. To help this along, could you tell me how many clusters Seurat found for sample 6?

TOP_MARKERS.txt https://github.com/EDePasquale/DoubletDecon/files/3477559/TOP_MARKERS.txt

Best, Dan

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EDePasquale/DoubletDecon/issues/11?email_source=notifications&email_token=AMG5P5SK35EQS25H4RQIGXDQDLOLDA5CNFSM4IJ3QVEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3YVESI#issuecomment-519131721, or mute the thread https://github.com/notifications/unsubscribe-auth/AMG5P5QYDRSVXYNEIMFDMGLQDLOLDANCNFSM4IJ3QVEA .

"p_val" "avg_logFC" "pct.1" "pct.2" "p_val_adj" "cluster" "gene" "1" 8.11380064031779e-124 -0.331148955111755 0.093 0.282 1.50016060038836e-119 "0" "CD63" "2" 3.91692631408478e-107 -0.535856635981678 0.13 0.305 7.24200506211135e-103 "0" "TYROBP" "3" 3.09643767737095e-106 -0.330463332598738 0.14 0.313 5.72500362169114e-102 "0" "DYNLL1" "4" 6.57224332833834e-104 -0.270671603370049 0.097 0.266 1.21514206897648e-99 "0" "TYMP" "5" 6.38498695636368e-103 -0.296238577434422 0.141 0.312 1.18052023836208e-98 "0" "CLIC1" "6" 1.18815746722938e-101 -0.451697169094845 0.207 0.369 2.1967843411604e-97 "0" "POMP" "7" 1.35687954234221e-101 -0.55314462781706 0.157 0.325 2.50873458583651e-97 "0" "HLA-DRA" "8" 4.02756308227313e-101 -0.618046116277279 0.266 0.419 7.4465613828148e-97 "0" "TXN" "9" 2.79984087136817e-100 -0.345821731176083 0.18 0.346 5.17662578707261e-96 "0" "SRGN" "10" 4.74356609258594e-98 -0.400480978752738 0.229 0.387 8.77037934858214e-94 "0" "POLR2L" "11" 1.16319635606052e-96 -0.382608969417557 0.161 0.321 2.1506337427203e-92 "0" "PRDX1" "12" 6.22641845520104e-96 -0.369712669570497 0.191 0.349 1.15120250818212e-91 "0" "GSTP1" "13" 2.35171865716146e-95 -0.501571493364173 0.125 0.286 4.34809262522582e-91 "0" "FCER1G" "14" 1.02353883627957e-92 -0.364563174076444 0.17 0.327 1.89242095439731e-88 "0" "SEC61B" "15" 1.75770298757622e-92 -0.289638675201299 0.1 0.258 3.24981705372967e-88 "0" "NFKBIA" "16" 3.98590698696558e-92 -0.49326989671538 0.279 0.423 7.36954342820066e-88 "0" "PSME2" "17" 4.26270183238717e-91 -0.436397692503099 0.09 0.242 7.88130941790063e-87 "0" "HLA-DRB1" "18" 6.95351717689157e-91 -0.465668744416148 0.505 0.583 1.28563579083548e-86 "0" "MYL6" "19" 1.31850135051941e-90 -0.317783420954363 0.098 0.252 2.43777714697533e-86 "0" "NKG7" "20" 2.85228304411412e-89 -0.31079933332545 0.117 0.27 5.27358612026259e-85 "0" "GPX1" "21" 6.42682563825615e-88 -0.273570795302522 0.094 0.245 1.18825579225718e-83 "0" "MRPL23" "22" 1.99863335423397e-87 -0.321329472271452 0.141 0.294 3.69527320864319e-83 "0" "COX17" "23" 2.9783411943508e-87 -0.381747757877729 0.102 0.252 5.50665503423519e-83 "0" "NME1" "24" 1.14956723550532e-85 -0.283960280815244 0.115 0.264 2.12543486172579e-81 "0" "CALR" "25" 3.31024946003635e-84 -0.289019826164622 0.157 0.308 6.1203202266612e-80 "0" "DBI" "26" 5.37094746649767e-84 -0.25192135401267 0.11 0.258 9.93034477080755e-80 "0" "RAC1" "27" 1.19795945178175e-83 -0.344939159532739 0.184 0.331 2.21490723039927e-79 "0" "PSMB3" "28" 8.0623216576321e-83 -0.388260561685581 0.095 0.239 1.4906426512796e-78 "0" "LGALS1" "29" 9.05153208911715e-83 -0.346111472294755 0.176 0.323 1.67353776795687e-78 "0" "NOP10" "30" 1.06396062703274e-82 -0.830078637566414 0.254 0.405 1.96715680332083e-78 "0" "CCL3" "31" 1.29492600928716e-82 -0.30646196140489 0.249 0.388 2.39418869857102e-78 "0" "ARPC3" "32" 1.45183648617684e-82 -0.438861516937489 0.14 0.288 2.68430047929235e-78 "0" "EIF5A" "33" 1.55760001858893e-82 -0.355155256893067 0.222 0.364 2.87984667436907e-78 "0" "PKM" "34" 1.00281460297915e-81 -0.341767331927012 0.27 0.406 1.85410391944814e-77 "0" "ARPC2" "35" 1.13402812963885e-81 -0.310796722962384 0.097 0.241 2.09670460888927e-77 "0" "NPC2" "36" 1.27669750436402e-81 -0.313773094845696 0.052 0.185 2.36048601581864e-77 "0" "EIF5AL1" "37" 1.76237723999098e-81 -0.319384484975592 0.176 0.321 3.25845927901932e-77 "0" "SHFM1" "38" 2.61227128239115e-81 -0.47145162960365 0.126 0.273 4.82982837401299e-77 "0" "SOD2" "39" 2.93446601730013e-81 -0.272502416903364 0.137 0.283 5.42553421938622e-77 "0" "GNG5" "40" 3.0459871388212e-81 -0.268917319745163 0.11 0.255 5.63172562096653e-77 "0" "PSMA4" "41" 5.87425430253448e-81 -0.278473199597375 0.111 0.256 1.0860908779956e-76 "0" "MRPL52" "42" 7.42344439994784e-81 -0.441159402999256 0.418 0.515 1.37252063510636e-76 "0" "OAZ1" "43" 7.56356083699218e-81 -0.250006018366843 0.106 0.251 1.39842676315148e-76 "0" "UBE2L3" "44" 8.43650602218696e-81 -0.349207925825251 0.194 0.339 1.55982559844215e-76 "0" "ATP5J" "45" 1.06720895077792e-80 -0.279112113107674 0.151 0.296 1.9731626290933e-76 "0" "COX8A" "46" 1.61185210514813e-80 -0.282005005447704 0.115 0.259 2.98015335720837e-76 "0" "NDUFS6" "47" 2.57885120946352e-80 -0.331322319354412 0.271 0.407 4.76803800117711e-76 "0" "EMP3" "48" 8.01218304427747e-80 -0.294916556810942 0.132 0.275 1.48137252305646e-75 "0" "COX6A1P2" "49" 2.22224855968426e-79 -0.34368917899553 0.234 0.371 4.10871536200023e-75 "0" "NDUFA13" "50" 3.18357469872147e-79 -0.477685676039037 0.157 0.297 5.88611126046613e-75 "0" "NME1-NME2" "51" 3.94610209364008e-79 -0.288864593951556 0.142 0.286 7.29594816093115e-75 "0" "PRELID1" "52" 5.74758449231343e-79 -0.385722547685716 0.117 0.258 1.06267089678383e-74 "0" "DDX21" "53" 1.72270967218236e-78 -0.35372336142551 0.207 0.346 3.18511791289797e-74 "0" "SEC61G" "54" 1.0130078182966e-77 -0.312866123201741 0.207 0.347 1.87295015524859e-73 "0" "TPM3" "55" 2.49187521034806e-77 -0.369528335330997 0.334 0.456 4.60722807641252e-73 "0" "UBB" "56" 1.29417750729826e-76 -0.438812982710437 0.273 0.401 2.39280479324376e-72 "0" "UQCRQ" "57" 4.1553545441024e-76 -0.275917510903666 0.158 0.299 7.68283501659094e-72 "0" "HSP90B1" "58" 5.43294561450676e-76 -0.369771035565728 0.179 0.318 1.00449731466616e-71 "0" "RBM8A" "59" 6.62871804949182e-76 -0.383909952874066 0.226 0.362 1.22558368017054e-71 "0" "S100A11" "60" 7.29161675682107e-76 -0.353909260855663 0.225 0.359 1.34814702216865e-71 "0" "COX7B" "61" 1.34901250384142e-75 -0.3452241644767 0.236 0.37 2.4941892183524e-71 "0" "ATP5J2" "62" 2.46880399524614e-75 -0.294142149555825 0.132 0.271 4.56457170681059e-71 "0" "COX5A" "63" 2.74393037980531e-75 -0.480566328933705 0.262 0.389 5.07325287922203e-71 "0" "SNRPG" "64" 3.3091232093969e-75 -0.690026957293276 0.125 0.263 6.11823790185393e-71 "0" "S100A9" "65" 3.59755389805844e-75 -0.255724228233429 0.138 0.279 6.65151740212026e-71 "0" "LAMTOR5" "66" 7.05678497082617e-75 -0.407578086807269 0.17 0.307 1.30472897325605e-70 "0" "SLIRP" "67" 1.50693487491289e-74 -0.528513063938717 0.158 0.294 2.78617189022645e-70 "0" "FABP5" "68" 1.08074178476342e-73 -0.292785696331846 0.123 0.26 1.99818348584909e-69 "0" "NDUFAB1" "69" 3.06470448931819e-73 -0.367538835104875 0.111 0.245 5.66633213030039e-69 "0" "IL2RA" "70" 6.8962571978632e-73 -0.495294866441661 0.306 0.422 1.27504899331293e-68 "0" "TUBA1B" "71" 9.22478439749564e-73 -0.397050145677138 0.13 0.271 1.70557038725297e-68 "0" "GNLY" "72" 1.2257921740755e-72 -0.255788198459962 0.098 0.23 2.2663671506482e-68 "0" "TCEB1" "73" 1.28238896518783e-72 -0.255011900186203 0.142 0.279 2.37100895773578e-68 "0" "NDUFA11" "74" 1.99667692506269e-72 -0.287738968267136 0.09 0.221 3.69165596674841e-68 "0" "HLA-DPA1" "75" 2.19337711691581e-72 -0.284075797304982 0.086 0.216 4.05533495146563e-68 "0" "HNRNPAB" "76" 1.041170870684e-71 -0.286998519672923 0.09 0.221 1.92502082280765e-67 "0" "RPL22L1" "77" 2.32130909515025e-71 -0.258789301399775 0.126 0.261 4.29186838602329e-67 "0" "PSMB6" "78" 2.63091031249271e-71 -0.296003777267016 0.167 0.303 4.86429007676777e-67 "0" "MINOS1" "79" 6.76052540553768e-71 -0.773014592712961 0.198 0.336 1.24995354222986e-66 "0" "S100A8" "80" 1.49025647106846e-70 -0.253848272407407 0.109 0.242 2.75533518935848e-66 "0" "DNAJA1" "81" 4.30858140397371e-70 -0.28110325713895 0.124 0.257 7.966136157807e-66 "0" "ATP5G1" "82" 7.23909309200424e-70 -0.415649548968419 0.274 0.395 1.33843592178066e-65 "0" "USMG5" "83" 9.26212654149013e-70 -0.29128842347718 0.125 0.257 1.71247457625611e-65 "0" "PGAM1" "84" 9.51063741461062e-70 -0.400316379511033 0.453 0.528 1.75842175158736e-65 "0" "CYBA" "85" 2.01925342764907e-69 -0.319790526141366 0.236 0.364 3.73339766238037e-65 "0" "HNRNPA2B1" "86" 2.20600283060178e-69 -0.476466969838744 0.359 0.461 4.07867863349962e-65 "0" "S100A6" "87" 4.48422827839746e-69 -0.447589705356401 0.362 0.467 8.29088966392906e-65 "0" "ACTG1" "88" 4.73252466365879e-69 -0.300257743402693 0.197 0.33 8.74996485063873e-65 "0" "PARK7" "89" 5.67583649417547e-69 -0.327694980959181 0.304 0.422 1.0494054094081e-64 "0" "UBL5" "90" 6.16995148133691e-69 -0.315436417328224 0.16 0.292 1.14076232938438e-64 "0" "CSTB" "91" 1.86144291930703e-68 -0.449809442171514 0.342 0.449 3.44162181350677e-64 "0" "EIF4A1" "92" 5.22545484279633e-68 -0.379961160405829 0.354 0.455 9.66134345884613e-64 "0" "TCEB2" "93" 6.63332838325991e-68 -0.339026265913202 0.226 0.35 1.22643608478093e-63 "0" "COX6A1" "94" 1.02823459666734e-67 -0.311951223613857 0.224 0.35 1.90110294577825e-63 "0" "RBX1" "95" 1.03045509935432e-67 -0.29144524241886 0.16 0.293 1.9052084331962e-63 "0" "SAT1" "96" 1.79006335729186e-67 -0.369822171211546 0.189 0.317 3.30964814129692e-63 "0" "ATP5G3" "97" 1.85781119083931e-67 -0.281181925538424 0.122 0.251 3.43490711074281e-63 "0" "TIMM13" "98" 1.00982829425923e-66 -0.38201166677889 0.162 0.289 1.86707153325589e-62 "0" "SNRPD1" "99" 1.14796480475411e-66 -0.277061850651315 0.185 0.314 2.12247212750987e-62 "0" "PPIB" "100" 2.60970654322695e-66 -0.424373868027807 0.249 0.367 4.82508642777232e-62 "0" "PSMA7" "101" 4.70988569133411e-66 -0.285839161810437 0.155 0.284 8.70810765470764e-62 "0" "SRSF3" "102" 5.25008671688087e-66 -0.328820462648315 0.096 0.22 9.70688533084103e-62 "0" "MIR155HG" "103" 5.38595661509629e-66 -0.380431419093257 0.201 0.326 9.95809518565154e-62 "0" "EIF2S2" "104" 5.40562853314479e-66 -0.405461563471318 0.269 0.385 9.99446659493141e-62 "0" "SUB1" "105" 5.66721571155047e-66 -0.435406124152962 0.211 0.336 1.04781151290857e-61 "0" "SNRPE" "106" 9.83996965797202e-66 -0.619734694657174 0.353 0.449 1.81931199006245e-61 "0" "HSP90AA1" "107" 1.53009463284943e-65 -0.52365497588264 0.22 0.341 2.82899196667532e-61 "0" "SERBP1" "108" 2.8145869638402e-65 -0.345509925588551 0.205 0.33 5.20388983744415e-61 "0" "TUBB" "109" 7.0834372111554e-65 -0.343857197565833 0.18 0.308 1.30965670597052e-60 "0" "SLC25A5" "110" 1.10584002872055e-64 -0.439346694757859 0.479 0.547 2.04458762910142e-60 "0" "H3F3B" "111" 1.21109491185803e-64 -0.251464174637404 0.161 0.29 2.23919338253431e-60 "0" "PSMB8" "112" 2.27000031025285e-64 -0.691390630013988 0.545 0.585 4.19700357362649e-60 "0" "GAPDH" "113" 7.76595792421253e-64 -0.291685543851626 0.147 0.273 1.43584796060765e-59 "0" "SNRPB" "114" 8.81555088354891e-64 -0.543363446555226 0.095 0.216 1.62990720285936e-59 "0" "LYZ" "115" 8.93351535941806e-64 -0.369912253184872 0.15 0.274 1.6517176548028e-59 "0" "RANBP1" "116" 1.14826210152409e-63 -0.252197359584429 0.088 0.209 2.1230217995079e-59 "0" "HLA-DPB1" "117" 1.22842654642208e-63 -0.323617152755352 0.213 0.335 2.27123784167978e-59 "0" "PSMB1" "118" 1.58590695538563e-63 -0.259282161661656 0.137 0.262 2.93218336981249e-59 "0" "GADD45GIP1" "119" 2.52906534038972e-63 -0.36655952842081 0.164 0.288 4.67598890784656e-59 "0" "CYCS" "120" 6.31347094672617e-63 -0.623775660959726 0.317 0.425 1.1672976433402e-58 "0" "HSPE1" "121" 6.49142380052357e-63 -0.34758642152008 0.186 0.307 1.2001993464788e-58 "0" "HNRNPM" "122" 7.75593270012111e-63 -0.415113452683018 0.309 0.417 1.43399439692539e-58 "0" "TPI1" "123" 1.04163701831151e-62 -0.375699062462725 0.118 0.239 1.92588268315616e-58 "0" "AIF1" "124" 2.25166782300343e-62 -0.289659081770101 0.207 0.329 4.16310863795104e-58 "0" "NDUFB2" "125" 3.31520478568255e-62 -0.253312144125243 0.081 0.198 6.12948212824848e-58 "0" "CTSS" "126" 1.00947666639778e-61 -0.255715211856074 0.093 0.212 1.86642140850286e-57 "0" "CCT6A" "127" 1.17018775601173e-61 -0.376155532402093 0.375 0.464 2.16356014209008e-57 "0" "SH3BGRL3" "128" 2.50672386342448e-61 -0.303548211489874 0.117 0.237 4.63468175108551e-57 "0" "TOMM5" "129" 4.19584949341452e-61 -0.302876017765288 0.127 0.248 7.75770612837411e-57 "0" "EIF3J" "130" 4.81890823547025e-61 -0.293124808439134 0.086 0.203 8.90967943656094e-57 "0" "TIMP1" "131" 7.3071598007741e-61 -0.255698382584703 0.196 0.319 1.35102077556512e-56 "0" "YWHAB" "132" 1.22920029133079e-60 -0.440527220317565 0.603 0.615 2.2726684186415e-56 "0" "SERF2" "133" 2.58460629426641e-60 -0.498977319928859 0.368 0.46 4.77867857746917e-56 "0" "ENO1" "134" 3.12371221316125e-60 -0.299648940081351 0.136 0.255 5.77543151091384e-56 "0" "NHP2" "135" 1.8929804681185e-59 -0.486930696230623 0.482 0.528 3.4999315875043e-55 "0" "CD74" "136" 2.04474186443985e-59 -0.283524699798524 0.112 0.229 3.78052323316285e-55 "0" "SRM" "137" 3.20541666575229e-59 -0.367142216148338 0.18 0.297 5.92649487330941e-55 "0" "SNRPF" "138" 5.83828836918396e-59 -0.263866967562692 0.263 0.381 1.07944113657842e-54 "0" "NEAT1" "139" 1.75842080410127e-58 -0.402604502720673 0.38 0.467 3.25114422470284e-54 "0" "PSME1" "140" 1.8317856117889e-58 -0.303943063810377 0.168 0.287 3.3867884176365e-54 "0" "SSBP1" "141" 1.83830436388632e-58 -0.314331998077431 0.345 0.443 3.39884093838942e-54 "0" "H3F3A" "142" 2.38885905455554e-58 -0.442210806592248 0.199 0.314 4.41676150596774e-54 "0" "HSPD1" "143" 4.14174935068829e-58 -0.272933116160777 0.095 0.208 7.65768037448758e-54 "0" "MT1X" "144" 5.18958972953543e-58 -0.319658704269331 0.181 0.3 9.59503245093806e-54 "0" "NHP2L1" "145" 5.86646948974503e-58 -0.268282123592595 0.229 0.346 1.08465154395896e-53 "0" "PSMB9" "146" 9.42449362297936e-58 -0.323305304511456 0.14 0.255 1.74249462595265e-53 "0" "PPA1" "147" 1.2595583311487e-57 -0.475900802073219 0.34 0.432 2.32879739846082e-53 "0" "CHCHD2" "148" 1.56887127840122e-57 -0.33806419369521 0.123 0.241 2.90068610663601e-53 "0" "LTA" "149" 3.19651694318127e-57 -0.34386245439257 0.343 0.437 5.91004017624784e-53 "0" "COX6B1" "150" 4.36479997201343e-57 -0.269516621147239 0.266 0.376 8.07007866825563e-53 "0" "NDUFA1" "151" 4.52360372640486e-57 -0.293211186797829 0.178 0.293 8.36369092974994e-53 "0" "ERH" "152" 5.0207397109959e-57 -0.341091694298141 0.324 0.419 9.28284565166033e-53 "0" "CALM2" "153" 8.70120655650328e-57 -0.254962589454295 0.05 0.152 1.60876608023189e-52 "0" "TNFRSF4" "154" 2.27808743857948e-56 -0.382692422351186 0.348 0.438 4.2119558651896e-52 "0" "COX7A2" "155" 3.05689399261518e-56 -0.256774479197212 0.153 0.269 5.6518913029462e-52 "0" "NDUFV2" "156" 3.91732253212272e-56 -0.776715763858795 0.249 0.368 7.2427376296417e-52 "0" "CCL4" "157" 4.52662830338602e-56 -0.371360115711712 0.331 0.424 8.36928307013041e-52 "0" "NDUFA4" "158" 5.38150301445619e-56 -0.268095091937362 0.169 0.285 9.94986092342805e-52 "0" "LSM7" "159" 7.57432056361526e-56 -0.369348495275456 0.343 0.438 1.40041612900683e-51 "0" "ALDOA" "160" 7.74600977473973e-56 -0.425888452921145 0.257 0.365 1.43215974725163e-51 "0" "SET" "161" 8.19311181848395e-56 -0.70606410472592 0.22 0.341 1.5148244441195e-51 "0" "IFNG" "162" 1.02444922071256e-55 -0.322799265202219 0.2 0.315 1.89410416417546e-51 "0" "H2AFZ" "163" 3.46704186649841e-55 -0.276674319364533 0.237 0.35 6.41021370696892e-51 "0" "CORO1A" "164" 5.18073269014939e-55 -0.394673390254036 0.272 0.379 9.57865667081722e-51 "0" "LDHA" "165" 1.16104437465785e-54 -0.310123421535625 0.28 0.381 2.14665494430489e-50 "0" "TMEM258" "166" 1.78568747282498e-54 -0.357879384451441 0.368 0.458 3.30155756850611e-50 "0" "ATP5I" "167" 3.51424230351726e-53 -0.257447905153872 0.221 0.333 6.49748259497307e-49 "0" "HNRNPDL" "168" 3.79052015082614e-53 -0.414560494704793 0.458 0.512 7.00829270686245e-49 "0" "CFL1" "169" 3.7979918562839e-53 -0.270847680971053 0.233 0.342 7.0221071430833e-49 "0" "UQCR10" "170" 9.92552425545101e-53 -0.423063532339779 0.211 0.317 1.83513017959034e-48 "0" "PA2G4" "171" 1.0791617277893e-52 -0.288187631743074 0.209 0.318 1.99526211850964e-48 "0" "HNRNPC" "172" 1.74046289384941e-52 -0.291490538042389 0.223 0.332 3.21794184443817e-48 "0" "SUMO2" "173" 2.42187425272971e-52 -0.330751560252183 0.194 0.302 4.47780330587197e-48 "0" "EIF5B" "174" 4.77965371877279e-52 -0.361760857688766 0.204 0.312 8.83710176063902e-48 "0" "C1QBP" "175" 7.73460640737748e-52 -0.474279738202705 0.314 0.41 1.43005137866002e-47 "0" "RAN" "176" 1.17156931204227e-51 -0.271623530593141 0.16 0.269 2.16611450103495e-47 "0" "MRPL20" "177" 2.1858095819121e-51 -0.274251734069514 0.229 0.339 4.04134333599727e-47 "0" "HMGN2" "178" 4.48744708042918e-51 -0.270079843429779 0.273 0.376 8.29684090700551e-47 "0" "COX5B" "179" 1.53440329779468e-50 -0.280682689886551 0.189 0.298 2.83695825729259e-46 "0" "HMGN1" "180" 1.60003775217733e-50 -0.250462465090953 0.263 0.367 2.95830980000067e-46 "0" "NDUFA3" "181" 2.46929607732403e-50 -0.272295082350303 0.216 0.322 4.56548151736441e-46 "0" "ATP5D" "182" 1.91890364098831e-48 -0.327609591826786 0.387 0.464 3.54786094182328e-44 "0" "MT-ND5" "183" 5.2878031708486e-48 -0.558887019744273 0.417 0.474 9.77661928258198e-44 "0" "YBX1" "184" 6.35954211025386e-48 -0.256195380715705 0.134 0.238 1.17581574076484e-43 "0" "PFDN2" "185" 2.96291784536954e-47 -0.371316722480566 0.211 0.316 5.47813880430374e-43 "0" "S100A4" "186" 4.07817443258387e-47 -0.56268364964704 0.139 0.246 7.54013670840432e-43 "0" "CCL2" "187" 1.45453756147962e-46 -0.491470083024013 0.235 0.337 2.68929449741968e-42 "0" "MT2A" "188" 5.07761391207068e-46 -0.556706905468924 0.351 0.426 9.38800036202747e-42 "0" "NCL" "189" 1.33718469072751e-45 -0.308782310799086 0.247 0.343 2.4723207746861e-41 "0" "TRMT112" "190" 2.25741237776257e-45 -0.254340980308662 0.144 0.245 4.17372974524521e-41 "0" "METAP2" "191" 3.78446484753457e-45 -0.317062252570742 0.348 0.431 6.99709705660667e-41 "0" "COX6C" "192" 5.60152636659225e-45 -0.321583591062266 0.213 0.31 1.03566620991924e-40 "0" "CBX3" "193" 1.26416276051342e-43 -0.686378072077265 0.482 0.513 2.33731052791326e-39 "0" "HSP90AB1" "194" 3.62047580372398e-42 -0.382386594252759 0.373 0.438 6.69389771350526e-38 "0" "HSPA8" "195" 5.99596111562884e-42 -0.275036057243248 0.231 0.324 1.10859325066862e-37 "0" "UQCRH" "196" 6.11828356482592e-42 -0.357480977829736 0.551 0.575 1.13120944830066e-37 "0" "MT-ND1" "197" 2.30806233634678e-41 -0.446688721099039 0.641 0.618 4.26737645367155e-37 "0" "ATP5E" "198" 3.70179830298401e-41 -0.316153340692315 0.286 0.37 6.84425488238713e-37 "0" "APRT" "199" 3.70589369067816e-40 -0.548533570579345 0.163 0.263 6.85182684469485e-36 "0" "IL8" "200" 7.91313326517155e-40 -0.28982889143628 0.322 0.398 1.46305920939757e-35 "0" "C14orf2" "201" 6.10425357310512e-39 -0.273859167586738 0.254 0.34 1.12861544313141e-34 "0" "TBCA" "202" 1.20699553506684e-38 -0.306284566313534 0.318 0.394 2.23161404478508e-34 "0" "SLC25A6" "203" 2.19568809555645e-38 -0.423536845743231 0.082 0.169 4.05960771987432e-34 "0" "IL1B" "204" 1.66076504766061e-37 -0.38082300118929 0.388 0.45 3.0705884966197e-33 "0" "HMGB1" "205" 2.55097611434958e-37 -0.274182047614325 0.285 0.366 4.71649973782094e-33 "0" "NDUFS5" "206" 1.23820278298885e-36 -0.36339620058558 0.447 0.486 2.28931312546809e-32 "0" "SRP14" "207" 2.15156488975611e-36 -0.539029994195355 0.701 0.648 3.97802832467007e-32 "0" "PFN1" "208" 3.20592263065644e-36 -0.383919730263981 0.834 0.739 5.92743035182069e-32 "0" "MT-CO1" "209" 5.41008178335453e-36 -0.352206077310109 0.687 0.651 1.00027002092442e-31 "0" "MT-ATP6" "210" 6.60767248494975e-36 -0.346432965306188 0.653 0.627 1.22169256574236e-31 "0" "HLA-A" "211" 7.43354539370305e-36 -0.434271157508713 0.474 0.506 1.37438820784176e-31 "0" "PPIA" "212" 9.67235557707612e-36 -0.266244018727671 0.297 0.372 1.7883218226456e-31 "0" "CALM1" "213" 5.34331683144657e-35 -0.250104753495195 0.987 0.867 9.87925848966156e-31 "0" "RPS29" "214" 1.0774769643116e-34 -0.629040272228901 0.45 0.483 1.99214715931571e-30 "0" "MIF" "215" 2.56339148901903e-34 -0.409540564367696 0.441 0.484 4.73945452404728e-30 "0" "HNRNPA1" "216" 5.78972718180923e-34 -0.821371302226759 0.884 0.819 1.07046265864471e-29 "0" "FTH1" "217" 4.3547800446393e-32 -0.391451837330493 0.748 0.67 8.0515528245336e-28 "0" "HLA-B" "218" 3.96992370036092e-31 -0.353460114649275 0.085 0.161 7.3399919295973e-27 "0" "CXCL1" "219" 1.95964070782327e-28 -0.371154529770385 0.982 0.864 3.62317970469444e-24 "0" "RPS18" "220" 1.49796257423098e-26 -0.281892704922422 0.956 0.758 2.76958300349566e-22 "0" "RPL39" "221" 2.17903037728766e-26 -0.420309916536697 0.888 0.765 4.02880926456715e-22 "0" "MT-CO2" "222" 2.36489437293364e-26 -0.259824532996825 0.149 0.221 4.37245320611701e-22 "0" "HIST1H4C" "223" 6.28844139422314e-26 -0.368722399925563 0.748 0.671 1.16266992937792e-21 "0" "MT-ND4" "224" 2.30020037202363e-24 -0.308884145574942 0.954 0.782 4.25284046783449e-20 "0" "RPS6" "225" 6.75713153028185e-24 -0.270265096006347 0.457 0.48 1.24932604863381e-19 "0" "OST4" "226" 1.43410783628947e-23 -0.306028478146599 0.637 0.602 2.6515219785156e-19 "0" "HLA-C" "227" 5.98300638222466e-23 -0.331505274984028 0.519 0.524 1.10619805000952e-18 "0" "ATP5L" "228" 1.26969921879322e-22 -0.397788623087485 0.653 0.604 2.34754688562679e-18 "0" "EIF1" "229" 2.11842501339511e-22 -0.260296423516287 0.942 0.748 3.91675600726623e-18 "0" "RPL23A" "230" 3.93088100958568e-22 -0.275194529432903 0.296 0.346 7.26780589862296e-18 "0" "NAP1L1" "231" 6.71135255810055e-22 -0.264916390760021 0.928 0.731 1.24086197446721e-17 "0" "RPS25" "232" 1.06580937744131e-21 -0.308398649477755 0.959 0.799 1.97057495795124e-17 "0" "RPL36" "233" 1.72152119418303e-21 -0.277424994633113 0.383 0.421 3.182920535925e-17 "0" "SNRPD2" "234" 6.07171579228569e-21 -0.270656530359379 0.963 0.79 1.1225995328357e-16 "0" "RPS27A" "235" 2.07777186722544e-20 -0.26817969615086 0.937 0.759 3.84159240531312e-16 "0" "RPL35A" "236" 5.854916808244e-20 -0.250249391921771 0.227 0.281 1.08251556867623e-15 "0" "CD2" "237" 9.93100627219989e-20 -0.295903642804883 0.958 0.798 1.83614374966704e-15 "0" "RPLP2" "238" 3.10211842177165e-19 -0.620187236365394 0.892 0.742 5.73550675001361e-15 "0" "ACTB" "239" 3.29369362891691e-19 -0.32376547098709 0.972 0.81 6.08971015050447e-15 "0" "RPL13A" "240" 1.27288685870111e-17 -0.291246372064646 0.959 0.8 2.35344051305247e-13 "0" "RPS28" "241" 1.80100250880502e-17 -0.877113657537076 0.879 0.767 3.32987353852961e-13 "0" "FTL" "242" 2.25937338618329e-17 -0.318901438437933 0.935 0.74 4.17735545371428e-13 "0" "RPL7" "243" 2.3062723213221e-17 -0.267425544759815 0.925 0.744 4.26406689489243e-13 "0" "RPS4X" "244" 7.00220814516743e-17 -0.358962240902513 0.951 0.78 1.29463826396001e-12 "0" "RPS12" "245" 9.38962410244295e-17 -0.27106607852442 0.942 0.768 1.73604760030068e-12 "0" "RPL11" "246" 1.61218346667503e-16 -0.549578807918422 0.916 0.797 2.98076601153547e-12 "0" "TMSB10" "247" 3.45563588470768e-16 -0.268164495362284 0.801 0.592 6.38912518723603e-12 "0" "NBEAL1" "248" 3.68485937031751e-16 -0.296162218419816 0.897 0.705 6.81293648978004e-12 "0" "RPL12" "249" 1.07501197296374e-15 -0.294189267243555 0.677 0.624 1.98758963681266e-11 "0" "MT-ND2" "250" 3.56773656321541e-15 -0.287140299796459 0.896 0.722 6.59638813172897e-11 "0" "RPS3A" "251" 5.81415321370811e-15 -0.293979471599657 0.88 0.75 1.07497878768249e-10 "0" "MT-CO3" "252" 2.94127946810356e-14 -0.323151560194609 0.473 0.47 5.43813160857667e-10 "0" "HINT1" "253" 1.15854996571523e-13 -0.302644260557228 0.974 0.837 2.14204303161089e-09 "0" "RPL10" "254" 1.39270910812631e-13 -0.297813582837283 0.945 0.774 2.57497987001474e-09 "0" "RPS3" "255" 1.40599951978278e-13 -0.335428829721467 0.93 0.747 2.59955251212637e-09 "0" "RPS13" "256" 1.83267467537208e-12 -0.412442125412956 0.931 0.751 3.38843220729544e-08 "0" "RPS8" "257" 1.89506671666754e-12 -0.385457833034435 0.859 0.654 3.50378885244661e-08 "0" "RPS21" "258" 2.7779229084289e-12 -0.382688552879436 0.663 0.604 5.13610166539419e-08 "0" "TMA7" "259" 5.45880795432477e-12 -0.387260685331719 0.941 0.769 1.00927900267511e-07 "0" "RPS23" "260" 1.45506125303169e-11 -0.329195217870131 0.943 0.761 2.6902627507303e-07 "0" "RPL27A" "261" 1.68937479070432e-11 -0.329220867929778 0.963 0.793 3.12348505053322e-07 "0" "RPS15" "262" 2.50137913061825e-11 -0.41812960963915 0.992 0.923 4.62479987460008e-07 "0" "B2M" "263" 4.41629469569498e-11 -0.333416390183296 0.979 0.856 8.16528726287046e-07 "0" "RPS19" "264" 5.30333882336811e-11 -0.319960802129389 0.936 0.762 9.8053431505253e-07 "0" "RPL19" "265" 8.95628002941295e-11 -0.461493162867723 0.951 0.776 1.65592661463816e-06 "0" "RPS2" "266" 1.02668279943784e-10 -0.549393261556003 0.635 0.584 1.89823382788063e-06 "0" "NPM1" "267" 1.09945104465383e-10 -0.376267071309849 0.929 0.744 2.03277503646047e-06 "0" "RPL26" "268" 1.13775711871691e-10 -0.386344456516753 0.494 0.48 2.1035991367957e-06 "0" "IL32" "269" 1.94855922238312e-10 -0.31584212514693 0.854 0.664 3.60269114626415e-06 "0" "RPL9" "270" 2.34402655076084e-10 -0.33913713321943 0.98 0.847 4.33387068970171e-06 "0" "RPL41" "271" 3.00471350052505e-10 -0.373384369766971 0.925 0.746 5.55541479112076e-06 "0" "RPL37" "272" 3.77991895658863e-10 -0.429200558702488 0.714 0.629 6.98869215883673e-06 "0" "RPS11" "273" 4.31496928206686e-10 -0.301204423169821 0.88 0.683 7.97794670561341e-06 "0" "RPS20" "274" 4.73926312495498e-10 -0.380526648469028 0.829 0.629 8.76242359172926e-06 "0" "RPL36A" "275" 1.38312602506603e-09 -0.267927539732785 0.565 0.531 2.55726170774459e-05 "0" "RPL36AL" "276" 2.01874233898222e-09 -0.321027895546995 0.567 0.535 3.73245271054423e-05 "0" "COX7C" "277" 2.9953203687356e-09 -0.392302796982214 0.96 0.816 5.53804782975525e-05 "0" "RPL18A" "278" 4.45522497619522e-09 -0.398228339644785 0.463 0.44 8.23726545848734e-05 "0" "RPSAP58" "279" 1.70178234712747e-08 -0.409696322514426 0.597 0.542 0.000314642538160397 "0" "RPSA" "280" 1.17012355716173e-07 -0.324088994275165 0.832 0.646 0.00216344144483631 "0" "RPL10A" "281" 2.5508794307424e-07 -0.362286365012762 0.629 0.563 0.00471632097949962 "0" "NACA" "282" 6.47339139917805e-07 -0.431922697028312 0.661 0.586 0.0119686533579403 "0" "RPL7A" "283" 9.32883803206403e-07 -0.279536291844038 0.424 0.417 0.0172480886374832 "0" "LDHB" "284" 1.47146931544219e-06 -0.356537972518552 0.856 0.673 0.0272059961732106 "0" "RPL14" "285" 1.79141923097672e-06 -0.492400294304369 0.717 0.641 0.0331215501615286 "0" "RPS26" "286" 1.80396288832632e-06 -0.399895743680427 0.815 0.63 0.0333534698422654 "0" "RPL17" "287" 3.06545500640356e-06 -0.498893616415231 0.75 0.643 0.0566771976133955 "0" "RPLP0" "288" 4.89531439436335e-06 -0.319186594312858 0.857 0.676 0.090509467837384 "0" "RPL18" "289" 5.68237922276464e-06 -0.303722374566776 0.863 0.686 0.105061509449696 "0" "RPL38" "290" 4.52836975027063e-05 -0.32279305815045 0.567 0.517 0.837250283127536 "0" "BTF3" "291" 0.000129273180827769 -0.430288822955361 0.698 0.606 1 "0" "RPL23" "292" 0.000233395811153643 -0.424023163701879 0.938 0.767 1 "0" "RPL35" "293" 0.000408733158986982 -0.326455339362219 0.63 0.554 1 "0" "RPL4" "294" 0.000680461240352225 -0.459229264657443 0.979 0.844 1 "0" "RPLP1" "295" 0.00137666272161369 -0.539866846238326 0.945 0.768 1 "0" "RPL37A" "296" 0.00211810142464414 -0.300849663277185 0.515 0.469 1 "0" "EEF1B2" "297" 0.006581332108073 -0.34368149111045 0.99 0.905 1 "0" "TMSB4X" "298" 0.00912335778558493 -0.593032338202868 0.925 0.75 1 "0" "PTMA" "299" 4.14797614266021e-105 -0.301879537598766 0.983 0.774 7.66919309016447e-101 "1" "RPS2" "300" 2.84965889493765e-103 -0.268856338719185 0.996 0.843 5.26873433085023e-99 "1" "RPLP1" "301" 8.0950562400866e-87 -0.271083324002022 0.979 0.763 1.49669494822961e-82 "1" "RPL35" "302" 1.19691385648308e-80 -0.264596116555852 0.907 0.621 2.21297402925156e-76 "1" "RPL17" "303" 3.94152131050388e-79 -0.392252027166287 0.976 0.766 7.28747875099063e-75 "1" "RPL37A" "304" 4.32690363674458e-79 -0.296324567443671 0.131 0.277 8.00001213397705e-75 "1" "CD63" "305" 2.0551618001382e-75 -0.425930729399569 0.102 0.241 3.79978865227551e-71 "1" "HLA-DRB1" "306" 3.23486068418137e-75 -0.259147291472216 0.978 0.75 5.98093391898294e-71 "1" "RPL28" "307" 2.91011856246789e-73 -0.512459297697595 0.163 0.301 5.38051821014689e-69 "1" "TYROBP" "308" 2.92958399811834e-70 -0.299671979455516 0.114 0.25 5.41650785412099e-66 "1" "NKG7" "309" 3.05710919483863e-68 -0.264106774033039 0.173 0.308 5.65228919033715e-64 "1" "CLIC1" "310" 1.02313857596013e-67 -0.274125419062222 0.94 0.695 1.89168091309268e-63 "1" "RPS16" "311" 6.04570506878866e-67 -0.283284187229843 0.092 0.22 1.11779041016833e-62 "1" "HLA-DPA1" "312" 2.7028279064488e-64 -0.295371990989487 0.923 0.682 4.99725851623318e-60 "1" "RPS5" "313" 9.79168912432318e-64 -0.471105163060939 0.154 0.282 1.81038540219611e-59 "1" "FCER1G" "314" 5.75486729013562e-63 -0.262193228515578 0.901 0.647 1.06401741327317e-58 "1" "RPL27" "315" 7.59210613528094e-63 -0.349665380602848 0.194 0.317 1.40370450335209e-58 "1" "PRDX1" "316" 2.39869522695139e-62 -0.338435149078864 0.225 0.345 4.43494760511042e-58 "1" "GSTP1" "317" 2.68016646296726e-62 -0.259894731736238 0.915 0.672 4.95535977338017e-58 "1" "RPL29" "318" 1.35416676596296e-61 -0.291347414552097 0.184 0.308 2.50371893358892e-57 "1" "DYNLL1" "319" 2.87220331970777e-61 -0.299009230233521 0.167 0.291 5.3104167178077e-57 "1" "COX17" "320" 1.13439051149923e-60 -0.30693771207929 0.221 0.342 2.09737461671092e-56 "1" "SRGN" "321" 3.02424869457831e-60 -0.412132575058559 0.252 0.364 5.59153341140584e-56 "1" "POMP" "322" 1.02471511227332e-58 -0.514382545283134 0.201 0.319 1.89459577108214e-54 "1" "HLA-DRA" "323" 1.79414310714004e-58 -0.286331718175581 0.148 0.267 3.31719119079122e-54 "1" "GPX1" "324" 2.00996784172692e-58 -0.261494036398573 0.142 0.261 3.7162295425689e-54 "1" "CALR" "325" 2.58361518225078e-58 -0.329811039331841 0.206 0.323 4.77684611046346e-54 "1" "SEC61B" "326" 6.02374414463855e-58 -0.251769050187816 0.16 0.28 1.11373005490222e-53 "1" "GNG5" "327" 5.69651725115745e-52 -0.28573142695735 0.943 0.715 1.0532290745665e-47 "1" "RPL15" "328" 6.51569684253314e-52 -0.282591673973582 0.897 0.647 1.20468718921595e-47 "1" "RPL6" "329" 7.05876645392863e-51 -0.251054672525461 0.142 0.252 1.30509532966686e-46 "1" "MRPL52" "330" 4.20264096864956e-50 -0.311450128740925 0.222 0.327 7.77026288693617e-46 "1" "PSMB3" "331" 6.69022360298897e-49 -0.286332083424034 0.081 0.182 1.23695544195663e-44 "1" "EIF5AL1" "332" 1.39544249858068e-46 -0.352159715703059 0.131 0.235 2.58003363562581e-42 "1" "LGALS1" "333" 9.91298585558522e-46 -0.277779606172129 0.134 0.237 1.83281195483915e-41 "1" "NPC2" "334" 3.51703874533818e-45 -0.501246673625767 0.192 0.29 6.50265293625576e-41 "1" "FABP5" "335" 3.75827167888858e-45 -0.342513511959034 0.147 0.246 6.94866850709709e-41 "1" "NME1" "336" 4.65985104630207e-45 -0.361575509809791 0.161 0.267 8.6155985995079e-41 "1" "GNLY" "337" 1.12458921931764e-44 -0.299852244187965 0.894 0.652 2.07925300759638e-40 "1" "RPS7" "338" 1.23989421796349e-43 -0.654974745172233 0.158 0.259 2.29244041959269e-39 "1" "S100A9" "339" 7.06077671372254e-42 -0.353570646376178 0.141 0.236 1.30546700660016e-37 "1" "AIF1" "340" 1.73210820140523e-41 -0.521972182473921 0.118 0.213 3.20249485357813e-37 "1" "LYZ" "341" 2.03603670105773e-41 -0.303207707309446 0.225 0.317 3.76442825658563e-37 "1" "NOP10" "342" 6.63197241276406e-41 -0.339701328027123 0.222 0.313 1.22618537939595e-36 "1" "ATP5G3" "343" 1.92770335203746e-40 -0.259512818717365 0.172 0.267 3.56413072758205e-36 "1" "COX5A" "344" 1.45739288926319e-39 -0.252560867051756 0.178 0.27 2.69457371295871e-35 "1" "COX6A1P2" "345" 1.96220303548285e-39 -0.264093808523566 0.919 0.677 3.62791719230424e-35 "1" "FAU" "346" 1.41813320422003e-38 -0.309766006566927 0.257 0.34 2.62198648128242e-34 "1" "SEC61G" "347" 8.9639476731506e-38 -0.257851069072278 0.165 0.255 1.65734428528881e-33 "1" "NDUFAB1" "348" 1.37097161540606e-37 -0.367371617045212 0.215 0.301 2.53478941972427e-33 "1" "SLIRP" "349" 3.44097422175629e-37 -0.389790465488288 0.323 0.396 6.36201723860521e-33 "1" "UQCRQ" "350" 7.8380823968494e-37 -0.302645014013884 0.288 0.364 1.44918305435349e-32 "1" "ATP5J2" "351" 1.38887820690613e-36 -0.327507791517604 0.228 0.313 2.56789691674874e-32 "1" "RBM8A" "352" 1.61651985898913e-36 -0.266320444503755 0.24 0.325 2.988783567285e-32 "1" "PARK7" "353" 4.24245846813821e-36 -0.266144043325832 0.203 0.29 7.84388146174074e-32 "1" "ERH" "354" 8.17862493010656e-36 -0.291298765662676 0.333 0.399 1.5121459633274e-31 "1" "ARPC2" "355" 8.21042909428538e-36 -0.273513412637259 0.266 0.346 1.51802623524242e-31 "1" "RBX1" "356" 2.38524796861366e-35 -0.272372935093425 0.166 0.252 4.4100849691698e-31 "1" "NHP2" "357" 4.76606301709484e-35 -0.31370081496273 0.221 0.303 8.81197391230665e-31 "1" "HNRNPM" "358" 1.49172966785287e-34 -0.451960357100663 0.969 0.746 2.75805898289318e-30 "1" "PTMA" "359" 1.52797255047054e-34 -0.291885429158758 0.293 0.365 2.82506844856499e-30 "1" "NDUFA13" "360" 1.85313945193517e-34 -0.299259391152983 0.132 0.215 3.42626953268294e-30 "1" "MIR155HG" "361" 2.85198117283284e-34 -0.26190368597263 0.185 0.269 5.27302799045064e-30 "1" "SNRPB" "362" 3.92011010181485e-34 -0.257648569752008 0.245 0.325 7.24789156724548e-30 "1" "NDUFB2" "363" 1.00989906386168e-33 -0.335720563604576 0.314 0.378 1.86720237917387e-29 "1" "POLR2L" "364" 1.08414632770453e-33 -0.300493072418831 0.807 0.589 2.0044781452929e-29 "1" "RPL5" "365" 1.55192266702646e-33 -0.26794581953982 0.236 0.315 2.86934981906522e-29 "1" "SHFM1" "366" 2.97253692629481e-33 -0.333966457106966 0.203 0.283 5.49592352302648e-29 "1" "CYCS" "367" 3.42393728275785e-33 -0.298436437656229 0.257 0.332 6.33051764209099e-29 "1" "ATP5J" "368" 5.46742683027429e-33 -0.357717682191637 0.925 0.694 1.01087254664941e-28 "1" "RPS24" "369" 6.90641041320966e-33 -0.730455860217192 0.248 0.33 1.27692622129833e-28 "1" "S100A8" "370" 9.09071540283667e-33 -0.300491013993674 0.28 0.353 1.68078237083047e-28 "1" "COX7B" "371" 2.07237964298913e-32 -0.328025334267375 0.282 0.356 3.8316227219226e-28 "1" "S100A11" "372" 2.10560810624534e-32 -0.293432657622045 0.273 0.345 3.89305882763701e-28 "1" "COX6A1" "373" 1.94061517904613e-31 -0.269685958282122 0.203 0.283 3.58800340453839e-27 "1" "SSBP1" "374" 6.71939930219916e-31 -0.281836305840996 0.257 0.33 1.2423497369836e-26 "1" "PSMB1" "375" 1.0393131540458e-30 -0.416787780021092 0.185 0.266 1.92158609051528e-26 "1" "SOD2" "376" 1.92188216682235e-30 -0.741704122525275 0.285 0.364 3.55336793823785e-26 "1" "CCL4" "377" 6.60948955757595e-30 -0.303556975783795 0.228 0.303 1.22202852430022e-25 "1" "SLC25A5" "378" 9.47396319635177e-30 -0.328784613733436 0.194 0.269 1.75164105537348e-25 "1" "RANBP1" "379" 4.65702144554005e-29 -0.333688760036203 0.179 0.251 8.610366950659e-25 "1" "DDX21" "380" 8.35553318106912e-29 -0.538849918812035 0.362 0.408 1.54485452984787e-24 "1" "TXN" "381" 2.15561210587974e-28 -0.250934119133581 0.226 0.296 3.98551122256105e-24 "1" "MINOS1" "382" 2.9622452113436e-28 -0.378543247932996 0.306 0.361 5.47689517125317e-24 "1" "PSMA7" "383" 3.88585967497593e-28 -0.266764809294773 0.213 0.286 7.184565953063e-24 "1" "CSTB" "384" 7.07369445571383e-28 -0.25162412851551 0.275 0.34 1.30785536791693e-23 "1" "TPM3" "385" 1.96777459854585e-27 -0.300145568270495 0.37 0.414 3.63821845525142e-23 "1" "CALM2" "386" 4.12217935518807e-27 -0.313367752539015 0.167 0.239 7.62149740980722e-23 "1" "IL2RA" "387" 9.42207486726202e-27 -0.366163587675719 0.342 0.388 1.74204742220807e-22 "1" "USMG5" "388" 1.02016012144914e-26 -0.299335894727824 0.26 0.324 1.88617404854732e-22 "1" "TUBB" "389" 1.92765728333115e-26 -0.26027014477574 0.295 0.358 3.56404555115096e-22 "1" "HNRNPA2B1" "390" 2.49770562197487e-26 -0.352205054829034 0.327 0.379 4.61800792446934e-22 "1" "SUB1" "391" 8.81698465125951e-26 -0.381054499002938 0.215 0.28 1.63017229217137e-21 "1" "EIF5A" "392" 1.35662293871508e-25 -0.365832047261754 0.853 0.633 2.50826015139031e-21 "1" "RPLP0" "393" 2.1342386757928e-25 -0.286839998420929 0.302 0.355 3.9459938876733e-21 "1" "PKM" "394" 7.54035602361691e-25 -0.43726673541949 0.38 0.414 1.39413642520653e-20 "1" "TUBA1B" "395" 7.60971637315613e-25 -0.329777397113249 0.44 0.457 1.40696046023284e-20 "1" "SH3BGRL3" "396" 1.38812347136547e-24 -0.352186591018576 0.317 0.374 2.56650148620761e-20 "1" "LDHA" "397" 1.76788810262695e-24 -0.452399604812412 0.426 0.454 3.26864831294697e-20 "1" "ENO1" "398" 1.79711401609468e-24 -0.255732889132213 0.266 0.327 3.32268410435745e-20 "1" "SUMO2" "399" 2.00974745532153e-24 -0.278754404891 0.231 0.295 3.71582207014398e-20 "1" "NHP2L1" "400" 3.2577608410032e-24 -0.257658656068574 0.35 0.399 6.02327401893081e-20 "1" "EMP3" "401" 9.25382255628099e-24 -0.259839906943668 0.178 0.242 1.71093925243079e-19 "1" "EIF3J" "402" 1.20949616487472e-23 -0.271098229013559 0.727 0.529 2.23623745923686e-19 "1" "RPSA" "403" 1.33511078941554e-23 -0.386788172451836 0.408 0.442 2.4684863385504e-19 "1" "EIF4A1" "404" 1.39743020641791e-23 -0.328387156336883 0.222 0.282 2.58370870864608e-19 "1" "SNRPD1" "405" 5.4482244398892e-23 -0.324845392090196 0.398 0.433 1.00732221669111e-18 "1" "ALDOA" "406" 5.80252624874206e-23 -0.256022838865761 0.167 0.231 1.07282907812992e-18 "1" "TOMM5" "407" 5.84142991263993e-23 -0.413959619043745 0.381 0.412 1.080021976548e-18 "1" "PSME2" "408" 7.91384856336672e-23 -0.26784064133183 0.376 0.414 1.46319146088087e-18 "1" "UBL5" "409" 1.03705258186804e-22 -0.381413305370347 0.602 0.573 1.91740651861582e-18 "1" "MYL6" "410" 4.63342327764881e-22 -0.256506684772828 0.999 0.922 8.56673629804488e-18 "1" "B2M" "411" 5.76906981517305e-22 -0.370763727218441 0.517 0.505 1.06664331812735e-17 "1" "OAZ1" "412" 6.45215579190371e-22 -0.379869087790254 0.278 0.328 1.19293908436508e-17 "1" "SNRPE" "413" 8.55290676998009e-22 -0.42171474152075 0.396 0.426 1.58134693270162e-17 "1" "CHCHD2" "414" 9.73302563186201e-22 -0.314905306900335 0.798 0.596 1.79953910907497e-17 "1" "RPL23" "415" 1.24978707300885e-21 -0.387384247980991 0.441 0.458 2.31073131928606e-17 "1" "ACTG1" "416" 1.25952650066662e-21 -0.261554319606119 0.332 0.375 2.32873854708251e-17 "1" "TMEM258" "417" 1.60044057745325e-21 -0.322020359022221 0.524 0.521 2.95905458365332e-17 "1" "CYBA" "418" 2.93493131975468e-21 -0.261562429463122 0.791 0.589 5.42639451709442e-17 "1" "GNB2L1" "419" 2.96814435081802e-21 -0.300335136395571 0.424 0.447 5.48780209022744e-17 "1" "UBB" "420" 3.56955686447716e-21 -0.408813840563187 0.343 0.381 6.59975368673183e-17 "1" "SNRPG" "421" 3.73089760954888e-21 -0.290527746070626 0.824 0.618 6.89805659029492e-17 "1" "RPS11" "422" 8.45007439453922e-21 -0.271816312069345 0.191 0.25 1.56233425480636e-16 "1" "PPA1" "423" 1.03721512468365e-20 -0.281702724294204 0.242 0.297 1.91770704402761e-16 "1" "EIF5B" "424" 3.53340222160041e-20 -0.404539392715626 0.24 0.288 6.532907367517e-16 "1" "NME1-NME2" "425" 3.93347499419302e-20 -0.268840025333638 0.288 0.338 7.27260191676348e-16 "1" "TRMT112" "426" 5.6396583593395e-20 -0.356780135748562 0.38 0.409 1.04271643405828e-15 "1" "TPI1" "427" 7.18233618062948e-20 -0.269694306094129 0.253 0.309 1.32794213643658e-15 "1" "H2AFZ" "428" 7.29850651805226e-20 -0.312516403717965 0.239 0.291 1.34942087012268e-15 "1" "SNRPF" "429" 1.23234533813707e-19 -0.753453844041472 0.345 0.395 2.27848329568162e-15 "1" "CCL3" "430" 2.67503690910608e-19 -0.46096797654219 0.291 0.333 4.94587574124622e-15 "1" "SERBP1" "431" 2.27883731096041e-18 -0.360079993948228 0.521 0.505 4.2133423042347e-14 "1" "CFL1" "432" 1.11304236248154e-17 -0.315862621900734 0.277 0.318 2.05790402399212e-13 "1" "EIF2S2" "433" 2.52996641571201e-17 -0.347036992124261 0.803 0.633 4.67765490600993e-13 "1" "RPS26" "434" 1.10978752938264e-16 -0.309420353317903 0.444 0.445 2.05188616307556e-12 "1" "TCEB2" "435" 1.70092948970416e-16 -0.56149833373615 0.398 0.416 3.14484853351402e-12 "1" "HSPE1" "436" 3.78590258950112e-15 -0.381761147427472 0.27 0.306 6.99975529772862e-11 "1" "HSPD1" "437" 4.58460772837516e-15 -0.3026470332967 0.264 0.305 8.47648122899283e-11 "1" "C1QBP" "438" 4.64460000897633e-15 -0.273334594171456 0.586 0.428 8.58740095659633e-11 "1" "RPSAP58" "439" 5.69243015605465e-15 -0.318296953398725 0.422 0.43 1.05247341155294e-10 "1" "COX7A2" "440" 1.2942829118169e-14 -0.365706335247204 0.568 0.537 2.39299967565827e-10 "1" "H3F3B" "441" 2.29817289211296e-14 -0.273763472855792 0.418 0.429 4.24909186022764e-10 "1" "COX6B1" "442" 3.44928636072261e-13 -0.304297539232717 0.411 0.415 6.37738555234004e-09 "1" "NDUFA4" "443" 3.80381420060556e-13 -0.324260055810817 0.459 0.458 7.03287207549962e-09 "1" "PSME1" "444" 4.70013570360639e-13 -0.416677346807519 0.388 0.402 8.69008090239786e-09 "1" "RAN" "445" 8.59929033081818e-13 -0.328426795882399 0.755 0.577 1.58992278926497e-08 "1" "RPL7A" "446" 9.63587177676717e-13 -0.257279299487764 0.731 0.552 1.78157633280648e-08 "1" "NACA" "447" 2.07215610442846e-12 -0.437859183967513 0.734 0.574 3.83120942147778e-08 "1" "NPM1" "448" 2.38541001971392e-12 -0.384382826571935 0.461 0.451 4.41038458544906e-08 "1" "S100A6" "449" 1.27161320746614e-11 -0.265756393460468 0.275 0.304 2.35108565928414e-07 "1" "CBX3" "450" 1.95387133202747e-11 -0.289019140999028 0.453 0.449 3.6125127057856e-07 "1" "ATP5I" "451" 2.17955677838348e-11 -0.507700348160244 0.196 0.24 4.02978252755322e-07 "1" "CCL2" "452" 6.93121434428399e-11 -0.409214493134101 0.578 0.518 1.28151222011467e-06 "1" "CD74" "453" 2.21318892363066e-10 -0.255686055987072 0.345 0.364 4.09196500090072e-06 "1" "APRT" "454" 2.46242633123042e-10 -0.611603519575517 0.637 0.575 4.55278004381193e-06 "1" "GAPDH" "455" 1.49234254087677e-09 -0.531747536846143 0.459 0.438 2.75919212382706e-05 "1" "HSP90AA1" "456" 2.33735205242711e-09 -0.354059490189323 0.292 0.309 4.32153020973248e-05 "1" "PA2G4" "457" 4.74454636688518e-09 -0.499515003270136 0.221 0.257 8.77219177773402e-05 "1" "IL8" "458" 1.00611047181321e-08 -0.377815145709142 0.128 0.164 0.000186019765133545 "1" "IL1B" "459" 2.94341430261712e-08 -0.490100138673844 0.962 0.735 0.00054420787041088 "1" "ACTB" "460" 3.95775688047727e-08 -0.311108438882545 0.122 0.157 0.000731749669631442 "1" "CXCL1" "461" 8.20573016303373e-08 -0.412258345888102 0.31 0.329 0.00151715744984331 "1" "MT2A" "462" 1.18892489196905e-07 -0.346159561507289 0.354 0.354 0.00219820323276158 "1" "SET" "463" 1.22173795378391e-07 -0.308671668062662 0.444 0.431 0.00225887130275107 "1" "HSPA8" "464" 1.67147338324444e-07 -0.263752253271225 0.206 0.232 0.00309038713828065 "1" "LTA" "465" 2.21324366629384e-07 -0.428570840285825 0.96 0.793 0.00409206621461068 "1" "TMSB10" "466" 5.28002873729281e-06 -0.298926181032496 0.525 0.478 0.0976224513238067 "1" "SRP14" "467" 9.30673156996939e-06 -0.335753581205308 0.701 0.605 0.172072159997164 "1" "SERF2" "468" 1.8500183848675e-05 -0.776209708279604 0.938 0.762 0.342049899178153 "1" "FTL" "469" 3.70190736932624e-05 -0.290630066397018 0.759 0.595 0.684445653514729 "1" "TMA7" "470" 6.62432734435215e-05 -0.309788821761138 0.47 0.441 1 "1" "HMGB1" "471" 9.89120635860847e-05 -0.368002285359602 0.555 0.497 1 "1" "PPIA" "472" 0.00041950083987556 -0.613075500483769 0.323 0.33 1 "1" "IFNG" "473" 0.000995065441113476 -0.258571955242685 0.3 0.307 1 "1" "S100A4" "474" 0.00150622722818465 -0.462376159864653 0.52 0.463 1 "1" "YBX1" "475" 0.00152870994868168 -0.691697864039181 0.943 0.813 1 "1" "FTH1" "476" 0.00250676752679845 -0.355894522149197 0.729 0.609 1 "1" "ATP5E" "477" 0.00952244536108197 -0.264671540725528 0.855 0.659 1 "1" "HLA-B" "478" 0 0.777431532357304 0.679 0.226 0 "2" "GNLY" "479" 0 0.665542438695299 0.689 0.228 0 "2" "CCL5" "480" 0 0.327282578376969 0.656 0.206 0 "2" "NKG7" "481" 0 0.301898954656592 0.395 0.066 0 "2" "GZMA" "482" 1.55001981655464e-102 -0.546778633765667 0.267 0.456 2.86583163882787e-98 "2" "RPSAP58" "483" 4.85870742112862e-102 -0.600497282588187 0.541 0.617 8.9832641509247e-98 "2" "NBEAL1" "484" 9.35932637050558e-97 -0.577100131768427 0.599 0.669 1.73044585264278e-92 "2" "RPL10A" "485" 1.37114027464072e-96 -0.61736968297348 0.736 0.722 2.53510125378322e-92 "2" "RPL12" "486" 2.31715616775525e-95 -0.507039055628735 0.105 0.297 4.28419003856269e-91 "2" "NME1-NME2" "487" 1.17459907218467e-94 -0.522586382338292 0.515 0.62 2.17171622456223e-90 "2" "RPL22" "488" 1.86707335362902e-89 -0.486795033425526 0.286 0.468 3.45203192352469e-85 "2" "LTB" "489" 1.75686101057439e-88 -0.715433655571635 0.829 0.763 3.248260322451e-84 "2" "RPS8" "490" 1.21344481046555e-86 -0.610716663269848 0.323 0.479 2.24353811006976e-82 "2" "YBX1" "491" 7.65311103631386e-86 -0.618734157489164 0.805 0.762 1.41498369950407e-81 "2" "RPS13" "492" 2.6602537107106e-85 -0.372442391456583 0.172 0.354 4.91854308573283e-81 "2" "NAP1L1" "493" 8.74750917931412e-85 -0.390346615964458 0.139 0.318 1.61732697216339e-80 "2" "PRDX1" "494" 1.04981520363625e-84 -0.617020222168902 0.246 0.416 1.94100333000306e-80 "2" "TXN" "495" 3.46468596889707e-84 -0.638864236772283 0.686 0.706 6.40585788789379e-80 "2" "RPS5" "496" 9.06367280785299e-84 -0.461450179308594 0.329 0.484 1.67578246544394e-79 "2" "EEF1B2" "497" 3.44426037052026e-83 -0.572118865982953 0.664 0.684 6.36809299905491e-79 "2" "RPL9" "498" 4.69490616851547e-83 -0.553608760690164 0.143 0.321 8.68041201496826e-79 "2" "HLA-DRA" "499" 7.26315139477911e-83 -0.477983011070987 0.451 0.57 1.34288406138071e-78 "2" "RPL4" "500" 1.43513275357611e-82 -0.725086930731638 0.854 0.789 2.65341694808688e-78 "2" "RPS2" "501" 1.65545483779661e-82 -0.323035197365462 0.093 0.268 3.06077044960215e-78 "2" "GPX1" "502" 4.21398500242542e-82 -0.581886532311645 0.521 0.615 7.79123687098436e-78 "2" "RPL5" "503" 1.3771553409332e-80 -0.558396832278846 0.733 0.726 2.54622250985139e-76 "2" "RPL8" "504" 2.38944793669117e-79 -0.536982056195044 0.441 0.555 4.4178502901483e-75 "2" "RPSA" "505" 7.27122181451235e-79 -0.573208206020832 0.535 0.621 1.34437620128519e-74 "2" "RPL23" "506" 9.63808116985956e-79 -0.649143962055843 0.485 0.596 1.78198482749533e-74 "2" "NPM1" "507" 5.37102463149416e-76 -0.352988344844223 0.09 0.256 9.93048744116956e-72 "2" "PPA1" "508" 1.75995649848592e-75 -0.531333030208686 0.697 0.703 3.25398357005061e-71 "2" "RPL38" "509" 3.95662722175688e-75 -0.397104648241437 0.092 0.256 7.31540807030629e-71 "2" "DDX21" "510" 2.65599999424267e-74 -0.726881915046298 0.398 0.518 4.91067838935527e-70 "2" "HSP90AB1" "511" 2.71033967740709e-73 -0.642955065291957 0.269 0.425 5.01114702955797e-69 "2" "HSPE1" "512" 3.80957360804532e-73 -0.624178031466339 0.878 0.77 7.04352064391499e-69 "2" "RPL39" "513" 6.36366652568836e-73 -0.549349050015278 0.713 0.701 1.17657830393452e-68 "2" "RPS20" "514" 2.59409030100449e-72 -0.63771882984364 0.635 0.649 4.7962135575272e-68 "2" "RPL36A" "515" 3.82892424707644e-72 -0.638463519474268 0.675 0.674 7.07929804041964e-68 "2" "RPS21" "516" 8.03590864697285e-72 -0.503433712719038 0.269 0.421 1.48575914973881e-67 "2" "TUBA1B" "517" 1.37007025251116e-71 -0.61372331813348 0.727 0.717 2.53312288986788e-67 "2" "RPS16" "518" 5.84381198647764e-71 -0.4164872135993 0.143 0.305 1.08046239817985e-66 "2" "SLIRP" "519" 3.99599506585339e-70 -0.50819003807848 0.54 0.613 7.38819527725634e-66 "2" "GNB2L1" "520" 4.22747035402671e-70 -0.554611454555652 0.764 0.731 7.81616993755998e-66 "2" "RPS9" "521" 7.95419078067338e-70 -0.355400015052435 0.203 0.361 1.4706503334387e-65 "2" "PKM" "522" 9.47618258814331e-70 -0.948424585471871 0.805 0.776 1.75205139872182e-65 "2" "FTL" "523" 1.17254379432029e-69 -0.396380565371171 0.273 0.428 2.16791622131879e-65 "2" "LDHB" "524" 2.6228944188168e-69 -0.343828896839508 0.168 0.328 4.84946949095038e-65 "2" "PSMB3" "525" 2.82149146745174e-69 -0.283680922348229 0.104 0.261 5.21665557417152e-65 "2" "GADD45GIP1" "526" 7.16414680091761e-69 -0.287655060961916 0.105 0.261 1.32457910202166e-64 "2" "CALR" "527" 1.01814815527074e-68 -0.621551985167249 0.629 0.655 1.88245412428006e-64 "2" "RPLP0" "528" 5.14740863649433e-68 -0.639162008678215 0.914 0.824 9.51704382801436e-64 "2" "RPL18A" "529" 5.56508694903963e-68 -0.547095912063959 0.858 0.779 1.02892892600794e-63 "2" "RPL11" "530" 7.53853916759221e-68 -0.461160433043601 0.308 0.448 1.39380050669612e-63 "2" "EIF4A1" "531" 1.22304636475797e-67 -0.639362015301563 0.858 0.78 2.26129042380101e-63 "2" "RPS23" "532" 3.83481930993603e-67 -0.582106655437603 0.854 0.778 7.09019742214073e-63 "2" "EEF1A1" "533" 5.23529977721429e-67 -0.394586954059451 0.088 0.238 9.6795457580915e-63 "2" "AIF1" "534" 6.10934608154853e-67 -0.585924451666049 0.654 0.671 1.12955699701751e-62 "2" "RPL27" "535" 1.11635354930076e-66 -0.375961321793311 0.092 0.243 2.06402607730217e-62 "2" "IL2RA" "536" 7.52708079233096e-66 -0.460927008663592 0.16 0.314 1.39168196769407e-61 "2" "HSPD1" "537" 1.47000833413699e-65 -0.419017848409518 0.646 0.66 2.71789840898589e-61 "2" "TPT1" "538" 1.55968521516602e-65 -0.30875515580721 0.192 0.349 2.88370199432045e-61 "2" "SOD1" "539" 5.34920952123685e-65 -0.391997373117899 0.135 0.287 9.89015348381482e-61 "2" "SNRPD1" "540" 7.54675490214806e-65 -0.2719324859644 0.092 0.241 1.39531951385815e-60 "2" "MRPL23" "541" 9.41021683374342e-65 -0.483060856872209 0.282 0.419 1.73985499039082e-60 "2" "PSME2" "542" 9.84039564391724e-65 -0.578854147145763 0.939 0.831 1.81939075060386e-60 "2" "RPL32" "543" 1.00035987423276e-64 -0.317279783551088 0.104 0.254 1.84956537146894e-60 "2" "NHP2" "544" 1.39137880382696e-64 -0.580814649112521 0.887 0.809 2.57252027039566e-60 "2" "RPL36" "545" 7.37712482878952e-64 -0.638018692120084 0.88 0.79 1.36395660959489e-59 "2" "RPS12" "546" 7.41508001661585e-64 -0.674199160324112 0.373 0.488 1.3709741442721e-59 "2" "MIF" "547" 1.05057630081841e-63 -0.257995770685524 0.051 0.19 1.94241052258315e-59 "2" "WDR43" "548" 1.34053387723935e-63 -0.357520840011868 0.224 0.372 2.47851308562783e-59 "2" "APRT" "549" 1.55178143653134e-63 -0.538267942157101 0.531 0.594 2.86908869800279e-59 "2" "RPS10" "550" 1.55197793617132e-63 -0.398244980210431 0.291 0.424 2.86945200618715e-59 "2" "NDUFA4" "551" 3.89762944081237e-63 -0.314833855819332 0.367 0.49 7.206327073118e-59 "2" "PABPC1" "552" 4.18708538286666e-63 -0.311151630806419 0.091 0.237 7.74150216438217e-59 "2" "NPC2" "553" 4.20134764109322e-63 -0.43742931761851 0.135 0.284 7.76787165361725e-59 "2" "EIF5A" "554" 5.29453143177751e-63 -0.464870809341892 0.118 0.269 9.78905916421344e-59 "2" "SOD2" "555" 8.72045341940893e-63 -0.510759613429726 0.33 0.46 1.61232463271452e-58 "2" "ENO1" "556" 9.36001622698154e-63 -0.496558743724844 0.267 0.411 1.73057340020662e-58 "2" "RAN" "557" 1.08457657336593e-62 -0.469644925687163 0.49 0.575 2.00527362649628e-58 "2" "NACA" "558" 1.20300525008742e-62 -0.525870532907497 0.191 0.339 2.22423640688663e-58 "2" "SERBP1" "559" 1.21929753250592e-62 -0.527856878447 0.143 0.292 2.25435920785019e-58 "2" "FABP5" "560" 1.4810790312542e-62 -0.359571892104048 0.282 0.419 2.73836702088589e-58 "2" "CALM2" "561" 2.06042494342527e-62 -0.426200552660594 0.221 0.363 3.80951967789899e-58 "2" "POMP" "562" 2.91821539927348e-62 -0.421721947464974 0.253 0.394 5.39548845171674e-58 "2" "USMG5" "563" 3.75181798028541e-62 -0.379007824396486 0.125 0.272 6.93673626374969e-58 "2" "RANBP1" "564" 9.71120615080774e-62 -0.352207297216511 0.255 0.397 1.79550490522284e-57 "2" "SLC25A6" "565" 1.16156640758231e-61 -0.414488370065682 0.36 0.479 2.14762013097893e-57 "2" "HINT1" "566" 1.19426768016467e-61 -0.522791385411215 0.699 0.693 2.20808151385646e-57 "2" "RPL18" "567" 1.36176706111448e-61 -0.356054987211065 0.158 0.306 2.51777111929455e-57 "2" "SLC25A5" "568" 1.70439214410344e-61 -0.292987301953943 0.104 0.249 3.15125063523284e-57 "2" "TIMM13" "569" 3.64036883861919e-61 -0.605141978534445 0.841 0.766 6.73067794572302e-57 "2" "RPL28" "570" 3.71456785525362e-61 -0.381150240459631 0.149 0.296 6.86786450757842e-57 "2" "SNRPF" "571" 3.85231810484903e-61 -0.482009987052386 0.405 0.51 7.12255094405537e-57 "2" "PPIA" "572" 6.61326808632029e-61 -0.53917366264976 0.53 0.598 1.22272713647976e-56 "2" "RPL7A" "573" 8.35357608710807e-61 -0.383645496592171 0.165 0.312 1.54449268274541e-56 "2" "C1QBP" "574" 1.22032398239385e-60 -0.441331433891513 0.425 0.529 2.25625701104799e-56 "2" "BTF3" "575" 1.95001591635321e-60 -0.258585140840524 0.162 0.309 3.60538442774545e-56 "2" "ATP5EP2" "576" 3.45939276264061e-60 -0.440701902593367 0.19 0.334 6.39607127884622e-56 "2" "SNRPE" "577" 5.29001123673364e-60 -0.617057772728678 0.324 0.449 9.78070177559684e-56 "2" "HSP90AA1" "578" 1.05028799122923e-59 -0.452181823073432 0.367 0.488 1.94187746698372e-55 "2" "HNRNPA1" "579" 1.26942533547611e-59 -0.591770518537769 0.877 0.793 2.34704050276179e-55 "2" "RPS6" "580" 1.6869527689487e-59 -0.317743055881452 0.143 0.289 3.11900697450925e-55 "2" "CSTB" "581" 1.95010948089463e-59 -0.585154588332228 0.914 0.806 3.60555741922607e-55 "2" "RPLP2" "582" 2.14191489487485e-59 -0.269701014990948 0.073 0.21 3.96018644913411e-55 "2" "CCT6A" "583" 2.3933131486441e-59 -0.256127483408109 0.13 0.275 4.42499668052808e-55 "2" "LAMTOR5" "584" 2.58050655841972e-59 -0.578787427977842 0.299 0.428 4.77109857586222e-55 "2" "NCL" "585" 2.90799999252516e-59 -0.317934338285482 0.206 0.348 5.37660118617977e-55 "2" "RBX1" "586" 4.90145394418966e-59 -0.275981540385339 0.11 0.252 9.06229819741226e-55 "2" "MRPL52" "587" 1.0424427402228e-58 -0.316872251541141 0.105 0.246 1.92737238239793e-54 "2" "EIF3J" "588" 1.53719465433217e-58 -0.3770674682122 0.246 0.382 2.84211919639476e-54 "2" "POLR2L" "589" 1.65875208601769e-58 -0.578458469885605 0.666 0.67 3.06686673183811e-54 "2" "RPL6" "590" 1.76729388982935e-58 -0.517014372636661 0.598 0.64 3.26754967290548e-54 "2" "RPS11" "591" 1.79722709335305e-58 -0.259277427835812 0.174 0.319 3.32289317290046e-54 "2" "GPX4" "592" 1.81235850228321e-58 -0.307392167536937 0.052 0.181 3.35086963487143e-54 "2" "EIF5AL1" "593" 2.03628917086854e-58 -0.281956371331427 0.139 0.284 3.76489504801884e-54 "2" "LSM7" "594" 3.12220722221137e-58 -0.256527867617159 0.098 0.239 5.77264893314661e-54 "2" "DNAJA1" "595" 3.37698164930449e-58 -0.289424901491291 0.081 0.218 6.24370137139906e-54 "2" "RPL22L1" "596" 4.19613814631553e-58 -0.285677907580354 0.072 0.207 7.75823981872279e-54 "2" "MT1X" "597" 4.21381562171955e-58 -0.569019476190006 0.702 0.694 7.79092370299727e-54 "2" "RPL29" "598" 4.67639315056881e-58 -0.605975945414031 0.841 0.779 8.64618329608667e-54 "2" "RPL35" "599" 6.66440293373239e-58 -0.256564809610795 0.1 0.241 1.23218145841778e-53 "2" "ANP32B" "600" 7.21576225982989e-58 -0.546015386134727 0.792 0.734 1.33412228421995e-53 "2" "RPS3A" "601" 8.21906469679461e-58 -0.274169026581447 0.153 0.296 1.51962287179036e-53 "2" "HSP90B1" "602" 1.46471211167157e-57 -0.54813190852878 0.851 0.773 2.70810622326956e-53 "2" "RPL19" "603" 1.60409190846351e-57 -0.334269783776125 0.156 0.299 2.96580552955818e-53 "2" "NHP2L1" "604" 1.75425440771004e-57 -0.29901858792829 0.157 0.3 3.24344097441509e-53 "2" "MINOS1" "605" 2.3600181139748e-57 -0.472580682250122 0.254 0.386 4.36343749092802e-53 "2" "SNRPG" "606" 3.59859675795289e-57 -0.344445580532759 0.233 0.366 6.6534455457791e-53 "2" "ATP5J2" "607" 5.43617430270305e-57 -0.564876862652102 0.937 0.829 1.00509426682677e-52 "2" "RPL13" "608" 5.57323391163215e-57 -0.258332907496462 0.127 0.268 1.03043521792167e-52 "2" "SRSF7" "609" 6.06894994784053e-57 -0.28376769069553 0.079 0.213 1.12208815585624e-52 "2" "HNRNPAB" "610" 6.60902772223746e-57 -0.273997628949817 0.116 0.255 1.22194313556448e-52 "2" "NDUFS6" "611" 1.09012033717374e-56 -0.334625897975689 0.233 0.368 2.01552349140052e-52 "2" "NDUFA13" "612" 1.10649631339489e-56 -0.578845316984334 0.931 0.807 2.04580103383581e-52 "2" "RPS28" "613" 1.39561794336429e-56 -0.252445503145344 0.135 0.276 2.58035801548623e-52 "2" "NDUFA11" "614" 1.69430334711079e-56 -0.28201879748255 0.115 0.254 3.13259745847315e-52 "2" "ATP5G1" "615" 1.86201821803159e-56 -0.292336450613873 0.115 0.254 3.44268548331861e-52 "2" "PGAM1" "616" 2.02359756201708e-56 -0.289161627334783 0.221 0.363 3.74142953241339e-52 "2" "EEF2" "617" 2.32473431577792e-56 -0.298564240124667 0.188 0.327 4.2982012764418e-52 "2" "NDUFB2" "618" 2.35013308147453e-56 -0.290701606946701 0.179 0.322 4.34516105433826e-52 "2" "ATP5D" "619" 2.87155974081815e-56 -0.588064025160192 0.825 0.758 5.30922680479869e-52 "2" "RPL37" "620" 3.10826580896897e-56 -0.38455126044308 0.315 0.438 5.74687265420273e-52 "2" "ALDOA" "621" 5.24470823462591e-56 -0.271419234222065 0.114 0.252 9.69694105499984e-52 "2" "NFKBIA" "622" 5.58231296837226e-56 -0.279254192828211 0.142 0.282 1.03211384472235e-51 "2" "PRELID1" "623" 5.93006872456049e-56 -0.290676948423766 0.251 0.384 1.09641040648399e-51 "2" "ARPC3" "624" 6.70002771012137e-56 -0.435020319955841 0.228 0.364 1.23876812332434e-51 "2" "SET" "625" 1.97010572233308e-55 -0.683041258634883 0.514 0.586 3.64252847002163e-51 "2" "GAPDH" "626" 2.17524251055529e-55 -0.70974198411327 0.857 0.78 4.02180587776568e-51 "2" "RPL37A" "627" 2.68913821392502e-55 -0.365273850672302 0.112 0.247 4.97194764372598e-51 "2" "NME1" "628" 3.65845032993233e-55 -0.329508466329924 0.084 0.217 6.76410881501189e-51 "2" "MIR155HG" "629" 3.90137697886644e-55 -0.287597773011308 0.119 0.256 7.21325589622616e-51 "2" "NDUFAB1" "630" 4.99379850445618e-55 -0.476571108336802 0.679 0.672 9.23303405488903e-51 "2" "UBA52" "631" 5.20650712164466e-55 -0.424798824069076 0.27 0.398 9.62631101720881e-51 "2" "UQCRQ" "632" 6.16772660022778e-55 -0.344146759870782 0.211 0.343 1.14035097111611e-50 "2" "GSTP1" "633" 6.6486466135333e-55 -0.305439441605517 0.179 0.317 1.22926827237617e-50 "2" "SHFM1" "634" 1.01342766656566e-54 -0.306207835195472 0.187 0.325 1.87372641271325e-50 "2" "UQCRH" "635" 1.03672895442021e-54 -0.302712302795705 0.18 0.318 1.91680816382752e-50 "2" "HNRNPC" "636" 1.1677794603671e-54 -0.417636433999917 0.291 0.415 2.15910744427273e-50 "2" "TPI1" "637" 1.50550354162589e-54 -0.348120152320146 0.225 0.355 2.7835254981121e-50 "2" "COX7B" "638" 1.60706538719573e-54 -0.576500470740389 0.782 0.733 2.97130319438618e-50 "2" "RPL15" "639" 1.68292969242319e-54 -0.306569255197319 0.101 0.234 3.11156870832123e-50 "2" "TOMM5" "640" 1.92102115469508e-54 -0.404385260794454 0.255 0.383 3.55177601291573e-50 "2" "SUB1" "641" 4.03611945464457e-54 -0.331357925049046 0.183 0.318 7.46238125969235e-50 "2" "NOP10" "642" 4.64428835044258e-54 -0.411896599675158 0.104 0.237 8.58682473113329e-50 "2" "HLA-DRB1" "643" 5.57910542661546e-54 -0.613842935104205 0.748 0.713 1.03152080232693e-49 "2" "RPS24" "644" 1.06154525143451e-53 -0.421147483124195 0.236 0.365 1.96269101537726e-49 "2" "PSMA7" "645" 1.28983102484019e-53 -0.300909473485025 0.156 0.292 2.38476858182702e-49 "2" "ERH" "646" 1.40182812534811e-53 -0.680657849886442 0.966 0.869 2.59184002095613e-49 "2" "RPS18" "647" 2.12256858738599e-53 -0.367158917855347 0.181 0.314 3.92441706121795e-49 "2" "ATP5G3" "648" 2.1726429898163e-53 -0.541677194197503 0.84 0.743 4.01699962387135e-49 "2" "RPS25" "649" 2.43755679563726e-53 -0.273451383855116 0.195 0.332 4.50679875945374e-49 "2" "HNRNPDL" "650" 2.71718901264096e-53 -0.292567538257345 0.246 0.375 5.02381076547186e-49 "2" "COX5B" "651" 2.8791689043374e-53 -0.314519694541465 0.151 0.285 5.32329538722942e-49 "2" "SSBP1" "652" 2.98416167748688e-53 -0.333396872867648 0.201 0.335 5.51741652550549e-49 "2" "ATP5J" "653" 4.73980384888445e-53 -0.366788545140341 0.151 0.285 8.76342333620245e-49 "2" "CYCS" "654" 6.17823143028951e-53 -0.567389695550685 0.917 0.801 1.14229320914623e-48 "2" "RPS15" "655" 8.53920488834134e-53 -0.253013292726673 0.123 0.257 1.57881359180543e-48 "2" "PSMB6" "656" 1.81199554122147e-52 -0.2860916431929 0.134 0.267 3.35019855616438e-48 "2" "COX5A" "657" 4.60659479415147e-52 -0.263052364127349 0.133 0.267 8.51713311490666e-48 "2" "NDUFV2" "658" 5.41435580436489e-52 -0.328010065291845 0.178 0.313 1.00106024466902e-47 "2" "H2AFZ" "659" 5.88121488907426e-52 -0.430750396507529 0.186 0.316 1.08737782084094e-47 "2" "PA2G4" "660" 6.26031278010494e-52 -0.254831834034554 0.118 0.25 1.1574692299136e-47 "2" "PSMA4" "661" 6.93436582037716e-52 -0.558888746372781 0.828 0.753 1.28209489652953e-47 "2" "RPL7" "662" 1.05245822893743e-51 -0.307457619465134 0.238 0.367 1.94589001948241e-47 "2" "NDUFS5" "663" 1.69492376423912e-51 -0.538430020081229 0.087 0.213 3.13374454770171e-47 "2" "LYZ" "664" 1.71699309313552e-51 -0.346541170469605 0.174 0.304 3.17454852989826e-47 "2" "HNRNPM" "665" 2.02347150432402e-51 -0.477068549134968 0.318 0.431 3.74119646434468e-47 "2" "CHCHD2" "666" 4.80134914061651e-51 -0.254664677277272 0.198 0.333 8.87721442608586e-47 "2" "EIF3K" "667" 5.95066396745973e-51 -0.274533860766081 0.109 0.237 1.10021826094363e-46 "2" "PFDN2" "668" 6.6915893692548e-51 -0.455316469033982 0.781 0.719 1.23720795848152e-46 "2" "RPL30" "669" 7.59902828629205e-51 -0.325545836099526 0.382 0.485 1.40498433985254e-46 "2" "OST4" "670" 7.80955933587432e-51 -0.287709186180902 0.1 0.227 1.4439094256098e-46 "2" "SRM" "671" 2.36052142344154e-50 -0.371183928935426 0.35 0.452 4.36436805980106e-46 "2" "TCEB2" "672" 3.58773924194495e-50 -0.326001709175667 0.214 0.342 6.63337108443201e-46 "2" "TRMT112" "673" 4.304529393643e-50 -0.376502685306741 0.197 0.323 7.95864439590654e-46 "2" "EIF2S2" "674" 4.6048558093935e-50 -0.285516019181093 0.165 0.295 8.51391790598765e-46 "2" "DDX18" "675" 4.94560408332156e-50 -0.514552407884178 0.831 0.757 9.14392738965324e-46 "2" "RPS4X" "676" 1.11659398232645e-49 -0.280769656388405 0.139 0.268 2.06447061392337e-45 "2" "MRPL20" "677" 1.22656208393687e-49 -0.252339058354943 0.074 0.195 2.26779063699088e-45 "2" "CTSS" "678" 1.69159762579045e-49 -0.283730498994 0.152 0.281 3.12759485032395e-45 "2" "SRSF3" "679" 2.71370841617331e-49 -0.386538156344983 0.333 0.436 5.01737549066282e-45 "2" "COX7A2" "680" 2.80253471431248e-49 -0.337487803176341 0.173 0.301 5.18160643329234e-45 "2" "EIF5B" "681" 3.27420890362925e-49 -0.338207786450484 0.182 0.31 6.05368484192011e-45 "2" "CBX3" "682" 5.85018082477535e-49 -0.345578117080801 0.326 0.436 1.08163993269272e-44 "2" "COX6B1" "683" 6.76480374475867e-49 -0.257772469377335 0.163 0.291 1.25074456436843e-44 "2" "COX8A" "684" 6.89518226326787e-49 -0.275772952069553 0.093 0.217 1.2748502486556e-44 "2" "HLA-DPA1" "685" 1.07905375044947e-48 -0.251216120049345 0.15 0.278 1.99506247920603e-44 "2" "GNG5" "686" 1.48677429290585e-48 -0.468867648714044 0.605 0.621 2.74889699015363e-44 "2" "ATP5E" "687" 3.39979995196431e-48 -0.258739995042616 0.171 0.298 6.28589013118681e-44 "2" "C19orf53" "688" 5.73994524124342e-48 -0.25936500623466 0.19 0.316 1.0612584756535e-43 "2" "YWHAB" "689" 5.76352567681533e-48 -0.481115913648144 0.467 0.528 1.06561826238639e-43 "2" "CD74" "690" 8.5006997155829e-48 -0.375190189549191 0.515 0.577 1.57169437041412e-43 "2" "MT-ND1" "691" 8.70695110979486e-48 -0.33736886152502 0.321 0.43 1.60982819068997e-43 "2" "COX6C" "692" 8.96084375892113e-48 -0.370517116110075 0.239 0.357 1.65677040258693e-43 "2" "S100A11" "693" 9.12664732646946e-48 -0.334762103874199 0.221 0.341 1.68742582419094e-43 "2" "SEC61G" "694" 1.01815109374114e-47 -0.297442812658045 0.164 0.288 1.88245955721799e-43 "2" "COX17" "695" 1.0374189682636e-47 -0.510114024126743 0.958 0.84 1.91808393042257e-43 "2" "RPL34" "696" 1.09958599328704e-47 -0.386009492188181 0.455 0.528 2.03302454298841e-43 "2" "ATP5L" "697" 1.72413619203724e-47 -0.289213250425807 0.199 0.326 3.18775540545764e-43 "2" "PARK7" "698" 3.51189890809848e-47 -0.251227554436408 0.069 0.186 6.49314989118329e-43 "2" "DUT" "699" 3.51873129278702e-47 -0.276044757063932 0.147 0.27 6.50578228723392e-43 "2" "COX6A1P2" "700" 4.05481087025847e-47 -0.304421232313025 0.238 0.36 7.49693981802088e-43 "2" "HNRNPA2B1" "701" 5.19334734057481e-47 -0.31368706645766 0.208 0.332 9.60197989798877e-43 "2" "PSMB1" "702" 7.41502784903393e-47 -0.339662204561775 0.206 0.327 1.37096449900788e-42 "2" "TUBB" "703" 8.38005249789437e-47 -0.250905718569864 0.12 0.243 1.54938790633569e-42 "2" "LSM5" "704" 2.78968178043515e-46 -0.285879775370574 0.146 0.269 5.15784264384654e-42 "2" "SNRPB" "705" 2.82621744982152e-46 -0.39838845922663 0.34 0.439 5.22539344297501e-42 "2" "HSPA8" "706" 4.62974778409818e-46 -0.25119130832889 0.126 0.248 8.55994067801913e-42 "2" "SNRPB2" "707" 4.79398431211645e-46 -0.600532856808045 0.683 0.645 8.8635975946721e-42 "2" "RPL17" "708" 5.96584686220453e-46 -0.29663756698617 0.586 0.616 1.103025426353e-41 "2" "PFDN5" "709" 2.42145783711608e-45 -0.328581384802976 0.203 0.32 4.47703339504392e-41 "2" "SEC61B" "710" 2.4626883021895e-45 -0.353261254353671 0.598 0.632 4.55326440191816e-41 "2" "MT-ND2" "711" 3.9

DanSchnell commented 5 years ago

Hi Onur,

I only see markers for clusters 0, 1 and 2--maybe the file was truncated due to size.

There appears to be > 50 for each of the first 3 clusters.

Do you think the 28 clusters are reasonably unique? With just a quick scan I see the same marker in > 1 cluster.

Did the run of this sample generate the heatmap of the inter-cluster correlations (red & yellow blocks, in the plot window if you are using RStudio)? If so, please attach it to your response.

Three things that I think that you could try: 1) The default value of the rhop parameter is 1.0. Try the values 1.75 and 0.5 and see if it runs for either (or at least gets farther). 2) Reduce number of markers for each cluster to 50, or even 25, making sure that each cluster has at least 5 markers--if not, might need to decrease the number of clusters. 3) Subset the data to say the cells from the 5 largest clusters and run DoubletDecon to see if it runs all the way through. If it does, add more clusters. If it doesn't, there may be a problem with the input file(s).

Let me know what you try and please attach the cluster correlation heatmap if it is produced.

Best, Dan

DanSchnell commented 5 years ago

Attached is an example of the heatmap that I'm talking about. Blacklist_11clusters.pdf

onurdanaci commented 5 years ago

Hi,

For examples, one of the data sets that I'm analyzing is Satija group's (Seurat) Four.Cell.12.HTO dataset, it's among 3 data sets that DoubletDecon hit a snag: https://satijalab.org/seurat/v3.0/hashing_vignette.html

-So, basically, my expression file is their hto12.umis after CLR normalizing, scaling, clustering, finding features, PCA, UMAP etc -The clusters are from that seurat file -My Top50Genes file is right now implements the text file you sent me over All Markers (output of FindAllMarkers)

In order to get heatmaps and step-by-step debugging I downloaded each of your function files, and I go one step at a time. When I try to obtain Blacklist_Groups function output, here is what i get:

[1] "Unable to perform mcl function for blacklist clustering, please try a different rhop."

Error in Blacklist_Groups(data, groups, rhop, centroid_flag, log_file_name): Traceback:

  1. Blacklist_Groups(data, groups, rhop, centroid_flag, log_file_name)
  2. stop() # at line 50 of file

The heatmaps for rhop=0.5 [image: image.png] rhop=0.75 [image: image.png] rhop=1 [image: image.png] rhop=1.5 [image: image.png] rhop=2 [image: image.png] rhop=2.5 [image: image.png] rhop=3 [image: image.png]

On Mon, Aug 12, 2019 at 1:44 PM DanSchnell notifications@github.com wrote:

Attached is an example of the heatmap that I'm talking about. Blacklist_11clusters.pdf https://github.com/EDePasquale/DoubletDecon/files/3493679/Blacklist_11clusters.pdf

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EDePasquale/DoubletDecon/issues/11?email_source=notifications&email_token=AMG5P5VLJSPL6NCHB35RHRTQEGOP5A5CNFSM4IJ3QVEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4DJEOI#issuecomment-520524345, or mute the thread https://github.com/notifications/unsubscribe-auth/AMG5P5QDS4AIUR6IEHBIPQDQEGOP5ANCNFSM4IJ3QVEA .

DanSchnell commented 5 years ago

Hi Onur,

For some reason the heatmaps that you attached do not seem to be accessible. Could you please attach them to another reply? Otherwise, you can send them directly to me @ Daniel.Schnell@cchmc.org

Best, Dan

onurdanaci commented 5 years ago

And, for the same data, when I add the 5 largest clusters it still isn't working.

rhop=1.1 [image: image.png] rhop=0.75 [image: image.png] rhop=0.5 [image: image.png]

rhop=1.4 [image: image.png] and all rhops above 1.4 leads to infinity. and you can't get any results

On Fri, Aug 16, 2019 at 2:30 PM Onur Danaci onur.danaci.ai@gmail.com wrote:

Hi,

For examples, one of the data sets that I'm analyzing is Satija group's (Seurat) Four.Cell.12.HTO dataset, it's among 3 data sets that DoubletDecon hit a snag: https://satijalab.org/seurat/v3.0/hashing_vignette.html

-So, basically, my expression file is their hto12.umis after CLR normalizing, scaling, clustering, finding features, PCA, UMAP etc -The clusters are from that seurat file -My Top50Genes file is right now implements the text file you sent me over All Markers (output of FindAllMarkers)

In order to get heatmaps and step-by-step debugging I downloaded each of your function files, and I go one step at a time. When I try to obtain Blacklist_Groups function output, here is what i get:

[1] "Unable to perform mcl function for blacklist clustering, please try a different rhop."

Error in Blacklist_Groups(data, groups, rhop, centroid_flag, log_file_name): Traceback:

  1. Blacklist_Groups(data, groups, rhop, centroid_flag, log_file_name)
  2. stop() # at line 50 of file

The heatmaps for rhop=0.5 [image: image.png] rhop=0.75 [image: image.png] rhop=1 [image: image.png] rhop=1.5 [image: image.png] rhop=2 [image: image.png] rhop=2.5 [image: image.png] rhop=3 [image: image.png]

On Mon, Aug 12, 2019 at 1:44 PM DanSchnell notifications@github.com wrote:

Attached is an example of the heatmap that I'm talking about. Blacklist_11clusters.pdf https://github.com/EDePasquale/DoubletDecon/files/3493679/Blacklist_11clusters.pdf

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EDePasquale/DoubletDecon/issues/11?email_source=notifications&email_token=AMG5P5VLJSPL6NCHB35RHRTQEGOP5A5CNFSM4IJ3QVEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4DJEOI#issuecomment-520524345, or mute the thread https://github.com/notifications/unsubscribe-auth/AMG5P5QDS4AIUR6IEHBIPQDQEGOP5ANCNFSM4IJ3QVEA .

EDePasquale commented 5 years ago

Hi,

I've been following along with Dan trying to get this solved behind the scenes -- hopefully we can get this bug tracked down and corrected ASAP!

Would you be willing to get to the point in the Blacklist_Groups() function where mcl() is called -- Step #5, I believe, run the following commands, and post the results?

Additionally, if you don't mind, I think it would be helpful if I could get the head of your processed expression data after you ran Seurat_Pre_Process()? Sometimes there are unexpected errors in processing that can cause unintended downstream effects. As such, checking the versions of packages you are using (with sessionInfo) and the version of Seurat you are using (if you would be so kind), may give me an idea what is going wrong.

Thank you for bringing this to our attention, we will try to get it fixed soon!

Erica (careyea@mail.uc.edu)

onurdanaci commented 4 years ago

Hi,

Sorry, I am not legally allowed to disclose any part of that data.

Best, Onur

On Fri, Aug 16, 2019 at 5:50 PM EDePasquale notifications@github.com wrote:

Hi,

I've been following along with Dan trying to get this solved behind the scenes -- hopefully we can get this bug tracked down and corrected ASAP!

Would you be willing to get to the point in the Blacklist_Groups() function where mcl() is called -- Step #5 https://github.com/EDePasquale/DoubletDecon/issues/5, I believe, run the following commands, and post the results?

  • sessionInfo()
  • class(blacklist)
  • dim(blacklist)
  • blacklist

Additionally, if you don't mind, I think it would be helpful if I could get the head of your processed expression data after you ran Seurat_Pre_Process()? Sometimes there are unexpected errors in processing that can cause unintended downstream effects. As such, checking the versions of packages you are using (with sessionInfo) and the version of Seurat you are using (if you would be so kind), may give me an idea what is going wrong.

Thank you for bringing this to our attention, we will try to get it fixed soon!

Erica

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EDePasquale/DoubletDecon/issues/11?email_source=notifications&email_token=AMG5P5RD2IGF37YHCTZ55U3QE4OI5A5CNFSM4IJ3QVEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4PZBAY#issuecomment-522162307, or mute the thread https://github.com/notifications/unsubscribe-auth/AMG5P5UAH2CBPEVNYLHBQMTQE4OI5ANCNFSM4IJ3QVEA .