MACS to Signac
1
0
Entering edit mode
14 months ago

Hey guys--

Once MACS is completed running, how would I feed the peaks/bed file into Signac for each sample up to merging and finally clustering? I believe the vignette only demonstrates if one were to add *fragment files and I need the peaks file from MACS for a stronger signal.

scatac-seq • 848 views
ADD COMMENT
0
Entering edit mode

Please go through your previous questions and upvote helpful answers, mark the one that solved the issue as accepted. You opened an extensive number of questions and barely or did not do any upvoting st all. That's not how an open community works.

ADD REPLY
1
Entering edit mode
14 months ago
LChart 3.9k

If you have externally defined peaks, you can use

library(rtracklayer)
peaks = import('/path/to/peaks.bed')
FeatureMatrix(
    fragments=CreateFragmentObject('/path/to/fragments.tsv'),
    features=peaks
)

This will generate a peak quantification matrix, which you can push into a Seurat object for downstream analysis.

ADD COMMENT

Login before adding your answer.

Traffic: 2646 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6