Skip to content

Commit

Permalink
Ensure Tag Clusters have a Seqinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy committed Apr 10, 2022
1 parent de1c522 commit 9f985be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/ClusteringMethods.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ setMethod( "clusterCTSS", "CAGEexp"
}

CTSSclusteringMethod(ctss.cluster.list) <- method
seqlevels(ctss.cluster.list) <- seqlevels(CTSStagCountSE(object))
seqinfo(ctss.cluster.list) <- seqinfo(CTSStagCountSE(object))
metadata(object)$tagClusters <- ctss.cluster.list
object
})
Expand Down
Binary file modified data/exampleCAGEexp.RData
Binary file not shown.

0 comments on commit 9f985be

Please sign in to comment.