Sierra
Sierra copied to clipboard
Discover differential transcript usage from polyA-captured single cell RNA-seq data
Hello, how to evaluate changes in gene 3'UTR length?
Hi, thank you for providing such a great tools. I am currently analzying UTR length shift using the function "DetectUTRLengthShift". Among the parameters of DetectUTRLengthShift function, you can specify population.1...
Hi, I'm trying to plot the identified peaks back to my Seurat UMAP using PlotRelativeExpressionUMAP function, but many cells are buried in the UMAP plot. Seurat's FeaturePlot function has an...
Hello everyone, I am using Sierra and I keep getting this error for all PlotRelativeExpression functions (TSNE, UMAP, Box). `error in apply(expression.set, 1, function(x) { : dim(x) must have a...
I get an error when using the CountPeaks function for one of my samples: ``` There are 14963 whitelist barcodes. Import genomic features from the file as a GRanges object...
Hi @rj-patrick. I came across the message, "Error in (function (x) : attempt to apply non-function", when running count peaks as shown below. CountPeaks(peak.sites.file="merged_peaks.txt", gtf.file="", bamfile="", whitelist.file="", output.dir="out_dir", countUMI=TRUE, ncores=10)`...
I have 3' scRNAseq data from 10X genomics. I ran the data through cellranger so, I have the possorted bam ouput file. I tried to run regtools on the bam...
I would like to plot a umap where cells show their 3'UTR usage of all genes in a color-coded manner. Is it possible to create this plot from the analysis...
Hi everyone: I met a problem when I run the DUTest as below, so I find my peaks.seurat@tools$Sierra doesn't have any thing except the rownames. > res.table = DUTest(peaks.seurat, +...
Hello, I am using Sierra and I replicated all results from vignette. I tried to use with my own data with same steps but in DUTest step I have an...