You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to distinguish in my CoveragePlot which links (seen here) are specific to Ifih1.
For some reason, when I specify a character vector with Ifih1 in the CoveragePlot command, the same links I saw without specifying the gene disappear. Is there something I'm missing here in my code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I'm trying to distinguish in my CoveragePlot which links (seen here) are specific to Ifih1.
For some reason, when I specify a character vector with Ifih1 in the CoveragePlot command, the same links I saw without specifying the gene disappear. Is there something I'm missing here in my code?
CoveragePlot(RNA_integrated,
region = c("chr2-62500000-62700000"),
links = c("Ifih1"),
split.by = "orig.ident",
annotation = T,
)
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions