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
After inspecting the output of ffpcol the file is just the same as the output of ffpaa just without the imer showing also, just the number. is this the expected behaviour?
Secondly, when running for example:
ffpry -l 5 *.fna | ffpcol > vectors
for i in $(seq 1 1 20)
do
ffpboot vectors | ffprwn | ffpjsd > matrix.$i
done
Is the combining the output of ffpry from every .fna in the directory into a single vector?
Given my understanding from reading the -h of the tools, it should be possible to run a separate operation for easy .fna in a directory and then combine right before ffpjsd? I however assume I am wrong looking at the above example!
Lastly does ffpboot run a single bootstrap permutation? That being one random selection of values from the ffp vector?
The text was updated successfully, but these errors were encountered:
Rob-murphys
changed the title
ffpcol seeming to keep as rows?
ffpcol seeming to keep as rows and order of opreations in script
Sep 13, 2021
However, I do not know how up-to-date this contact information is.
This repository mainly contains some small changes I made to the original software when I was using it long ago. I have not used all of the components you are asking about so I don't really have any good answers for you. Sorry about that.
After inspecting the output of
ffpcol
the file is just the same as the output offfpaa
just without theimer
showing also, just the number. is this the expected behaviour?Secondly, when running for example:
Is the combining the output of
ffpry
from every.fna
in the directory into a singlevector
?Given my understanding from reading the
-h
of the tools, it should be possible to run a separate operation for easy.fna
in a directory and then combine right beforeffpjsd
? I however assume I am wrong looking at the above example!Lastly does
ffpboot
run a single bootstrap permutation? That being one random selection of values from the ffp vector?The text was updated successfully, but these errors were encountered: