Displaying 11 results from an estimated 11 matches for "clolumn".
2017 Nov 17
3
Complicated analysis for huge databases
...) :rows 4:6 and so on).
I can do the analysis for the entire column but not group by group like this :
MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
I have another sheet contains names of columns of interest li...
2017 Nov 17
0
Complicated analysis for huge databases
...I can do the analysis for the entire column but not group by group like this :
>
>
> MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
>
> How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
>
> In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
> I have another sheet contains names of columns...
2017 Nov 18
2
Complicated analysis for huge databases
...gt; I can do the analysis for the entire column but not group by group like this :
>
>
> MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
>
> How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
>
> In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
> I have another sheet contains names of columns...
2017 Nov 18
0
Complicated analysis for huge databases
...or the entire column but not group by group like this :
> >
> >
> > MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
> >
> > How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
> >
> > In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
> > I have another sheet contains n...
2017 Nov 18
2
Complicated analysis for huge databases
...for the entire column but not group by group like this :
> >
> >
> > MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
> >
> > How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
> >
> > In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
> > I have another sheet contains na...
2017 Nov 18
0
Complicated analysis for huge databases
...olumn but not group by group like this :
>>>
>>>
>>> MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
>>>
>>> How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
>>>
>>> In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
>>> I have another sheet c...
2017 Nov 18
3
Complicated analysis for huge databases
...e column but not group by group like this :
>>>
>>>
>>> MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
>>>
>>> How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
>>>
>>> In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
>>> I have another sheet co...
2017 Nov 18
0
Complicated analysis for huge databases
...up by group like this :
>>>>
>>>>
>>>> MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
>>>>
>>>> How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
>>>>
>>>> In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
>>>> I have anot...
2017 Nov 19
1
Complicated analysis for huge databases
...up by group like this :
>>>>
>>>>
>>>> MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
>>>>
>>>> How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
>>>>
>>>> In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
>>>> I have anot...
2017 Nov 18
0
Complicated analysis for huge databases
...oup like this :
> >>>
> >>>
> >>> MAF <- apply(MyData[,4:600], 2, function(x)maf(tabulate(x+1)))
> >>>
> >>> How can I modify this code to tell R to do the analysis group by group for each column so I get maf value for 33-55 group of clolumn I, then maf value for group 44-66 in the same column I,then the rest of groups in this column and do the same for the remaining columns.
> >>>
> >>> In fact, I'm interested in doing this analysis for only 300 columns but all of the 600 columns.
> >>> I have...
2010 Apr 23
3
substract start from the end of the vector
Dear group,
Here is my df :
df <-
structure(list(DESCRIPTION = c("PRM HGH GD ALUMINIUM USD 09/07/10 ",
"PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRIMARY NICKEL USD 04/06/10 "
), CREATED.DATE = structure(c(18361, 18361, 18325), class = "Date"),
QUANITY = c(-1L, 1L, 1L), CLOSING.PRICE = c("2,415.90", "2,415.90",