Getting regulon output table #390
Unanswered
bvaldebenitom
asked this question in
[Python]
Replies: 1 comment
-
Hi! Just happened to stumble across this. This table seems odd. Comparing to my outputs, the column "target" should be a gene name. The "importance" column seems to be a measure of the impact of a certain TF on the target gene. I was able to reproduce this at TF level by examining the output from the grn step. (adjacencies.csv) I would check this out if you want a general idea of what some of these files look like. They did a good job showing the desired structure in their workflow: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I've been going back through some pyscenic commands I ran a few weeks ago, and in the output generated I have one like this:
It has a total of 362 lines. Now, re-running the
pyscenic aucell
command, I got a CSV matrix, with the same amount of lines. I'm not sure if I missed something now. The command I'm using is:pyscenic aucell --output aucell_output.csv --transpose --num_workers 50 --seed 777 count_matrix.csv regulons.csv
where
count_matrix.csv
is the single cell experiment raw count matrix, andregulons.csv
is the output from thectx
step:Any input or directions as to whether there is something missing in my command, or which step is the one generating the regulon table, will be highly appreciated!
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions