Description Usage Arguments Value Examples
Rownames or names of the features used differ between the different contexts
a signature analysis is carried out in. The function
transform_rownames_R_to_MATLAB
changes from the convention used in
the YAPSA pacakge to the one used by Alexandrov et al. in the MATLAB
framework.
The function transform_rownames_MATLAB_to_R
changes from the
convention used in Alexandrov et al. in the MATLAB framework to the one used
by the YAPSA pacakge.
The function transform_rownames_MATLAB_to_R
changes from the
convention used in stored mutational catalogues by Alexandrov et al. to the
one used by the YAPSA pacakge.
The function transform_rownames_YAPSA_to_deconstructSigs
changes from
the convention used in the YAPSA package to the one used by the
deconstructSigs package.
The function transform_rownames_YAPSA_to_deconstructSigs
changes from
the convention used in the deconstructSigs package to the one used by the
YAPSA pacakge.
1 2 3 4 5 6 7 8 9 | transform_rownames_R_to_MATLAB(in_rownames, wordLength = 3)
transform_rownames_MATLAB_to_R(in_rownames, wordLength = 3)
transform_rownames_nature_to_R(in_rownames, wordLength = 3)
transform_rownames_YAPSA_to_deconstructSigs(in_rownames, wordLength = 3)
transform_rownames_deconstructSigs_to_YAPSA(in_rownames, wordLength = 3)
|
in_rownames |
Character vector of input rownames |
wordLength |
Size of the considered motif context |
A character vector of the translated rownames.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.