Finally, Iโm still on lookout for my next opportunity and would love to connect with anyone in industry/biotech space! Feel free to reach out here or on the floor!
#AAIC #AAIC25
@samuelmarsh.bsky.social
Postdoc Beth Stevens Lab | Interested in Alzheimerโs disease, all things single cell, and neuroimmune | Dad ๐ง๐ถ๐ป | #scicomm #rstats | NEU โ10 & UCI โ16 https://samuel-marsh.science
Finally, Iโm still on lookout for my next opportunity and would love to connect with anyone in industry/biotech space! Feel free to reach out here or on the floor!
#AAIC #AAIC25
Come check out our whole session (starts at 4:15pm) with excellent talks from collaborators Evan Macosko, Henrik Zetterberg, Ville Leinonen, & Tarja Malm.
๐๐ฉ๐ช๐๐ฎ๐๐ฃ๐ ๐ฉ๐๐จ๐จ๐ช๐ ๐จ๐๐ข๐ฅ๐ก๐๐จ ๐๐ง๐ค๐ข ๐ง๐๐ง๐ ๐๐ค๐๐ค๐ง๐ฉ๐จ ๐ฉ๐ค ๐ก๐๐๐ง๐ฃ ๐๐๐ค๐ช๐ฉ ๐๐๐ง๐ก๐ฎ ๐จ๐ฉ๐๐๐ ๐ผ๐ฟ ๐ฅ๐๐ฉ๐๐ค๐ฅ๐๐ฎ๐จ๐๐ค๐ก๐ค๐๐ฎ.
Excited for start of AAIC!
Iโll be giving talk Tuesday afternoon on unique population of AD-relevant macrophages we have identified in CSF via scRNA-seq:
๐ฆ๐ถ๐ป๐ด๐น๐ฒ ๐๐ฒ๐น๐น ๐ง๐ฟ๐ฎ๐ป๐๐ฐ๐ฟ๐ถ๐ฝ๐๐ผ๐บ๐ถ๐ฐ๐ ๐ผ๐ณ ๐ฃ๐ฎ๐ถ๐ฟ๐ฒ๐ฑ ๐๐ฆ๐ ๐ฎ๐ป๐ฑ ๐๐น๐ผ๐ผ๐ฑ ๐๐บ๐บ๐๐ป๐ฒ ๐ฃ๐ผ๐ฝ๐๐น๐ฎ๐๐ถ๐ผ๐ป๐ ๐ฅ๐ฒ๐๐ฒ๐ฎ๐น๐ ๐จ๐ป๐ถ๐พ๐๐ฒ ๐ ๐ฎ๐ฐ๐ฟ๐ผ๐ฝ๐ต๐ฎ๐ด๐ฒ ๐ฃ๐ผ๐ฝ๐๐น๐ฎ๐๐ถ๐ผ๐ป ๐๐ถ๐๐ต ๐ฅ๐ฒ๐น๐ฒ๐๐ฎ๐ป๐ฐ๐ฒ ๐๐ผ ๐๐น๐๐ต๐ฒ๐ถ๐บ๐ฒ๐ฟ'๐ ๐๐ถ๐๐ฒ๐ฎ๐๐ฒ
scCustomize 3.0.1 now on CRAN. Hotfix release with couple of bug fixes.
Enjoy!
Implementation and validation of single-cell genomics experiments in neuroscience
www.nature.com/articles/s41...
Validation is key! This review dives into best practices for validating ssc/snRNAseq experiments. Learn about the challenges and solutions for ensuring robust and reliable findings.
3 reviews on planning, execution, & validation of transcriptomic experiments in neuroscience published in @natureportfolio.bsky.social #NatureNeuroscience.
A MUST READ if you're doing transcriptomics.
3 reviews, an amazing editorial, a beautiful cover โ this is the issue of the year!
(mini thread)
Finally, as always, I want to thank everyone who uses scCustomize. I could never have imagined it would be adopted and used by some many people and itโs really fantastic every time I read paper or see plot that was made using scCustomize.
Happy single cell analysis!!! ๐ป๐๐งฌ
20/20
As always there are a ton of bug fixes in this update here too. Thank you to everyone who has report issues on GitHub!
Thereโs more in this update too besides these highlights so check out changelog for full details!!
19/n
A number of functions have updated parameters, including `Clustered_DotPlot` which has 8!! new parameters to further customize the output plot and plot legends.
See changelog for full details on new/updated parameters in this update.
18/n
scCustomize now includes `seq_zeros` function to easily create sequences with preceding zeros. You can either specify the number of preceding zeros desired or the function will set automatically based on sequence length.
17/n
The base R `seq` family of functions has a ton of uses. However, due to the way numbers are ordered in R (and other software) it can sometimes be helpful to have preceding zeros in your number sequences in order to keep things in numerical order (e.g., 01, 02, 03, instead of 1, 2, 3).
16/n
Now hereโs two functions that arenโt limited to scRNA-seq analysis but can generally be helpful in your work in R.
First, `Split_Vector` which allows you to split a vector in a specified number of chunks or chunks of specific length.
15/n
Now we supply that to `cells` parameter of `DoHeatmap` and the result now looks like this. We can now clearly visualize the differences in expression between the identities.
To make it even easier you can also just call `Random_Cells_Downsample` from within the `DoHeatmap` call.
14/n
However, by using `Random_Cells_Downsample` we can create a plot with equal number of cells per identity for proper visualization. Here I create a down sampled cell vector of 150 cells per group (or the max number of cells for groups smaller than 150 cells)
13/n
The default cell level heatmap scales the size of each identity based on the number of cells. This can lead to heatmaps where visualizing the expression in small clusters can be nearly impossible.
12/n
This update also contains new feature called `Random_Cells_Downsample` to return randomly downsampled set of cells from object with equal numbers of cells per identity.
There are many scenarios where this can be helpful but one that I use a lot is when plotting cell-level heatmaps.
11/n
Just like human function, `Updated_MGI_Symbols` requires one time internet connection to download the MGI file but then stores it in local cache so not internet is required for subsequent use.
10/n
The last scCustomize update brought the advance of `Updated_HGNC_Symbols` for updating human gene symbols. This update brings the equivalent function of mice using MGI database: `Updated_MGI_Symbols`.
9/n
scCustomize also makes itโs first venture in spatial plotting with addition of `SpatialDimPlot_scCustom` which is sibling to `DimPlot_scCustom` and contains similar updates to color scheme and other defaults.
See new spatial vignette for details:
samuel-marsh.github.io/scCustomize/...
8/n
One new plotting function โFactor_Cor_Plotโ has been added which will plot correlation between feature loadings of liger iNMF factors (works with both Seurat and Liger objects).
LIGER vignette is in progress and will I get that finished as soon as I can!
7/n
Old liger functions have been updated to enable working with either old or new style liger objects.
New liger interaction functions have been added. โSubset_LIGERโ, โCells_by_Identities_LIGERโ.
6/n
scCustomize v3.0.0 contains massive updates for interaction with new style liger objects (liger v2.0.0+). Changelog contains the full function update list but some highlights are:
Extending Seurat generic functions to work with liger (Cells, Features, Idents, WhichCells, etc)
5/n
In addition to new species and metrics `Add_Cell_QC` is now S3 generic function and works with either Seurat or Liger objects.
I have also added new vignette specifically dedicated to this and other QC functions in scCustomize.
samuel-marsh.github.io/scCustomize/...
4/n
`Add_Cell_QC` also can work with ensembl IDs instead of feature names and has all ensembl IDs for default species stored within the package, no download required!
3/n
First, QC functions.
`Add_Cell_QC_Metrics` now includes addition of % of hemoglobin counts as metric & chicken was added to default species.
Default species are now human, mouse, rat, drosophila, zebrafish, macaque, marmoset, & chicken.
One line will add all QC metrics to your object.
2/n
๐จ scCustomize v3.0.0 is released! ๐จ
Lots of changes (see thread for highlights and changelog for full details). Thanks as always to everyone who has submitted bug reports or suggestions and thanks to everyone using the package!! Enjoy! ๐๐ป๐๐งฌ
cran.r-project.org/web/packages...
1/n
So excited to share our work developing a new class of modular synthetic GPCRs, out today @Nature! Check it out nature.com/articles/s41...
05.12.2024 08:10 โ ๐ 33 ๐ 13 ๐ฌ 3 ๐ 1Could one envision a synthetic receptor technology that is fully programmable, able to detect diverse extracellular antigens โ both soluble and cell-attached โ and convert that recognition into a wide range of intracellular responses, from gene expression and real-time fluorescence to modulation..
04.12.2024 16:05 โ ๐ 433 ๐ 139 ๐ฌ 33 ๐ 17Spotlight on Single-Cell Genomics!
I, Omer Ali Bayraktar, Naomi Habib, Genevieve Konopka, @liddelowsa.bsky.social, and Tomasz Nowakowski collaborating with top neuroscientists to explore optimizing these technologies in the latest Nature Neuroscience issue.
๐ www.nature.com/neuro/volume...
The December issue of Nature Neuroscience is now live, featuring our Focus on Single-Cell Genomics! We hope that these consensus reviews from experts in the field will serve as a useful guide for neuroscientists regarding best practices for these approaches.
www.nature.com/neuro/volume...