User: njbernstein
njbernstein • 40
- Reputation:
- 40
- Status:
- New User
- Location:
- United States
- Last seen:
- 1 year, 11 months ago
- Joined:
- 5 years, 3 months ago
- Email:
- n**********@gmail.com
Posts by njbernstein
<prev
• 15 results •
page 1 of 2 •
next >
2
votes
1
answer
633
views
1
answers
... Gordon Smyth answered my question here: https://support.bioconductor.org/p/115443/ ...
written 2.1 years ago by
njbernstein • 40
2
votes
1
answer
633
views
1
answer
... I'm reading the voom paper, and a piece of the notation doesn't seem right to me. [voom paper link][1] That or I don't understand the method, which is the most likely situation
In the voom variance modeling section the following part:
![][2]
In particular the following line doesn't make sense to ...
written 2.2 years ago by
njbernstein • 40
0
votes
0
answers
2.6k
views
0
answers
... Hi all,
I used stringtie to quantify an rna experiment and then loaded that data into ballgown. The standard unit used by ballgown is FPKM, as such I'm wondering what between sample normalization could or should be done on this data. I'm mostly interested in more rarely occurring transcripts.
Be ...
written 4.9 years ago by
njbernstein • 40
1
vote
1
answer
1.9k
views
1
answers
Answer:
A: Minimac3 to plink using GCTA
... Answer:
for chr in `seq 1 22`;
do
awk -v OFS='\t' '!($4="") , !($5="")' chr$chr.imputed.info > chr$chr.imputed.info.reworked
sed -i 's/\t\t//' chr$chr.imputed.info.reworked
awk '{t=$5; $5=$4; $4=t; print}' chr$chr.imputed.info.reworked > t && mv t chr$chr.imputed.info.reworked
awk ...
written 4.9 years ago by
njbernstein • 40
2
votes
1
answer
1.9k
views
1
answer
... Hi all,
I'm trying to convert minimal dosages into beds using gcta. Here's my code:
gcta64 --dosage-mach chr22.imputed.dose chr22.imputed.info --make-bed --out chr22.fdgsdf
My error is:
Reading dosage data failed. Please check the format of the map file.
Here's what my info file looks ...
written 4.9 years ago by
njbernstein • 40
0
votes
0
answers
815
views
0
answers
... Hi all,
I have two bed files each representing similar cohorts (a few subjects are not in the other). I'm trying to merge the files there is a concatenation of sorts of the calls of the same subject from both cohorts without duplication (when there is duplication always relying on the chip genotyp ...
written 4.9 years ago by
njbernstein • 40
0
votes
1
answer
1.2k
views
1
answers
... Great Thanks!
...
written 5.0 years ago by
njbernstein • 40
3
votes
1
answer
1.2k
views
1
answer
...
I'm attempting to install splice jumper (http://www.biomedcentral.com/1471-2105/16/S17/S10, https://github.com/Reedwarbler/SpliceJumper)
So I downloaded the zip, and unzipped it. Then ran make, but there is still no SpliceJumper (I have bamtools installed).
Here is the output from make:
g++ ...
written 5.0 years ago by
njbernstein • 40
• updated
20 months ago by
Biostar ♦♦ 20
2
votes
1
answer
4.1k
views
1
answers
... I had to do this recently (https://www.biostars.org/p/164658/#164917)
awk 'NR > 11 { next } !seen[$2]++ {print $2,$2,0,0}' final_report.txt > Plate3_final_report.fam
awk 'NR > 11 { next } {print $2,$2,$1,$3,$4}' Plate3_final_report.txt > Plate3_final_report.lgen
awk 'NR & ...
written 5.0 years ago by
njbernstein • 40
• updated
13 months ago by
_r_am ♦ 32k
0
votes
1
answer
2.5k
views
1
answers
... So I ran it with the latest build and got the same error:
/labseq/tools/plink_linux_x86_64_dev/plink --lfile /labseq/analysis_results/projects/Nick_familial/qc/Plate3_final_report
PLINK v1.90p 64-bit (4 Nov 2015) https://www.cog-genomics.org/plink2
(C) 2005-2015 Shaun Purcel ...
written 5.2 years ago by
njbernstein • 40
• updated
13 months ago by
_r_am ♦ 32k
Latest awards to njbernstein
Scholar
2.1 years ago,
created an answer that has been accepted.
For A: Minimac3 to plink using GCTA
Popular Question
4.8 years ago,
created a question with more than 1,000 views.
For Stringtie -> ballgown: What normalization should be done on FPKM values?
Popular Question
4.8 years ago,
created a question with more than 1,000 views.
For Recoding lgen into Ped using plink
Popular Question
4.8 years ago,
created a question with more than 1,000 views.
For Minimac3 to plink using GCTA
Popular Question
4.8 years ago,
created a question with more than 1,000 views.
For Installing Joinx on Linux-x86_64
Scholar
4.9 years ago,
created an answer that has been accepted.
For A: Minimac3 to plink using GCTA
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1855 users visited in the last hour