Description Usage Arguments Value Examples
Read a text file of list of clusters output by CD-HIT-EST and creates a data frame form it.
1 | readCDHIT(cdhit.path)
|
cdhit.path |
A string for the name of a text file of list of clusters output by CD-HIT-EST. |
A data frame contation the information of isoform clusters with four columns: ClusterID, seqID, seqLen, seqNum. ClusterID is the name of the cluster; seqID is the name of the transcript; seqLen is the length of the transcript; seqNum is the number of transcripts contatined in this class.
1 2 3 4 | ##load the exapmle data
cdhit.path <- system.file("extdata","example_cdhitest.clstr",
package = "AStrap")
raw.cluster <- readCDHIT(cdhit.path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.