RNAstructure Command Line Help
|
||||
Diana_Cluster.R clusters structures using DIANA clustering and reports the number of clusters and the centroids of the clusters. This follows the method of Ding et al. (2005). This is an R script available in scripts/. USAGE: Rscript Diana_Cluster.R <ct file>example: Rscript /home/username/RNAstructure/scripts/Diana_Cluster.R stochastic_sample.ct Required parameters:
Notes:Output is to standard out and a set of ct files. The program provides the number of clusters and their size. It also writes ct files with the centroids of each cluster in the format input_name.centroid.#.ct where input_name was the input filename and # is the number of the clsuter. Required Packages:Diana_Cluster.R requires installation of the fpc package. Set up RNAstructure: Diana_Cluster.R calls components of the RNAstructure package. Make sure to add the RNAstructure executables to your global path. The following steps show how to do so in Linux: References:
|
||||
Visit The Mathews Lab RNAstructure Page for updates and latest information. |