u3_rearrange: Rearrange Data Structure by ORF Names

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

These utility functions rearrange data in the order of ORF names.

Usage

1
2
3
4

Arguments

reu13.df

a list of reu13.df data frames divided by amino acids.

y

a list of y data frames divided by amino acids.

n

a list of n vectors divided by amino acids.

phi.Obs

a vector of phi.Obs format.

Details

These utility functions take inputs and return ordered outputs. It is necessary to rearrange data in a right order of ORF names which avoids subsetting data frame within MCMC and improve performance.

Value

The outputs are in the same format of inputs except the order of data is sorted by ORF names.

Author(s)

Wei-Chen Chen wccsnow@gmail.com.

References

https://github.com/snoweye/cubfits/

See Also

AllDataFormats, convert.n.to.list(), convert.reu13.df.to.list(), and convert.y.to.list().

Examples

1
2
3
4
5
6
7
8
9

cubfits documentation built on Nov. 8, 2021, 1:07 a.m.