Adding a column to a data frame which is result of one column
up vote
-1
down vote
favorite
I have a data frame I want to add one column on the left that which is log10 of padj
(third column). What is the easiest and safest way to do?
Thanks
DataFrame with 6 rows and 3 columns
geneid log2FoldChange padj
<character> <numeric> <numeric>
1 ENSOARG000054 2.39408657153029 4.64675193351974e-17
2 ENSOARG000080 2.67648179998367 7.82689044949884e-17
3 ENSOARG000039 2.34515867409784 1.19669681828168e-14
4 ENSOARG000001 1.82552226072978 8.16106553244035e-14
5 ENSOARG000060 -2.33888426328203 1.37652307736841e-12
6 ENSOARG000343 2.41908586758286 4.34757211327361e-12
r
add a comment |
up vote
-1
down vote
favorite
I have a data frame I want to add one column on the left that which is log10 of padj
(third column). What is the easiest and safest way to do?
Thanks
DataFrame with 6 rows and 3 columns
geneid log2FoldChange padj
<character> <numeric> <numeric>
1 ENSOARG000054 2.39408657153029 4.64675193351974e-17
2 ENSOARG000080 2.67648179998367 7.82689044949884e-17
3 ENSOARG000039 2.34515867409784 1.19669681828168e-14
4 ENSOARG000001 1.82552226072978 8.16106553244035e-14
5 ENSOARG000060 -2.33888426328203 1.37652307736841e-12
6 ENSOARG000343 2.41908586758286 4.34757211327361e-12
r
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have a data frame I want to add one column on the left that which is log10 of padj
(third column). What is the easiest and safest way to do?
Thanks
DataFrame with 6 rows and 3 columns
geneid log2FoldChange padj
<character> <numeric> <numeric>
1 ENSOARG000054 2.39408657153029 4.64675193351974e-17
2 ENSOARG000080 2.67648179998367 7.82689044949884e-17
3 ENSOARG000039 2.34515867409784 1.19669681828168e-14
4 ENSOARG000001 1.82552226072978 8.16106553244035e-14
5 ENSOARG000060 -2.33888426328203 1.37652307736841e-12
6 ENSOARG000343 2.41908586758286 4.34757211327361e-12
r
I have a data frame I want to add one column on the left that which is log10 of padj
(third column). What is the easiest and safest way to do?
Thanks
DataFrame with 6 rows and 3 columns
geneid log2FoldChange padj
<character> <numeric> <numeric>
1 ENSOARG000054 2.39408657153029 4.64675193351974e-17
2 ENSOARG000080 2.67648179998367 7.82689044949884e-17
3 ENSOARG000039 2.34515867409784 1.19669681828168e-14
4 ENSOARG000001 1.82552226072978 8.16106553244035e-14
5 ENSOARG000060 -2.33888426328203 1.37652307736841e-12
6 ENSOARG000343 2.41908586758286 4.34757211327361e-12
r
r
edited Nov 12 at 11:35
markus
9,375928
9,375928
asked Nov 11 at 11:19
Rugi
1
1
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53248190%2fadding-a-column-to-a-data-frame-which-is-result-of-one-column%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown