Description Usage Arguments Details Value See Also Examples
Combining AlleleComp
outputs from different samples with the variant sequence data.
1 | match.maker(x, y)
|
x |
A list object needs to be created by |
y |
A character vector of sample names or IDs. |
The variant sequence data needs to be split by sample names or IDs for x
. And the input of y
has to be in the same order as that of the split object. See example
for more details.
A dataframe
object identical to the original variant data with an additional column named segment
signifying the allelic make up of each variant in the corresponding sample.
1 2 3 | #NB<-split(Neuroblastoma,Neuroblastoma$Sample)
#NB<-match.maker(x=NB,y=c("metastasis.1","metastasis.2","primary.1","primary.2"))
#View(NB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.