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
While I am in the wrapping process, I tried to retrieve the groups associated with a kmer color, but I couldn't find a direct way.
So, I will put what I understood so far, and please correct me if I'm wrong.
After indexing, we will have a kDataFrame with key(hashVal):Val(kmerOrder). Then we can get the color associated with that kmer through the following getKmerColumn function getKmerColumn("color", hashVal)
While I am in the wrapping process, I tried to retrieve the groups associated with a kmer color, but I couldn't find a direct way.
So, I will put what I understood so far, and please correct me if I'm wrong.
After indexing, we will have a kDataFrame with
key(hashVal):Val(kmerOrder).
Then we can get the color associated with that kmer through the followinggetKmerColumn
functiongetKmerColumn("color", hashVal)
kProcessor/include/kProcessor/kDataFrame.hpp
Line 414 in 6fa6857
Or by kmer Order like here,
kProcessor/include/kProcessor/kDataFrame.hpp
Line 421 in 6fa6857
Now I have the color. How can I get to the
color->group_IDs
through the kDataFrame in an easy way, if possible?Here's the corresponding Python code for this.
cc @drtamermansour @shokrof
The text was updated successfully, but these errors were encountered: