Hi Lionel,
Sure, depending on how you are trying to cluster the data.
Basically you want to import that file as a "network", then import the
attributes (it's a two-pass import). First, import is using the
"File->Import->Network from Table". Select your file. Click on "Show
Text File Import Options" and then select "Transfer first line as
attribute names" read the header. Tthen select the column number of
your ID column as "Source Interaction". Don't select anything else --
just select "Import". That will tell Cytoscape about the nodes to use.
Now we can import all of the attributes (properties) to attach to those
nodes. To do that, use the File->Import->Attributes from Table and
select the same file. As before, click on "Show Text File Import
Options" and transfer the first line as the attribute names. Then just
click "Import". Now you have all of your ID's as nodes, and your
properties are attached to those nodes. You can then cluster the data
using one of the attribute cluster algorithms (Hierarchical, k-means,
etc.) in clusterMaker. Because you don't have any edges, you can't use
a network partition algorithm, obviously, so you won't be able to use
MCL or MCODE. There is a way to create a network from this data based
on attribute correlation in clusterMaker, so you could give that a try also.
Hope this helps!
-- scooter