ArchR
ArchR copied to clipboard
ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com)
I have the ArchR project load into `proj` ``` getAvailableMatrices(proj) [1] "GeneScoreMatrix" "PeakMatrix" "TileMatrix" ``` To get the peak matrix I used: `peak_matrix peak_matrix class: RangedSummarizedExperiment dim: 187739 15031 metadata(0):...
[ArchR-addClusters-2b6f85f90f9-Date-2023-08-08_Time-12-25-49.log](https://github.com/GreenleafLab/ArchR/files/13279417/ArchR-addClusters-2b6f85f90f9-Date-2023-08-08_Time-12-25-49.log) When using the addHarmony function: proj1_Oct2
Hi, I am using the plotMarkerHeatmap in ArchR and my code is - plotMarkerHeatmap( seMarker = markersPeaks, cutOff = "FDR = 3", labelMarkers =NULL, transpose = F, pal = viridis(n=256),...
Hi, I just modified the code for plotting the trajectory heatmap and made it being able to plot for positive TFs. No other algorithms are added. I wonder is there...
I used my own peakset, but failed, plz help me, I beg u. proj2
Hi, I also occurred similar problem. The seRNA is a seurat object. The column name of seRNA@assays$RNA@counts is different from archrproject$Cellnames. I modifies the name by following code: ``` seRNA_2
This seems to be a new bug because I did not get this before, I am suspecting it might have something to do with the new Seurat version as Seurat...
Hi! When I use the tutorial data to run the sample code, I keep encountering this error. I also try to set threads=1, but it still appear same error. I...
Can't create arrow files for own data but the function works fine with tutorial data [ArchR Log File.zip](https://github.com/GreenleafLab/ArchR/files/12602606/ArchR.Log.File.zip) [ArchR-createArrows-15669c21d8f02f-Date-2023-09-13_Time-10-38-21.log](https://github.com/GreenleafLab/ArchR/files/12602761/ArchR-createArrows-15669c21d8f02f-Date-2023-09-13_Time-10-38-21.log)
I call peaks by celltype, but I get different result use same database. And the seed in R had set.