File: get_sim_tb.Rd

package info (click to toggle)
r-bioc-mutationalpatterns 3.16.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,360 kB
  • sloc: sh: 8; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/S4_class.R
\name{get_sim_tb}
\alias{get_sim_tb}
\alias{get_sim_tb,region_cossim-method}
\title{An S4 generic to get the sim_tb from a region_cossim object.}
\usage{
get_sim_tb(x)

\S4method{get_sim_tb}{region_cossim}(x)
}
\arguments{
\item{x}{A region_cossim object}

\item{region_cossim}{A region_cossim object}
}
\value{
A tibble containing the calculated similarities of the windows.

A tibble containing the calculated similarities of the windows.
}
\description{
An S4 generic to get the sim_tb from a region_cossim object.

An S4 method for the get_sim_tb generic
}
\section{Methods (by class)}{
\itemize{
\item \code{region_cossim}: Get the sim_tb from a region_cossim object.
}}