Search Results

Search: Posts Made By: manigrover
2,057
Posted By manigrover
Request to check
Hi all


I am using foloowing code for my above attached file to retrieve mechanis of action and indication alon gwith other details but its nto working properly >Can anybody check anything wrong...
1,459
Posted By manigrover
Thanks! it worked...could you pleae guide me what...
Thanks! it worked...could you pleae guide me what are this special characters adn why this happened




awk '!arr[$0]++' logfile.txt | grep DRD1
DRD1
DRD1Â

awk '!arr[$0]++' logfile.txt |...
1,459
Posted By manigrover
Now, I have attached my output file again! ...
Now, I have attached my output file again!

but its shws same error and repeated entries are still present and probably because of special invisible characters.

anyone faced such issue before!
...
1,459
Posted By manigrover
Request to check
Hi still is shows the same problemd

AGTR1

DRD1

still repeated

May be more repeated!

Mani
1,459
Posted By manigrover
I first time came to know about these control...
I first time came to know about these control characers how to get rid of these!?:confused:any idea
1,459
Posted By manigrover
I already tried this in my output still there are...
I already tried this in my output still there are duplicates

AGTR1 is repeated DRD1 is repeated?:confused:

---------- Post updated at 06:43 AM ---------- Previous update was at 06:41 AM...
1,459
Posted By manigrover
Remove duplicates, tried several programs not working
Hi all

I tried to remove duplicates using all code mentione dbelow but its not wroking it's seems busy please check it

sort -u filename.txt

perl -lne 'chomp; if(!defined...
2,057
Posted By manigrover
Changes in code to provide proper result with one...
Changes in code to provide proper result with one additional fiield
Hi all


I am using following code to get results for brand name drug target name and generic name from my attached fiile


...
799
Posted By manigrover
Changes in code to provide proper result with one additional fiield
Hi all


I am using following code to get results for brand name drug target name and generic name from my attached fiile


awk 'k>0 {if (a[k] && k==2) {print a[1]":"a[2]":"a[3];...
1,326
Posted By manigrover
It should be working with second code as far as I...
It should be working with second code as far as I checked?
1,965
Posted By manigrover
hmmm seems complex!
hmmm seems complex!
2,204
Posted By manigrover
Dear Don Thanks for your help. I checked...
Dear Don

Thanks for your help. I checked regarding this, but there are several entries common between first file and second file.

Infact, somebody even has given me code and found matched...
2,660
Posted By manigrover
Hi Pamu Thanks for reply. Although I tried...
Hi Pamu

Thanks for reply. Although I tried in different machines at my place and still it's not working.

But I found that Adenosine monotungstatate is not present in first file but still it...
2,660
Posted By manigrover
Hi Pamu actually in my system there is still...
Hi Pamu

actually in my system there is still same output:wall:

my output is just same as my second file.


FHIT Adenosine Monotungstate Not Available,T2D Ado-P-Ch2-P-Ps-Ado Not Available,...
2,660
Posted By manigrover
Hi Pamu, Thanks a lot. Can we convert file...
Hi Pamu,

Thanks a lot. Can we convert file separated by spaces into column separated file first(second file)

Spacing seems to be the only problem in second file as I tried several options...
2,660
Posted By manigrover
As example my files are like this $ cat...
As example my files are like this

$ cat file1
pad
cat
dog

in different columns second file like this

$ cat file2
1 afs sdfsdf sdfsdf sfsd
2 ads adas asda pat
3 ads cat cat ...
2,660
Posted By manigrover
Hi Pamu, Thanks for reply. But out put is...
Hi Pamu,

Thanks for reply. But out put is just like second file there is no change any where! :confused:

Mani
2,660
Posted By manigrover
Compare two sample files and find common
Hi

I have two sample files attached here

one file contain entries in one column and second file contains entries in many columns

I have to match entries of first file with entries in secon d...
2,204
Posted By manigrover
Request to check
Hi Don,

Sorry for any inconvenience. Basically both files are in text format in Unix system. I myself put it in doc format to easily upload on the website. So, I am attaching the txt files this...
2,204
Posted By manigrover
Hi Please find attached sample first file...
Hi

Please find attached sample first file and second file

I have to search for words in first file in even number columns or any column (it doesn't matter) but chances are only to find match...
2,204
Posted By manigrover
Hi I checked regarding this, but output this...
Hi

I checked regarding this, but output this time is just as input there is no change this time kindly guide

FHIT Adenosine Monotungstate Not Available,T2D Ado-P-Ch2-P-Ps-Ado Not...
2,204
Posted By manigrover
Hi Thanks a lot. I checked this. but I...
Hi


Thanks a lot. I checked this. but I don't knw but because of some issue it's not wrking on my another dataset

I which first file is like this

Lepirudin
Cetuximab
Tyloxapol ...
927
Posted By manigrover
Request to check
Hi

My code is producing following results when I checked


In this output first name is generic name, second name is brand name and third name is drug gene target name. I want to put the...
927
Posted By manigrover
Hi Using above code, I received a file...
Hi


Using above code, I received a file containing list with following information from each drug card mentioned in the attached file

# Drug_Target_.*_Gene_Name # Generic Name #...
927
Posted By manigrover
Request to check text file
Hi sir,


Kindly check the attached text file.

Mani
Showing results 1 to 25 of 186

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