Search Results

Search: Posts Made By: lyni2ULF
1,589
Posted By lyni2ULF
Yes I did put ">" in. Sorry I forgot to post...
Yes I did put ">" in. Sorry I forgot to post that.
1,589
Posted By lyni2ULF
Print @array content to a file
Hi, as the title, I have an array @f_lines with gene information in it. How can I put the content of @f_lines into a file so that I can read it?

I tried this:
open(OUTPUT, "file"); # put gene...
1,327
Posted By lyni2ULF
Does the "grep -vf file1 file2>tmpfile" mean move...
Does the "grep -vf file1 file2>tmpfile" mean move the the lines in file2 that are not in file1 to tmpfile? I don't need those that don't match.
What does the the first line mean?
Thanks very much.
1,327
Posted By lyni2ULF
Thanks Joey. But I need to compare all the...
Thanks Joey. But I need to compare all the transcript id in file1 and file2, so I need to use some loops. I'm quite new to perl, could you please give me more details about the codes?
1,327
Posted By lyni2ULF
How to take out multiple matches in file2 using file1 as a reference?
Hi guys,

As the title, I want to take out the lines in file2 if the TCONS_* matches that in file1. Then put the lines in a file3. The TCONS numbers ranges from TCONS_00000024 to TCONS_00381684....
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 10:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy