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
Hi !
I'm a little stuck figuring out how to plot the spliced and unspliced data for six genes of interest. The main issue is they are not present in the Seurat emat or nmat created by RunVelocity.
Is there a way to perform this analysis with genes not currently present by default in the filtered expression matrices ? i.e. can I force the set of six genes of interest to become part of the emat and nmat? These genes are expressed in about 10% of the total cell population but are cluster specific (95% are solely on 2 clusters), albeit have low transcript abundance.
Any help and/or suggestions would be much appreciated. Thank you in advance,
I'm implementing this example code from the the velocyto.R vignette to plot a few of my genes of interest (my code below).
Hi !
I'm a little stuck figuring out how to plot the spliced and unspliced data for six genes of interest. The main issue is they are not present in the Seurat
emat
ornmat
created byRunVelocity
.Is there a way to perform this analysis with genes not currently present by default in the
filtered expression matrices
? i.e. can I force the set of six genes of interest to become part of theemat
andnmat
? These genes are expressed in about 10% of the total cell population but are cluster specific (95% are solely on 2 clusters), albeit have low transcript abundance.Any help and/or suggestions would be much appreciated. Thank you in advance,
I'm implementing this example code from the the velocyto.R vignette to plot a few of my genes of interest (my code below).
With my data I'm running this code, which works for genes present in the
emat
andnmat
, but fails with my genes of interest.The text was updated successfully, but these errors were encountered: