User: v27
v27 • 10
- Reputation:
- 10
- Status:
- New User
- Location:
- Last seen:
- 2 years, 5 months ago
- Joined:
- 2 years, 8 months ago
- Email:
- v************@gmail.com
Posts by v27
<prev
• 12 results •
page 1 of 2 •
next >
0
votes
1
answer
544
views
1
answers
... thank you for the code :)
...
written 2.5 years ago by
v27 • 10
0
votes
1
answer
544
views
1
answers
... just running on a deadline right now... ...
written 2.5 years ago by
v27 • 10
0
votes
1
answer
544
views
1
answers
... could you please give me the code .. i have to repeat this for 2500 files. code would make it a lot easier for me ...
written 2.5 years ago by
v27 • 10
0
votes
1
answer
544
views
1
answers
... i can do this in excel ..... but i have 2500 files for which i need to repeat the procedure . ...
written 2.5 years ago by
v27 • 10
16
votes
1
answer
544
views
5 follow
1
answer
... I have 3 files :
File1
WP_082277722.10 gi|37527581|ref|NP_930925.1| 59.420 138 46 3 141 275 2895 3025 1.34e-41 157 49
WP_082277722.10 gi|91779924|ref|YP_555132.1| 49.254 134 56 3 151 276 2074 2203 6.02e-27 115 46
WP_082277722.10 gi|212640077|ref|YP_002316597.1| 33.981 103 57 5 180 275 ...
4
votes
1
answer
645
views
1
answer
... i have written a program to detect the bidirectional hit. which is as follows
query = open("abc.txt","r").readlines()
database = open("cba","r").readlines()
Q2Ddict = {}
for line in query:
Q2Ddict[line.rsplit()[0]] = line.rsplit()[1]
D2Qdict = {}
for line in d ...
written 2.6 years ago by
v27 • 10
0
votes
1
answer
647
views
1
answer
... I want to detect copy number variation in fungi data (paired-end, Illumina data). The data is as following:`2 sensitive
2 resistant strains
1 reference`
Could someone suggest me a tool for detecting CNV.
...
written 2.6 years ago by
v27 • 10
• updated
2.5 years ago by
Dattatray Mongad • 350
0
votes
1
answer
963
views
1
answers
Comment:
C: Copy number variation detection
... thank you.
I am not working on tumor data. I have a reference fungi sequence. and four other fungi samples. I have 2 objectives:
to find the SNPs and second to find the copy number variation among genes.
I have successfully detected the SNPs using samtools and vcf tools.
I am stuck with detectio ...
written 2.7 years ago by
v27 • 10
0
votes
1
answer
963
views
1
answers
Comment:
C: Copy number variation detection
... thank you. I appreciate it. I will keep it in mind for the future. ...
written 2.7 years ago by
v27 • 10
1
vote
1
answer
963
views
5 follow
1
answer
... `Hi
I trying to detect copy number variation using varscan:
the command that i used is
samtools mpileup -q 1 -f Reference.fa k_output_bowtie2.bam | java -jar VarScan.v2.3.9.jar copynumber varscan_S14 --mpileup 1
i get the following error:
[mpileup] 1 samples in 1 input files
Set ...
Latest awards to v27
No awards yet. Soon to come :-)
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2174 users visited in the last hour