You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running binarization, the system automatically chooses 50PCs and 50Perplexity as the default graph and generates all expression plots in this setting. I've visualized multiple TSNEs and think that 35PCs and 35 Perplexity after binarization gives me the "best looking" plot. I have changed the scenicOptions to set this as the following:
Now, I would like to regenerate all the expression graphs in "/output/Step4_BinaryRegulonActivity_tSNE_colByActivity" to be reflective of this setting. How can I go about doing this?
This discussion was converted from issue #92 on April 11, 2022 13:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
After running binarization, the system automatically chooses 50PCs and 50Perplexity as the default graph and generates all expression plots in this setting. I've visualized multiple TSNEs and think that 35PCs and 35 Perplexity after binarization gives me the "best looking" plot. I have changed the scenicOptions to set this as the following:
scenicOptions@settings$defaultTsne$aucType <- "Binary"
scenicOptions@settings$defaultTsne$dims <- 35
scenicOptions@settings$defaultTsne$perpl <- 35
saveRDS(scenicOptions, file="int/scenicOptions.Rds")
Now, I would like to regenerate all the expression graphs in "/output/Step4_BinaryRegulonActivity_tSNE_colByActivity" to be reflective of this setting. How can I go about doing this?
Thank you very much!
Wisoo
Beta Was this translation helpful? Give feedback.
All reactions