• Stars
    star
    380
  • Rank 112,766 (Top 3 %)
  • Language
    R
  • License
    MIT License
  • Created about 5 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com)


Lifecycle: maturing

ArchR has new features available for scATAC-seq Analysis

Paired scATAC-seq and scRNA-seq Analysis

ArchR now supports paired scATAC-seq and scRNA-seq Analysis!
      See updates with importFeatureMatrix, addGeneExpressionMatrix, addIterativeLSI, addCombinedDims
      For a brief tutorial of these features : https://greenleaflab.github.io/ArchR_2020/Ex-Analyze-Multiome.html

Trajectory Analysis

ArchR now directly supports both monocle3 and Slingshot based trajectory analysis!
      See updates with getMonocleTrajectories, addMonocleTrajectory, addSlingShotTrajectories
      For a brief tutorial of these features : https://greenleaflab.github.io/ArchR_2020/Ex-Analyze-Trajectory.html

Additionally ArchR now enables export of a peak matrix that is compatible with STREAM!
      See updates with exportPeakMatrixForSTREAM

ArchR is currently in Beta and will be in active development through the peer review process.

ArchR is a full-featured R package for processing and analyzing single-cell ATAC-seq data. ArchR provides the most extensive suite of scATAC-seq analysis tools of any software available. Additionally, ArchR excels in both speed and resource usage, making it possible to analyze 1 million cells in 8 hours on a MacBook Pro laptop.

For installation instructions and full documentation, visit www.ArchRProject.com.


Quick Installation of ArchR

For a full walk through of installation and frequently related issues please visit www.ArchRProject.com.

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

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

Then, install BiocManager (for installing bioconductor packages) if it isn't already installed:

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

Then, install ArchR:

devtools::install_github("GreenleafLab/ArchR", ref="master", repos = BiocManager::repositories())

Lastly, install all of the ArchR dependencies that aren't installed by default:

library(ArchR)
ArchR::installExtraPackages()

If any of these steps fails, you should identify the offending package and troubleshoot that individual installation before proceeding. Additionally, please see the ArchR website (www.ArchRProject.com) where we have installation troubleshooting tips.

Issues using ArchR?

ArchR is currently in beta. We expect there to be bumps in the road. If you think you have found a bug, please first install the latest version of ArchR via

devtools::install_github("GreenleafLab/ArchR", ref="master", repos = BiocManager::repositories())

If this does not fix your problem, please report an issue on Github with the Bug Report form.

If you have questions about ArchR usage, please refer to the the searchable full user's manual, the FAQ section, and the publication. If you think the documentation on this website or in the function annotations is unclear, please submit an issue on Github with the Documentation Request form. If there is a feature that you think is missing from ArchR and you have already searched the user's manual, submit an issue on Github with the Feature Request form. If none of these options help, send us an email. We will do our best to respond to questions that are not otherwise answered in the documentation.

More Repositories

1

chromVAR

chromatin Variability Across Regions (of the genome!)
R
153
star
2

NucleoATAC

nucleosome calling using ATAC-seq
Python
106
star
3

10x-scATAC-2019

Publication Page for Satpathy*, Granja* et al 2019
R
92
star
4

MPAL-Single-Cell-2019

Publication Page for MPAL Paper 2019
R
76
star
5

motifmatchr

Fast motif matching in R
C++
41
star
6

brainchromatin

Code used to analyze single cell RNA and ATAC sequencing in developing human brain
R
31
star
7

NucleoATACR

R package for reading in & working with NucleoATAC outputs
R
26
star
8

chromVARmotifs

R package with motifs for use with chromVAR
R
24
star
9

scScalpChromatin

R
22
star
10

ArchR_2020

Publication Page for ArchR Manuscript 2020
HTML
22
star
11

ChrAccR

Analyzing chromatin accessibility data in R
R
17
star
12

Brain_ASD

Python
9
star
13

shareseq-pipeline

Python
5
star
14

LKB1_2021

R
3
star
15

NEAT-seq_reproducibility

R
3
star
16

SpearATAC_MS_2021

R
3
star
17

ImagingStationController

Hardware-control software for a sequencing flowcell imaging station based on GAIIx components
MATLAB
2
star
18

puflibs

Python
2
star
19

amplicon-smf

Code for processing single-molecule footprinting data on synthetic amplicons (from Doughty*, Hinks*, Schaepe*, et al. 2024).
Python
2
star
20

snakeATAC_singularity

Python
2
star
21

array_fitting_tools

Python
1
star
22

ChrAccRex

Example data for ChrAccR
R
1
star
23

nnn_paper

Analysis for "High-Throughput DNA melt measurements enable improved models of DNA folding thermodynamics".
Jupyter Notebook
1
star
24

array_analysis

Snakemake pipeline for Greenleaf lab array preprocessing.
Python
1
star
25

matcha

Python library for fast barcode matching in sequencing data
Python
1
star