Skip to content

Transcription factor footprinting #406

@l-magnificence

Description

@l-magnificence

When I performed motif footprinting analysis from the signac footprinting vignette in my own dataset, the motif object set in seurat was 0x0 and there occur an error in functon PlotFootprint: Error in (ncol(x = x) - background):ncol(x = x) : argument of length 0.
So I created motif assay directly in Motif analysis vignette , and then run footprint and PlotFootprint function, but it still occur an error: Error in (ncol(x = x) - background):ncol(x = x) : argument of length 0.

code:
tmp <- Footprint(
object = tmp ,
motif.name = features,
genome = BSgenome.Hsapiens.UCSC.hg38
)
image

PlotFootprint(tmp, features = features)
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions