SkillAgentSearch skills...

LRLoop

LRLoop

Install / Use

/learn @Pinlyu3/LRLoop
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LRLoop v1.0

Lifecycle: maturing example event parameter

LRLoop is a full-featured R package for analyzing LR-Loops from bulk & single-cell RNA-seq data.

LRLoop is currently in beta and will be in active development through the peer review process.

<hr> <div align="center"> <img src="Figures/LRLoops1.png" width = "500" height = "400" alt="LRLoops" align=center /> </div> <hr>

Quick Installation of LRLoop

First, install devtools (for installing GitHub packages) if it isn't already installed

if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")

Then, install nichenetr if it isn't already installed

devtools::install_github("saeyslab/nichenetr")

Then, install all of the LRLoop dependencies

install.packages(c('tidyverse','Seurat','ggplot2','dplyr','circlize','igraph','RColorBrewer','writexl','pheatmap'))

Lastly, install LRLoop

devtools::install_github('https://github.com/Pinlyu3/LRLoop',force = TRUE)
<hr>

Learning to use LRLoop

To learn how to use LRLoop, read the following vignettes explaining several types of analyses:

<hr>

Issues using LRLoop?

LRLoop is currently in beta. If you think you have found a bug, please report an issue on Github with the Bug Report form.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated5mo ago
Forks2

Languages

R

Security Score

77/100

Audited on Oct 20, 2025

No findings